totem-pl-parser r123 - branches/gnome-2-22



Author: hadess
Date: Fri May  9 14:15:16 2008
New Revision: 123
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=123&view=rev

Log:
2008-05-09  Bastien Nocera  <hadess hadess net>

	* NEWS: upd
	* configure.in: 2.22.3



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

Modified: branches/gnome-2-22/NEWS
==============================================================================
--- branches/gnome-2-22/NEWS	(original)
+++ branches/gnome-2-22/NEWS	Fri May  9 14:15:16 2008
@@ -1,5 +1,10 @@
 New features and significant updates in version...
 
+2.22.3:
+* Fix the playlist parser trying to parse RCS files
+* Fix parsing of file that appear to be DOS text files but are Podcasts
+* Fix linefeeds appearing in titles
+
 2.22.2:
 * Add support for feed:// URLs as used by Firefox 3
 * Work-around for feeds with a linefeed straight after "<rss"

Modified: branches/gnome-2-22/configure.in
==============================================================================
--- branches/gnome-2-22/configure.in	(original)
+++ branches/gnome-2-22/configure.in	Fri May  9 14:15:16 2008
@@ -2,7 +2,7 @@
 
 m4_define(totem_version_major, 2)
 m4_define(totem_version_minor, 22)
-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],
@@ -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=11:0:1
+PLPARSER_LT_VERSION=11:1:1
 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]