From f0d464f25291d0aeb911cf47d437003577756c8c Mon Sep 17 00:00:00 2001 From: mbkma Date: Sat, 14 Jan 2023 08:26:00 +0100 Subject: release 1.27.0 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ee3b5b9..9c3c129 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +### libmateweather 1.27.0 + + * rename Europe/Kiev to Europe/Kyiv (#115) + * Fix build warnings about missing field initializer (#102) + * tx: sync with transifex + * configure.ac: The macro 'AC_HELP_STRING' is obsolete (#112) + * tx: update resource + * tx: migrate config file + * configure.ac: Bump Autoconf version because of LT_INIT + * locations: add San Miguel de Tucuman (Argentina) + * ci: drop -Wunused-parameter compiler cflag from debian build + * Use a blank line at most + * tx: add transifex config for locations.pot + * add locations.pot + * generate locations.pot with makepot + * Corrections + ### libmateweather 1.26.0 * Translations update diff --git a/configure.ac b/configure.ac index 742859f..cc73597 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libmateweather], [1.26.0], [https://mate-desktop.org]) +AC_INIT([libmateweather], [1.27.0], [https://mate-desktop.org]) AC_PREREQ(2.60) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1