diff options
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -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]) |