summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2012-03-17 15:37:44 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2012-03-17 15:37:44 +0000
commitd87752da4977d926cd6aad31e9cfaa3bd7035da3 (patch)
tree7de210e44863571813154e9d763a5c9d3660e241
parenta0dff16b8c5fdf1ad8a413735dd98bc56e191f9d (diff)
downloadtotem-pl-parser-d87752da4977d926cd6aad31e9cfaa3bd7035da3.tar.gz
3.3.92V_3_3_92
-rw-r--r--NEWS5
-rw-r--r--configure.in6
2 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6b438c3..ca75fc7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
New features and significant updates in version...
+3.3.92:
+- Fix introspection of TotemPlParserMetadata
+- Fix compilation with libgcrypt
+- Handle RSS feeds for video sites
+
3.2.0:
- Add support AmazonMP3 download files
- Update for glib deprecations
diff --git a/configure.in b/configure.in
index e0ae898..d65244f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,8 @@
AC_PREREQ(2.62)
m4_define(totem_version_major, 3)
-m4_define(totem_version_minor, 2)
-m4_define(totem_version_micro, 0)
+m4_define(totem_version_minor, 3)
+m4_define(totem_version_micro, 92)
AC_INIT([totem-pl-parser],
[totem_version_major.totem_version_minor.totem_version_micro],
@@ -50,7 +50,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:1:0
+PLPARSER_LT_VERSION=17:2:0
AC_SUBST(PLPARSER_LT_VERSION)
TOTEM_PL_PARSER_VERSION_MAJOR=totem_version_major