From 642047a6bcd0b630226f9e8fb19a5ad5c968a975 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 27 Jan 2018 20:39:23 +0100 Subject: release 1.20 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c240966..2f3f68a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +### libmateweather 1.20.0 + + sync with transifex + building: bump required glib version to 2.50.0 + building: bump required gtk+ version to 3.22 + Revert "Fix soup_session_async_new () deprecation warning" + Revert "remove warning on unused bsun by actually testing value" + Revert "Start reducing weather spam by creating intial cut of weather_info_equal () + Revert "Add timeout, actully invalidate session in weather_info_abort" + locations: Add Radom, Poland + Locations: add Zhukovsky airport (Moscow, Russia) + Locations: fix Sheremetyevo airport name (Moscow, Russia) + ### libmateweather 1.19.1 * Translations update diff --git a/configure.ac b/configure.ac index d84c2a2..0cf1ade 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libmateweather], [1.19.1], [http://www.mate-desktop.org]) +AC_INIT([libmateweather], [1.20.0], [http://www.mate-desktop.org]) AC_PREREQ(2.59) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1