diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +### libmateweather 1.25.0 + + * Translations update + * add git.mk to generate .gitignore + * Revert "avoid deprecated soup_session_async_new" + * Locations: America/Godthab was renamed to America/Nuuk + * weather-iwin: Remove the warning about ‘GTimeVal’ is deprecated + * build: silent build warnings for distcheck + * build: use default MATE_COMPILE_WARNINGS level + * IWIN: use GDateTime for getting current date + * weather: use round for rounding floats + ### libmateweather 1.24.0 * build: show compiler flags on configuration summary diff --git a/configure.ac b/configure.ac index 5bec9c2..6be9814 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.25.0], [https://mate-desktop.org]) AC_PREREQ(2.59) AC_CONFIG_HEADERS([config.h]) |