summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-06-24 15:52:44 +0200
committerraveit65 <[email protected]>2020-06-24 15:52:44 +0200
commit5a5a46b371960714993562971a53b24ae9cbfc09 (patch)
tree8cc0606b98d6f5cce0f4b79cd5db5349a2bf2cdd
parent6e9ad62e3845776575961037c145f06ddc2a542a (diff)
downloadlibmateweather-5a5a46b371960714993562971a53b24ae9cbfc09.tar.bz2
libmateweather-5a5a46b371960714993562971a53b24ae9cbfc09.tar.xz
release 1.25.0v1.25.0
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
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])