diff options
author | raveit65 <[email protected]> | 2017-07-23 16:11:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-07-23 16:16:46 +0200 |
commit | d3610be0ce1f558f2006a8ed8f5e41c3362940d7 (patch) | |
tree | 82d6917b15008e834bbbc53ea9aae1667807b3d9 | |
parent | d1d7542e649803426412c90149b0526282e1dfcd (diff) | |
download | libmateweather-d3610be0ce1f558f2006a8ed8f5e41c3362940d7.tar.bz2 libmateweather-d3610be0ce1f558f2006a8ed8f5e41c3362940d7.tar.xz |
release 1.19.1v1.19.1
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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]) |