summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-06-29 15:20:34 +0200
committerBastien Nocera <hadess@hadess.net>2015-06-29 15:20:34 +0200
commitb7ac8a0f831b3909150fc289344babace8231c71 (patch)
tree5fab59f14c7a77f74eaac362ecea8d930d4008c7
parent4900b006e7ac9062ced19bd86f1a34c2e5a5e226 (diff)
downloadtotem-b7ac8a0f831b3909150fc289344babace8231c71.tar.gz
3.16.2V_3_16_2
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3024f225e..4e72b2248 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
New features and significant updates in version...
+Major changes in 3.16.2:
+- Fix popup not showing up on touchscreens
+- Fix potential crash on 32-bit systems
+
Major changes in 3.16.1:
- Loads of performance fixes, related to thumbnailing
when a video is playing
diff --git a/configure.ac b/configure.ac
index f1d02fe22..03ba361b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ[(2.64)]
m4_define(totem_version_major, 3)
m4_define(totem_version_minor, 16)
-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)