[maemo-commits] [maemo-commits] r17113 - projects/haf/trunk/totem-pl-parser
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Jan 12 16:43:41 EET 2009
- Previous message: [maemo-commits] r17111 - in projects/haf/trunk/totem-pl-parser: . plparse
- Next message: [maemo-commits] r17114 - projects/haf/trunk/totem-pl-parser/po
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: ifrade Date: 2009-01-12 16:43:40 +0200 (Mon, 12 Jan 2009) New Revision: 17113 Modified: projects/haf/trunk/totem-pl-parser/ChangeLog projects/haf/trunk/totem-pl-parser/NEWS projects/haf/trunk/totem-pl-parser/configure.in Log: 2008-12-08 Bastien Nocera <hadess at hadess.net> * NEWS: upd * configure.in: 2.25.1 Modified: projects/haf/trunk/totem-pl-parser/ChangeLog =================================================================== --- projects/haf/trunk/totem-pl-parser/ChangeLog 2009-01-12 14:43:37 UTC (rev 17112) +++ projects/haf/trunk/totem-pl-parser/ChangeLog 2009-01-12 14:43:40 UTC (rev 17113) @@ -1,3 +1,10 @@ +============ Version 2.25.1 + +2008-12-08 Bastien Nocera <hadess at hadess.net> + + * NEWS: upd + * configure.in: 2.25.1 + 2008-12-05 Philip Withnall <philip at tecnocode.co.uk> * docs/reference/totem-pl-parser-sections.txt: Modified: projects/haf/trunk/totem-pl-parser/NEWS =================================================================== --- projects/haf/trunk/totem-pl-parser/NEWS 2009-01-12 14:43:37 UTC (rev 17112) +++ projects/haf/trunk/totem-pl-parser/NEWS 2009-01-12 14:43:40 UTC (rev 17113) @@ -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: projects/haf/trunk/totem-pl-parser/configure.in =================================================================== --- projects/haf/trunk/totem-pl-parser/configure.in 2009-01-12 14:43:37 UTC (rev 17112) +++ projects/haf/trunk/totem-pl-parser/configure.in 2009-01-12 14:43:40 UTC (rev 17113) @@ -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
- Previous message: [maemo-commits] r17111 - in projects/haf/trunk/totem-pl-parser: . plparse
- Next message: [maemo-commits] r17114 - projects/haf/trunk/totem-pl-parser/po
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]