summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-08-18 13:06:50 +0200
committerBastien Nocera <hadess@hadess.net>2014-08-18 13:06:50 +0200
commitfdd9f16fba353afb84af4d8a6b70bfe756a66f0a (patch)
tree7a63dd12f5a34bcebb5174fa19fd16a180ff73d7
parent7e8d6d87d47c26867e184ca53ae633b5a7f09574 (diff)
downloadtotem-fdd9f16fba353afb84af4d8a6b70bfe756a66f0a.tar.gz
3.12.2V_3_12_2
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d9ced8885..8c0b9ce42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,21 @@
New features and significant updates in version...
+Major changes in 3.12.2:
+- Postpone loading library after playback
+- Fix headerbar title when playing search results
+- Fix crasher on startup with newer GTK+
+- Fix crash when browsing Euronews source
+- Don't allow adding duplicate items to recent view
+- Fix loading Audio CDs' Wave files
+- Fix potential data loss when removing multiple files
+- Reset loaded text subtitles when closing video
+- Fix hidden cursor with visible popup
+
+OpenSubtitles:
+- Don't throw an error when the language is unknown
+- Fix subtitles suffix when saving it
+- Add support for Basque
+
Major changes in 3.12.1:
- Bump required versions of grilo and GStreamer
- Fix delete button's initial state
diff --git a/configure.ac b/configure.ac
index c705440c6..976c870cc 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, 1)
+m4_define(totem_version_micro, 2)
# The version of the API exposed to plugins
m4_define(totem_api_version_major, 1)