summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2023-01-14 08:26:00 +0100
committermbkma <[email protected]>2023-01-14 08:26:00 +0100
commitf0d464f25291d0aeb911cf47d437003577756c8c (patch)
tree1f7ef22e3972a6762c1c16d490ad2ab16ff25d1f
parent7b60a3282eb7b260f2072c5c4a33e3c66e66d8fc (diff)
downloadlibmateweather-f0d464f25291d0aeb911cf47d437003577756c8c.tar.bz2
libmateweather-f0d464f25291d0aeb911cf47d437003577756c8c.tar.xz
release 1.27.0v1.27.0
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
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])