summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-07-20 07:29:57 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-07-20 07:29:57 -0400
commit650e597b814655175f982050087bf2476424b249 (patch)
tree3cb1596933c899ea1512678f685d779c8248d29d
parent911091d76eef79f866f2faaec7eae5df54ce769f (diff)
downloadgnome-desktop-650e597b814655175f982050087bf2476424b249.tar.gz
3.25.43.25.4
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2efda08d..bf701ee4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
==============
+Version 3.25.4
+==============
+
+- Fix uninitialized memory in the thumbnailer (#78
+- Add default input source for fr_BE
+
+==============
Version 3.25.3
==============
diff --git a/configure.ac b/configure.ac
index 5275f922..2181b174 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, 3)
+m4_define(gnome_micro, 4)
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