summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-05-07 14:50:29 +0200
committerBastien Nocera <hadess@hadess.net>2015-05-07 14:50:29 +0200
commit7845129ee13f78af3f4b8d594c4e4a8ff6a30aa0 (patch)
treea7838d4dfe6b2160dbf8f8099438bdd7c5600521
parente5f01e4bb35a4ad94af5396ab6fcc7129270cb9b (diff)
downloadtotem-7845129ee13f78af3f4b8d594c4e4a8ff6a30aa0.tar.gz
3.16.1V_3_16_1
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 43a9acd27..3024f225e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
New features and significant updates in version...
+Major changes in 3.16.1:
+- Loads of performance fixes, related to thumbnailing
+ when a video is playing
+- Fix (again) doubling files added on the command-line
+- Don't monitor the tracker source, it adds incomplete
+ items to the view
+- Fix Videos icon not showing in volume control
+- Provide a symbolic variant of the app icon
+- Fix frames not getting applied for new thumbnails
+- Don't warn when video rotation is unset
+
Major changes in 3.16.0:
- Translation updates
diff --git a/configure.ac b/configure.ac
index c3aca01c9..f1d02fe22 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, 0)
+m4_define(totem_version_micro, 1)
# The version of the API exposed to plugins
m4_define(totem_api_version_major, 1)