From cf8438eb164b0e8afe9344cbe63d50379860b427 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 21 Dec 2011 11:09:28 +0000 Subject: 3.3.4 --- NEWS | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1