diff options
author | raveit65 <[email protected]> | 2023-10-19 12:55:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-10-19 15:22:34 +0200 |
commit | 6463a0e845c19e5f231a38e70262a0d93b57df99 (patch) | |
tree | 1d53aaecff5f879d97800760f75108eeabcfe407 /NEWS | |
parent | f12bec97abfd7ca6e626267a40f57f0f7de28526 (diff) | |
download | libmateweather-6463a0e845c19e5f231a38e70262a0d93b57df99.tar.bz2 libmateweather-6463a0e845c19e5f231a38e70262a0d93b57df99.tar.xz |
release 1.27.1v1.27.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 37 |
1 files changed, 23 insertions, 14 deletions
@@ -1,8 +1,17 @@ +### libmateweather 1.27.1 + + * Translations update + * fix some location names + * Dataserver url changed + * Use TZDIR for ZONEINFO_DIR if the variable is set. + * Fix -Wincompatible-pointer-types-discards-qualifiers warning + * Chicago area updates + ### libmateweather 1.27.0 * rename Europe/Kiev to Europe/Kyiv (#115) * Fix build warnings about missing field initializer (#102) - * tx: sync with transifex + * Translations update * configure.ac: The macro 'AC_HELP_STRING' is obsolete (#112) * tx: update resource * tx: migrate config file @@ -18,19 +27,19 @@ ### 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 |