totem-pl-parser r264 - branches/gnome-2-24



Author: hadess
Date: Mon Dec  8 10:39:51 2008
New Revision: 264
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=264&view=rev

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

	* NEWS: upd
	* configure.in: 2.24.3



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

Modified: branches/gnome-2-24/NEWS
==============================================================================
--- branches/gnome-2-24/NEWS	(original)
+++ branches/gnome-2-24/NEWS	Mon Dec  8 10:39:51 2008
@@ -1,5 +1,10 @@
 New features and significant updates in version...
 
+2.24.3:
+* Fix parsing of RSS feeds that use HTML comments
+* Fix problems that made Totem show an error when selecting
+  a data device in the Movie menu
+
 2.24.2:
 * Fix parsing of M3U files
 * Export missing symbol, fixes the Python bindings

Modified: branches/gnome-2-24/configure.in
==============================================================================
--- branches/gnome-2-24/configure.in	(original)
+++ branches/gnome-2-24/configure.in	Mon Dec  8 10:39:51 2008
@@ -2,7 +2,7 @@
 
 m4_define(totem_version_major, 2)
 m4_define(totem_version_minor, 24)
-m4_define(totem_version_micro, 2)
+m4_define(totem_version_micro, 3)
 
 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:3:0
+PLPARSER_LT_VERSION=12:4: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]