summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-08-09 08:13:46 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-08-09 08:13:46 -0400
commit472f75532e5a08e7ee0c8dee9e395fba72ca7739 (patch)
treeb09a4d3206c5ddba9eba7069a292ee9844423dd2
parentf96041679f46ece036d742bde7d78afc67d73519 (diff)
downloadgnome-desktop-472f75532e5a08e7ee0c8dee9e395fba72ca7739.tar.gz
3.25.90.13.25.90.1
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1436fd81..e543c1bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+=================
+Version 3.25.90.1
+=================
+
+- Improve error reporting in thumbnailers
+- Fix crashes in thumbnailers (#785963)
+
===============
Version 3.25.90
===============
diff --git a/configure.ac b/configure.ac
index 5df734a0..437a8538 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ 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
-m4_define(gnome_sub, )
+m4_define(gnome_sub, 1)
m4_define(gnome_version, [gnome_platform.gnome_minor.gnome_micro]m4_ifval(gnome_sub, .gnome_sub)),