summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-08-31 15:46:56 +0200
committerBastien Nocera <hadess@hadess.net>2015-08-31 16:58:22 +0200
commit0d82ce7fb1a561434f2c06131a626eefff74ba7f (patch)
treef8cfaaa18f44cdb5e53e735617d21679b0f9d57e
parent5208baf642701757a0f6de5030183734b93fc3f0 (diff)
downloadtotem-0d82ce7fb1a561434f2c06131a626eefff74ba7f.tar.gz
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4e72b2248..46acf3d98 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
New features and significant updates in version...
+Major changes in 3.16.3:
+- Fix ASF videos not being thumbnailed
+- Bring back video inside the window under Wayland
+- Fix Skip To dialogue not working
+- Fix thumbnailer with newer versions of gstreamer-vaapi installed
+- Update YouTube API key
+
Major changes in 3.16.2:
- Fix popup not showing up on touchscreens
- Fix potential crash on 32-bit systems
diff --git a/configure.ac b/configure.ac
index 03ba361b7..133ae59c1 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, 2)
+m4_define(totem_version_micro, 3)
# The version of the API exposed to plugins
m4_define(totem_api_version_major, 1)