summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b174b6c64..bc0f5b886 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
New features and significant updates in version...
+3.3.4:
+* Re-enable and fix compilation of zeitgeist-dp plugin
+* Use new GLib threading API if compiling with GLib ≥ 2.31.0
+* Fix some problems with `make check` on the Python plugins
+
3.3.3:
* Add plugin to replace the Flash plugin for online videos
* Add support for RTMP URLs
diff --git a/configure.in b/configure.in
index a47989078..d224062af 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
m4_define(totem_version_major, 3)
m4_define(totem_version_minor, 3)
-m4_define(totem_version_micro, 3)
+m4_define(totem_version_micro, 4)
# The version of the API exposed to plugins
m4_define(totem_api_version_major, 1)