summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-03-19 18:38:15 +0100
committerBastien Nocera <hadess@hadess.net>2013-03-19 18:38:15 +0100
commit54dbbec241fa8e47354b50c19a5f79579dc620e3 (patch)
treeb550d9776dbe0f9205ea900bdca4fdfcbe6a4ae4
parent2f25958c8d85790be9d22385ba34852825f12adc (diff)
downloadtotem-54dbbec241fa8e47354b50c19a5f79579dc620e3.tar.gz
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 611526146..6680c97fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
New features and significant updates in version...
+Major changes in 3.7.92 from 3.6.3:
+
+- Use yelp-tools instead of gnome-doc-utils
+- Add YouTube format configuration for grilo
+- Fix possible Unicode errors with MPRIS plugin
+- Use libgd's icon view for search results
+- Fix warnings for some files in the browse sidebar
+- Fix possible crashes in the chapters plugin
+- Fix playing audio CD tracks launched from Nautilus
+- Fix running when clutter-gst is in a different prefix
+
+Plugins:
+- Remove use of deprecated widgets in subtitles downloader
+
Major changes in 3.5.90:
- Plenty of build fixes to make it possible to build with Wayland support
diff --git a/configure.ac b/configure.ac
index 79a1f1dd9..dbbe357cd 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, 7)
-m4_define(totem_version_micro, 0)
+m4_define(totem_version_micro, 92)
# The version of the API exposed to plugins
m4_define(totem_api_version_major, 1)