summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-08-07 15:09:16 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-08-07 15:09:16 -0400
commitd9996c897e8cd2ffb5d7d8d3ad5016decdfa8201 (patch)
tree571735fd444fa19930ae4f1767aa18c8aa182032
parent4a4f2474d08c695933f75cb5e0bd0ba8550b4959 (diff)
downloadgnome-desktop-d9996c897e8cd2ffb5d7d8d3ad5016decdfa8201.tar.gz
3.25.903.25.90
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6187578d..1436fd81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+===============
+Version 3.25.90
+===============
+
+- Thumbnailers are now sandboxed (#7744970, #785197)
+- Fix a crash in xkb info handling (#785320)
+- Translation updates
+
==============
Version 3.25.4
==============
diff --git a/configure.ac b/configure.ac
index fd619286..5df734a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 25)
-m4_define(gnome_micro, 4)
+m4_define(gnome_micro, 90)
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