summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-01-19 15:40:45 +0100
committerBastien Nocera <hadess@hadess.net>2015-01-19 15:40:45 +0100
commit754679c6f0d58ee1e93a6b923d9eb8b20d8f2d9f (patch)
tree37e6014b99b54810e346856544981f2b8f716ce7
parente6c93469ed1cc758cc3300cd06a4b0756c446daf (diff)
downloadtotem-754679c6f0d58ee1e93a6b923d9eb8b20d8f2d9f.tar.gz
3.15.4V_3_15_4
-rw-r--r--NEWS14
-rw-r--r--configure.ac4
2 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dbadf6925..5bb980598 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
New features and significant updates in version...
+Major changes in 3.15.4:
+- Remove spacing around preferences tabs
+- Stop thumbnailing when exiting, and when playback starts
+- Handle "Powerpoint" buttons on remotes
+- Keep the controls visible when seeking with the slider
+- Show controls when seeking with the keyboard
+- Use the theme's foreground color to render the symbolics
+- Only show videos longer than 5 seconds in the overview
+- Hide source which provide torrent URLs (for now)
+- Remove use of a number of deprecated properties
+- Require a newer cairo for hi-dpi support
+- Fix Totem doubling files added on the cmd line
+- Fix missing translation support in thumbnailer/gallery support
+
Major changes in 3.14.1:
- Fix lingering white line in fullscreen
- Fix bug in MPRIS support when used via Rygel
diff --git a/configure.ac b/configure.ac
index 15cbd70c3..925c9f4cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ[(2.64)]
m4_define(totem_version_major, 3)
-m4_define(totem_version_minor, 14)
-m4_define(totem_version_micro, 1)
+m4_define(totem_version_minor, 15)
+m4_define(totem_version_micro, 4)
# The version of the API exposed to plugins
m4_define(totem_api_version_major, 1)