diff options
-rw-r--r-- | NEWS | 35 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 14 deletions
@@ -1,19 +1,28 @@ +### libmateweather 1.26.1 + + * Translations update + * rename Europe/Kiev to Europe/Kyiv (#115) + * Chicago area updates + * locations: add San Miguel de Tucuman (Argentina) + * add locations.pot + * Corrections according to the linguistic counsel + ### libmateweather 1.26.0 * Translations update - Using soup_session_new replaces the deprecated soup_session_async_new - use irc.libera.chat for notifications - use TLS certificate verification for libsoup session - locations: drop Berlin Tegel - add 2 brazil cities - build: underline package name and version in configure summary - build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME - Install icons in fallback icon theme - README: Fix typo mistakes - README: How to translate the default location data - Remove USE_MATE2_MACROS from autogen.sh (legacy) - locations: update cities in Thailand - po-locations: Upgrade extract.xsl after migrating to gettext + * Using soup_session_new replaces the deprecated soup_session_async_new + * use irc.libera.chat for notifications + * use TLS certificate verification for libsoup session + * locations: drop Berlin Tegel + * add 2 brazil cities + * build: underline package name and version in configure summary + * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME + * Install icons in fallback icon theme + * README: Fix typo mistakes + * README: How to translate the default location data + * Remove USE_MATE2_MACROS from autogen.sh (legacy) + * locations: update cities in Thailand + * po-locations: Upgrade extract.xsl after migrating to gettext ### libmateweather 1.25.0 diff --git a/configure.ac b/configure.ac index 92a004d..c6d14a4 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.26.1], [https://mate-desktop.org]) AC_PREREQ(2.59) AC_CONFIG_HEADERS([config.h]) |