From 5a5a46b371960714993562971a53b24ae9cbfc09 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 24 Jun 2020 15:52:44 +0200 Subject: release 1.25.0 --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0ef43aa..a425978 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.1