summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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