summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-23 16:11:39 +0200
committerraveit65 <[email protected]>2017-07-23 16:16:46 +0200
commitd3610be0ce1f558f2006a8ed8f5e41c3362940d7 (patch)
tree82d6917b15008e834bbbc53ea9aae1667807b3d9
parentd1d7542e649803426412c90149b0526282e1dfcd (diff)
downloadlibmateweather-d3610be0ce1f558f2006a8ed8f5e41c3362940d7.tar.bz2
libmateweather-d3610be0ce1f558f2006a8ed8f5e41c3362940d7.tar.xz
release 1.19.1v1.19.1
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 53d4d9f..c240966 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+### libmateweather 1.19.1
+
+ * Translations update
+ * Add timeout, actully invalidate session in weather_info_abort
+ * Start reducing weather spam by creating intial cut of weather_info_equal ()
+ function that will help apps determine if two WeatherInfo instances are 'the same'
+ enough to not bother with a notification
+ * remove warning on unused bsun by actually testing value
+ * Fix soup_session_async_new () deprecation warning
+ * Add missing Polish cities with airports
+ * Restore Polish translation credits from GNOME
+
### libmateweather 1.19.0
* Fix Novosibirsk timezone
diff --git a/configure.ac b/configure.ac
index 40567fc..83d1b4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libmateweather], [1.19.0], [http://www.mate-desktop.org])
+AC_INIT([libmateweather], [1.19.1], [http://www.mate-desktop.org])
AC_PREREQ(2.59)
AC_CONFIG_HEADERS([config.h])