summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-09-15 14:07:14 +0200
committerBastien Nocera <hadess@hadess.net>2015-09-15 14:07:14 +0200
commitc8a83f28aeec0dd2a171cf655002b1497a892715 (patch)
treeeb6fcf5c0d60bf35973e9594c2f2dc87f7cff51c
parent091f3e8eee6eed9c2a6fc551cb7273edd93ca451 (diff)
downloadtotem-c8a83f28aeec0dd2a171cf655002b1497a892715.tar.gz
3.16.4V_3_16_4
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 46acf3d98..5ea945eb5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
New features and significant updates in version...
+Major changes in 3.16.4:
+- Fix selection not working after visiting Channels page
+- Fix MPRIS plugin following internal API changes
+- Revert Wayland compatibility changes, it's not a required
+ change in GNOME 3.16
+
Major changes in 3.16.3:
- Fix ASF videos not being thumbnailed
- Bring back video inside the window under Wayland
diff --git a/configure.ac b/configure.ac
index 133ae59c1..bd53f0174 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, 3)
+m4_define(totem_version_micro, 4)
# The version of the API exposed to plugins
m4_define(totem_api_version_major, 1)