[totem-pl-parser] 2.28.2



commit a8efeafbe2591dff240821655ce3be13ef1c9d8a
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Dec 11 12:26:50 2009 +0000

    2.28.2

 NEWS         |   10 ++++++++++
 configure.in |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c88e71c..0f2c124 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
 New features and significant updates in version...
 
+2.28.2
+* Add support for subtitle properties in SMIL files
+* Make totem-pl-parser's XML parsing thread-safe
+* Fix detection of DVD ISOs from remote shares
+* Fix getting DVD title from remote shares
+* Fix some RSS feeds being detected as HTML
+* Fix parsing of multi-line RTSPtext files
+* Fix parsing of some RSS feeds with valid XML, but
+  broken CDATA usage
+
 2.28.1
 * Fix some files with magic getting ignored
 * Small bug fixes
diff --git a/configure.in b/configure.in
index 7173e62..8361d65 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
 
 m4_define(totem_version_major, 2)
 m4_define(totem_version_minor, 28)
-m4_define(totem_version_micro, 1)
+m4_define(totem_version_micro, 2)
 
 AC_INIT([totem-pl-parser],
         [totem_version_major.totem_version_minor.totem_version_micro],
@@ -46,7 +46,7 @@ DBUS_REQS=0.61
 # - 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=16:4:4
+PLPARSER_LT_VERSION=16:5:4
 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]