totem-pl-parser r344 - branches/gnome-2-26



Author: hadess
Date: Tue Mar 31 11:53:16 2009
New Revision: 344
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=344&view=rev

Log:
2009-03-31  Bastien Nocera  <hadess hadess net>

	* NEWS: upd
	* configure.in: 2.26.1



Modified:
   branches/gnome-2-26/ChangeLog
   branches/gnome-2-26/NEWS
   branches/gnome-2-26/configure.in

Modified: branches/gnome-2-26/NEWS
==============================================================================
--- branches/gnome-2-26/NEWS	(original)
+++ branches/gnome-2-26/NEWS	Tue Mar 31 11:53:16 2009
@@ -1,5 +1,10 @@
 New features and significant updates in version...
 
+2.26.1:
+- Fix playback of radio streams when the URL has a trailing slash
+- Fix detection of ISOs as VCDs or DVDs
+- Fix parsing of some podcasts with huge amounts of CDATA in the XML
+
 2.26.0:
 * Updated translations
 

Modified: branches/gnome-2-26/configure.in
==============================================================================
--- branches/gnome-2-26/configure.in	(original)
+++ branches/gnome-2-26/configure.in	Tue Mar 31 11:53:16 2009
@@ -2,7 +2,7 @@
 
 m4_define(totem_version_major, 2)
 m4_define(totem_version_minor, 26)
-m4_define(totem_version_micro, 0)
+m4_define(totem_version_micro, 1)
 
 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=14:4:2
+PLPARSER_LT_VERSION=14:5: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]