[totem] 3.12.1



commit b255b72c3b65b9a759cf783869823a8ea6ba6b0b
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Apr 30 11:41:11 2014 +0200

    3.12.1

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 52e52a2..d9ced88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
 New features and significant updates in version...
 
+Major changes in 3.12.1:
+- Bump required versions of grilo and GStreamer
+- Fix delete button's initial state
+- Switch to the player view quicker
+- Add support for starting a playlist paused
+- Escape selection mode when pressing Esc
+- Fix shuffled items starting to play in random order
+- Hide popups when leaving the window, but not when a popover
+  (volume, menus) is visible
+- Don't toggle popups on touchpad clicks, just on touchscreens
+- Fix scroll-wheel going forward 2 minutes instead of 1
+- Save the downloaded subtitles in the video directory
+- Re-add drag'n'drop support for the video widget
+
 Major changes in 3.12.0:
 - Fix artifacts caused by GtkPopovers
 - Don't add containers in the Recent view
diff --git a/configure.ac b/configure.ac
index 2b751f9..c705440 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, 12)
-m4_define(totem_version_micro, 0)
+m4_define(totem_version_micro, 1)
 
 # The version of the API exposed to plugins
 m4_define(totem_api_version_major, 1)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]