diff options
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +### libmateweather 1.24.1 + + * Translations update + * locations: update cities in Thailand + * po-locations: Upgrade extract.xsl after migrating to gettext + * Revert "avoid deprecated soup_session_async_new" + * Locations: America/Godthab was renamed to America/Nuuk + * build: silent build warnings for distcheck + * build: use default MATE_COMPILE_WARNINGS level + ### libmateweather 1.24.0 * build: show compiler flags on configuration summary diff --git a/configure.ac b/configure.ac index 8839ebd..2e5ae39 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libmateweather], [1.24.0], [https://mate-desktop.org]) +AC_INIT([libmateweather], [1.24.1], [https://mate-desktop.org]) AC_PREREQ(2.59) AC_CONFIG_HEADERS([config.h]) |