[totem-pl-parser] 3.4.4



commit 5718016386b123d735a9b45bd537867f62a1ac7c
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Mar 26 08:22:10 2013 +0100

    3.4.4

 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0803a4e..7148fb2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
 New features and significant updates in version...
 
+3.4.4:
+- Remove dependency on newer versions of glib
+- Fix overescaping of URIs in XSPF playlists
+- Add support for the itmss URI scheme
+- Require gmime 2.6
+- Fix small memory leak in totem_pl_parser_can_parse_from_data()
+- Add read and write support for Totem XSPF extensions
+  (starttime and playing attributes)
+- Send content-type along with playlist-started/-ended signals
+  for PLS, M3U and XSPF playlist types
+
 3.4.3:
 - Report "unsupported" errors from quvi
 - Fix *.ts files being ignored (most of them aren't Qt Linguist files)
diff --git a/configure.ac b/configure.ac
index ae68824..faa5a8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ LIBARCHIVE_REQS=2.8.4
 # - 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=17:3:0
+PLPARSER_LT_VERSION=17:4:0
 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]