totem-pl-parser r266 - trunk



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

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

	* NEWS: upd
	* configure.in: 2.25.1



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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Dec  8 10:50:22 2008
@@ -1,5 +1,11 @@
 New features and significant updates in version...
 
+2.25.1 (changes to 2.24.3):
+* Port disc detection code to GIO, remove HAL dependency
+* Add a way to disable the libcamel dependency for very
+  specific system integration cases
+* Use error codes properly and document them
+
 2.23.91:
 * Add support for parsing Zune and ZENCast URLs
 * Fix parsing broken podcasts with HTML comments in them

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Dec  8 10:50:22 2008
@@ -1,8 +1,8 @@
 AC_PREREQ(2.52)
 
 m4_define(totem_version_major, 2)
-m4_define(totem_version_minor, 23)
-m4_define(totem_version_micro, 91)
+m4_define(totem_version_minor, 25)
+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=12:2:0
+PLPARSER_LT_VERSION=13:2: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]