totem-pl-parser r58 - trunk
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: totem-pl-parser r58 - trunk
- Date: Sun, 24 Feb 2008 19:39:50 +0000 (GMT)
Author: hadess
Date: Sun Feb 24 19:39:50 2008
New Revision: 58
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=58&view=rev
Log:
2008-02-24 Bastien Nocera <hadess hadess net>
* NEWS: upd
* configure.in: 2.21.92
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sun Feb 24 19:39:50 2008
@@ -1,5 +1,12 @@
New features and significant updates in version...
+2.21.92:
+* Add support for more metadata when parsing XSPF files, as used on last.fm
+* Better detection of files that aren't recognised as Podcast feeds
+* Detect some additional ASX files
+* Fix parsing of RTSPtext playlist from http://mediathek.zdf.de/
+* Fix parsing of VLC-specific playlists from Freebox
+
2.21.91:
* Fix HAL test in the configure script, which could lead to HAL support not
being built in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sun Feb 24 19:39:50 2008
@@ -2,7 +2,7 @@
m4_define(totem_version_major, 2)
m4_define(totem_version_minor, 21)
-m4_define(totem_version_micro, 91)
+m4_define(totem_version_micro, 92)
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=10:3:0
+PLPARSER_LT_VERSION=11:0: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]