From c53ed0eed9fb9cf45d2d67c25138ec8b5010e4c9 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 5 Aug 2021 10:02:58 +0200 Subject: update to 1.26.0 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4d2e501..08e0edf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +### mate-sensors-applet 1.26.0 + + * Translations update + * travis-Ci: use libera.chat as notification server + * update copyright to 2021 + * travis: disable travis builds for ubuntu + * warning: declaration of ‘content_area’ shadows a previous local + * build: Use PACKAGE_URL variable + * Update copyright to 2021 + * Drop aticonfig plugin (#119) + * sensors-applet: Remove unused function + * Remove cppcheck warnings about the variable scope can be reduced + * Remove USE_MATE2_MACROS from autogen.sh (legacy) + * hddtemp & mbmon plugins: 'GTimeVal' is deprecated + * Travis CI: enable irc notifications with tagged commits + * libsensors-plugin: function declaration isn't a prototype + ### mate-sensors-applet 1.25.0 * Translations update diff --git a/configure.ac b/configure.ac index c38fe8c..33e0e3e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # ================= initialization =================== # -AC_INIT([mate-sensors-applet], [1.25.0], [https://github.com/mate-desktop/mate-sensors-applet/issues], +AC_INIT([mate-sensors-applet], [1.26.0], [https://github.com/mate-desktop/mate-sensors-applet/issues], [mate-sensors-applet], [https://mate-desktop.org]) AC_CONFIG_SRCDIR([sensors-applet/main.c]) -- cgit v1.2.1