summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2011-12-21 11:09:28 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2011-12-21 11:09:28 +0000
commitcf8438eb164b0e8afe9344cbe63d50379860b427 (patch)
tree90ed053fc092506b3172470c0dc0fa3d03ab1d35
parent6d073979c12c5f36ccefb18d411e137c9ea475d9 (diff)
downloadtotem-V_3_3_4.tar.gz
3.3.4V_3_3_4
-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)