From d3610be0ce1f558f2006a8ed8f5e41c3362940d7 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 23 Jul 2017 16:11:39 +0200 Subject: release 1.19.1 --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1