From 5e28b06dc6ae3c3e1f2412c13d97eb5f6b91a9bf Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 3 Aug 2021 20:49:58 +0200 Subject: release 1.26.0 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a425978..ee3b5b9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +### 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 + ### libmateweather 1.25.0 * Translations update diff --git a/configure.ac b/configure.ac index b1bd4cc..92a004d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libmateweather], [1.25.0], [https://mate-desktop.org]) +AC_INIT([libmateweather], [1.26.0], [https://mate-desktop.org]) AC_PREREQ(2.59) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1