[gnome-weather] Release 3.25.91



commit 54a150e29459c0cf7f8381a5795ece737a89fb32
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sun Aug 20 17:35:54 2017 +0200

    Release 3.25.91
    
    libgweather dependency was also bumped to 3.25.91, to ensure they
    are updated in lock-step (which improves the quality of bug reports,
    as often people file libgweather bugs under gnome-weather)

 NEWS         |    7 +++++++
 configure.ac |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a7a036a..60381ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.25.91
+=======
+* Weather can now be tiled on sufficiently large monitors [#725407]
+* Fixed compatibility with mozjs52, and improved code to take advantage
+  of the new JavaScript features
+* Translation updates
+
 3.24.0
 ======
 * Updates for the new version of gjs [Philip Chimento, #778641]
diff --git a/configure.ac b/configure.ac
index 4f2ea70..6023186 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([org.gnome.Weather],[3.24.0],
+AC_INIT([org.gnome.Weather],[3.25.91],
        [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-weather],
        [gnome-weather],
        [https://wiki.gnome.org/Apps/Weather])
@@ -35,7 +35,7 @@ PKG_CHECK_MODULES([DEPS], [gdk-3.0
                            gtk+-3.0 >= 3.11.4
                            libgeoclue-2.0 >= 2.3.1
                            gjs-1.0 >= $GJS_MIN_VERSION
-                           gweather-3.0 >= 3.17.2])
+                           gweather-3.0 >= 3.25.91])
 
 AC_PATH_PROG([GJS],[gjs])
 


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