summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-08-23 11:32:16 +0200
committerBastien Nocera <hadess@hadess.net>2017-08-23 11:32:16 +0200
commitd9b16875be63c501a785344d688e0fc556c082b2 (patch)
tree4cea6157a24a72e17f6ed6f87f873966bb91a8b8
parent842b59aaabc41fa57ea494f10d976c108d36bfbd (diff)
downloadgnome-desktop-d9b16875be63c501a785344d688e0fc556c082b2.tar.gz
3.25.913.25.91
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e543c1bc..19d566a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+===============
+Version 3.25.91
+===============
+
+- Fix multiple bugs in sandboxed thumbnailer handling,
+ including performance, and left-over files in /tmp
+- Fix a memory leak in the display handling code
+- Fix a compile-time error on x32
+
=================
Version 3.25.90.1
=================
diff --git a/configure.ac b/configure.ac
index 437a8538..ad771d4a 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, 90)
+m4_define(gnome_micro, 91)
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
@@ -28,7 +28,7 @@ AC_CONFIG_MACRO_DIR([m4])
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=14:0:2
+LT_VERSION=14:1:2
AC_SUBST(LT_VERSION)
LT_PREREQ([2.2.6])