diff options
author | raveit65 <[email protected]> | 2021-08-05 10:02:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-05 10:02:58 +0200 |
commit | c53ed0eed9fb9cf45d2d67c25138ec8b5010e4c9 (patch) | |
tree | d37b0d379b0949fb47fdfb70f32554ed69c93af8 | |
parent | a0458835418131845acef9dc750c85e079747024 (diff) | |
download | mate-sensors-applet-c53ed0eed9fb9cf45d2d67c25138ec8b5010e4c9.tar.bz2 mate-sensors-applet-c53ed0eed9fb9cf45d2d67c25138ec8b5010e4c9.tar.xz |
update to 1.26.0v1.26.0
-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]) |