totem-pl-parser r182 - trunk



Author: hadess
Date: Fri Aug 29 15:13:02 2008
New Revision: 182
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=182&view=rev

Log:
2008-08-29  Bastien Nocera  <hadess hadess net>

	* configure.in: 2.23.91
	* NEWS: upd



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Fri Aug 29 15:13:02 2008
@@ -1,5 +1,14 @@
 New features and significant updates in version...
 
+2.23.91:
+* Add support for parsing Zune and ZENCast URLs
+* Fix parsing broken podcasts with HTML comments in them
+* Better detection of Podcasts
+* Fix parsing of QuickTime metalinks masquerading as MPEG-4 files
+* Fix a few memleaks from GIO porting
+* Fixes for the Python bindings
+* Use a nice title for the developer documentation
+
 2.23.3:
 * Fix a possible crasher when detecting the media type of an optical
   media, and an error occurs (such the device not being an audio CD)

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Aug 29 15:13:02 2008
@@ -2,7 +2,7 @@
 
 m4_define(totem_version_major, 2)
 m4_define(totem_version_minor, 23)
-m4_define(totem_version_micro, 3)
+m4_define(totem_version_micro, 91)
 
 AC_INIT([totem-pl-parser],
         [totem_version_major.totem_version_minor.totem_version_micro],
@@ -45,7 +45,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=12:1:0
+PLPARSER_LT_VERSION=12:2:0
 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]