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



Author: hadess
Date: Tue Feb 17 11:32:52 2009
New Revision: 311
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=311&view=rev

Log:
2009-02-17  Bastien Nocera  <hadess hadess net>

	* NEWS: upd
	* configure.in: 2.24.4



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	Tue Feb 17 11:32:52 2009
@@ -1,5 +1,9 @@
 New features and significant updates in version...
 
+2.24.4:
+* Fix PLA writing to make filenames appear correctly on the device
+* Fix possible crasher in the itms feed parser
+
 2.24.3:
 * Fix parsing of RSS feeds that use HTML comments
 * Fix problems that made Totem show an error when selecting

Modified: branches/gnome-2-24/configure.in
==============================================================================
--- branches/gnome-2-24/configure.in	(original)
+++ branches/gnome-2-24/configure.in	Tue Feb 17 11:32:52 2009
@@ -2,7 +2,7 @@
 
 m4_define(totem_version_major, 2)
 m4_define(totem_version_minor, 24)
-m4_define(totem_version_micro, 3)
+m4_define(totem_version_micro, 4)
 
 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:4:0
+PLPARSER_LT_VERSION=12:5: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]