[totem-pl-parser] 3.10.1



commit 5ebecbfa2fdac3bf70f1778ef610e37b9a0a3c09
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Feb 18 17:03:08 2014 +0100

    3.10.1

 NEWS         |    7 +++++++
 configure.ac |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 876f2d8..60eec9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 New features and significant updates in version...
 
+3.10.1:
+- Build fixes
+- Fix possible crash parsing iTunes podcasts
+- Add support for detecting Blu-ray discs
+- Add images to RSS feeds
+- Support non-ASCII characters for video sites metadata
+
 3.10.0:
 - Fix introspection for playlist saving
 
diff --git a/configure.ac b/configure.ac
index 4fd5af8..c91391d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.62)
 
 m4_define(totem_version_major, 3)
 m4_define(totem_version_minor, 10)
-m4_define(totem_version_micro, 0)
+m4_define(totem_version_micro, 1)
 
 AC_INIT([totem-pl-parser],
         [totem_version_major.totem_version_minor.totem_version_micro],
@@ -56,7 +56,7 @@ LIBSOUP_REQS=2.43.0
 # - 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=18:0:0
+PLPARSER_LT_VERSION=19: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]