diff options
| author | raveit65 <[email protected]> | 2020-08-12 13:38:27 +0200 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2020-08-12 13:38:27 +0200 | 
| commit | 3b864ac2a6094b301b8a4b9542853c489e5a0a23 (patch) | |
| tree | 6ba420d48e58b1480f1308f142a0e7a82a927aa1 | |
| parent | 066b717ffbdaa923470615f5939ad4250e7bd3d7 (diff) | |
| download | libmateweather-1.24.1.tar.bz2 libmateweather-1.24.1.tar.xz | |
release 1.24.1v1.24.1
| -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]) | 
