summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-09-06 13:33:53 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-09-06 13:33:53 -0400
commit3a86e7f2b8baaa21b9ab2ca6516c6c31778fb9c5 (patch)
treed7d84b92ad9115384638fe14192b6e2ae13955b0
parent4c0cee5c208fcaca7ade510084a78066c92424c4 (diff)
downloadgnome-desktop-3.25.92.tar.gz
3.25.923.25.92
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b688723b..e39e5024 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+===============
+Version 3.25.92
+===============
+
+- Fix multiple bugs in thumbnailing
+- Disable gvfs in thumbnailer sandboxes
+- Translation updates
+
=================
Version 3.25.91.1
=================
diff --git a/configure.ac b/configure.ac
index 3ac29863..83028b87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 25)
-m4_define(gnome_micro, 91)
-m4_define(gnome_sub, 1)
+m4_define(gnome_micro, 92)
+m4_define(gnome_sub, 0)
dnl gnome_sub is an optional sub-version which will not be advertised to the user
dnl It allows to release a 2.30.1.1 which is just a better 2.30.1
dnl Leave empty if not needed