totem-pl-parser r289 - trunk
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: totem-pl-parser r289 - trunk
- Date: Tue, 3 Feb 2009 17:27:52 +0000 (UTC)
Author: hadess
Date: Tue Feb 3 17:27:52 2009
New Revision: 289
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=289&view=rev
Log:
2009-02-03 Bastien Nocera <hadess hadess net>
* NEWS: upd
* configure.in: 2.25.90
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Feb 3 17:27:52 2009
@@ -1,5 +1,12 @@
New features and significant updates in version...
+2.25.90:
+* Add support for the WPL playlist type
+* Fix the Python bindings not working
+* Fix a few memory leaks in XSPF parsing
+* Fix parsing of ISO-8859-1 M3U files
+* Ignore rtmp:// URIs
+
2.25.1 (changes to 2.24.3):
* Port disc detection code to GIO, remove HAL dependency
* Add a way to disable the libcamel dependency for very
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue Feb 3 17:27:52 2009
@@ -2,7 +2,7 @@
m4_define(totem_version_major, 2)
m4_define(totem_version_minor, 25)
-m4_define(totem_version_micro, 1)
+m4_define(totem_version_micro, 90)
AC_INIT([totem-pl-parser],
[totem_version_major.totem_version_minor.totem_version_micro],
@@ -46,7 +46,7 @@
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-PLPARSER_LT_VERSION=13:2:1
+PLPARSER_LT_VERSION=14:2:2
AC_SUBST(PLPARSER_LT_VERSION)
TOTEM_PL_PARSER_VERSION_MAJOR=totem_version_major
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]