diff options
author | raveit65 <[email protected]> | 2019-02-23 14:45:54 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-23 14:45:54 +0100 |
commit | 90be45c339e65a1d192bc61f5f95bb90f02bcaa0 (patch) | |
tree | fe754aa14afb15782c4e9cc698cd58c41545fa9e | |
parent | 5f9707934d0bad478b9ebfa60ad7dbbc3534c507 (diff) | |
download | libmateweather-90be45c339e65a1d192bc61f5f95bb90f02bcaa0.tar.bz2 libmateweather-90be45c339e65a1d192bc61f5f95bb90f02bcaa0.tar.xz |
release 1.22.0v1.22.0
-rw-r--r-- | NEWS | 39 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 24 insertions, 17 deletions
@@ -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]) |