[devhelp] Release 3.25.91



commit d2fca1553db137072b66196a4d602a3cc3f6b696
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Aug 22 20:22:26 2017 +0200

    Release 3.25.91

 NEWS         |   16 ++++++++++++++++
 configure.ac |    6 ++++--
 2 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 12f715f..fc92ddc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+===============
+Version 3.25.91
+===============
+
+- Bump Libtool version.
+
+Fixed bugs:
+
+ - #786008, Constant updating of window positions causing high CPU load
+   Fixed by adding a timeout to save the GSettings for the window state.
+
+Updated translations: ca, gl, ne, pl, sr@latin, sr
+
+Many thanks to all contributors: Fran Dieguez, Мирослав
+Николић, Sébastien Wilmet, Pawan Chitrakar, Jordi Mas, Debarshi Ray
+
 ==============
 Version 3.25.2
 ==============
diff --git a/configure.ac b/configure.ac
index 60b75f4..b10afd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([Devhelp],
-        [3.25.2],
+        [3.25.91],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=devhelp],
         [devhelp],
         [https://wiki.gnome.org/Apps/Devhelp])
@@ -9,10 +9,12 @@ AX_REQUIRE_DEFINED([AX_IS_RELEASE])
 AX_IS_RELEASE([git-directory])
 
 # LT Version numbers, remember to change them just *before* a release.
+# A good time to update it is for the GNOME x.y.90 version, at API freeze,
+# so that packagers have the time to update the package.
 #   (Interfaces removed:    CURRENT++, AGE=0, REVISION=0)
 #   (Interfaces added:      CURRENT++, AGE++, REVISION=0)
 #   (No interfaces changed:                   REVISION++)
-LIBDEVHELP_LT_CURRENT=3
+LIBDEVHELP_LT_CURRENT=4
 LIBDEVHELP_LT_REVISION=0
 LIBDEVHELP_LT_AGE=0
 LIBDEVHELP_LT_VERSION="$LIBDEVHELP_LT_CURRENT:$LIBDEVHELP_LT_REVISION:$LIBDEVHELP_LT_AGE"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]