summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-03-17 16:11:41 +0100
committerBastien Nocera <hadess@hadess.net>2015-03-17 16:11:41 +0100
commitf49084fe1e46f262eaeb5401f6b503fe52edfbe6 (patch)
treef7cda0dae7fff40b48d2be06202c880c9a862452
parent32bcfd0311798933b570d071a4ddbb20b1be97c7 (diff)
downloadtotem-f49084fe1e46f262eaeb5401f6b503fe52edfbe6.tar.gz
3.15.92V_3_15_92
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 010d9098f..6ca1a9cef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
New features and significant updates in version...
+Major changes in 3.15.92:
+- Update thumbnail styling
+- Fix a crash on exit
+- Fix application icon not showing in volume control
+- Disable popover transitions for video menus
+- Fix downloading subtitles with newer Python versions
+- Translation updates
+
Major changes in 3.15.91:
- Build fixes
- Internationalisation fixes
diff --git a/configure.ac b/configure.ac
index 451ffeae3..175c7f4f9 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, 15)
-m4_define(totem_version_micro, 91)
+m4_define(totem_version_micro, 92)
# The version of the API exposed to plugins
m4_define(totem_api_version_major, 1)