summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-02-19 15:36:47 +0100
committerBastien Nocera <hadess@hadess.net>2012-02-19 17:50:00 +0100
commit3457a3287a50246b5896e86bf9a3428559732dc3 (patch)
tree94eb7d6a3013d818d96cba0749ad213a3d80197f
parent47080a114566f15e045c78ea2f89ce3ed86199f0 (diff)
downloadtotem-3457a3287a50246b5896e86bf9a3428559732dc3.tar.gz
3.2.2V_3_2_2
-rw-r--r--NEWS11
-rw-r--r--configure.in2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1895ce989..8509bc2ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
New features and significant updates in version...
+3.2.2:
+* Mention we support RTMP
+* Make iPlayer plugin work again
+* Fix --time option in Thumbnailer
+* Fix Vala plugins for valac 0.14.0
+* Fix libdbus-glib browser-plugin work-around on OpenBSD
+* Make cover fetching work again, make cover thumbnailing
+ work for FLAC files
+* Fix crash when open videos with an already opened Totem
+* Fix crash when using MPRIS plugin
+
3.2.1:
* Fix crash when framerate isn't available
* Quieten the thumbnailer when thumbnailing non-videos
diff --git a/configure.in b/configure.in
index 4ad67b89d..603b1f379 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, 2)
-m4_define(totem_version_micro, 1)
+m4_define(totem_version_micro, 2)
# The version of the API exposed to plugins
m4_define(totem_api_version_major, 1)