From 90be45c339e65a1d192bc61f5f95bb90f02bcaa0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 23 Feb 2019 14:45:54 +0100 Subject: release 1.22.0 --- NEWS | 39 +++++++++++++++++++++++---------------- configure.ac | 2 +- 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/NEWS b/NEWS index 69b7445..dc4b2fa 100644 --- a/NEWS +++ b/NEWS @@ -1,24 +1,31 @@ +### libmateweather 1.22.0 + + * Translations update + * Initialize Travis CI support + * disable deprecation warnings for distcheck + * locations: Clean up municipalities of Puerto Rico + ### libmateweather 1.21.0 - sync with transifex - locations: Add Feira de Santana, Brazil - test_sun_moon.c: remove unused variable - weather-moon: fix weird thing in comments - metar: fix searching for string to parse - metar: fix indent somewhat + * Translations update + * locations: Add Feira de Santana, Brazil + * test_sun_moon.c: remove unused variable + * weather-moon: fix weird thing in comments + * metar: fix searching for string to parse + * metar: fix indent somewhat ### 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) + * Translations update + * 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 diff --git a/configure.ac b/configure.ac index 2a9f8e9..f8f8bc5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libmateweather], [1.21.0], [http://www.mate-desktop.org]) +AC_INIT([libmateweather], [1.22.0], [http://www.mate-desktop.org]) AC_PREREQ(2.59) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1