From d7949826e18f96504bfc1a597b3ab3545d748012 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 27 Jun 2020 15:26:44 +0200 Subject: release 1.25.0 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6921e75..4d2e501 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +### mate-sensors-applet 1.25.0 + + * Translations update + * docbook: change id value in about section + * help: fix DE name and link to GPL + * add git.mk to generate .gitignore + * build: prevents two consecutive slashes in plugin file path + * build: Fix G_LOG_DOMAIN for sensors applet + * sonypi-plugin.c: Make sonypi plugin portable to GNU/Hurd + * libsensors-plugin: Port to GRegex + * Replace g_malloc0 with g_new0 and g_strdup + * build: silent build warnings for distcheck + * Remove unused-variable warning + * build: show configure summary + * build: Use WARN_CFLAGS variable + * build: do not override the default value for MATE_COMPILE_WARNINGS + ### mate-sensors-applet 1.24.0 * Translations update diff --git a/configure.ac b/configure.ac index d64c0cf..22c368b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # ================= initialization =================== # -AC_INIT([MATE Sensors Applet], [1.24.0], [https://mate-desktop.org], +AC_INIT([MATE Sensors Applet], [1.25.0], [https://mate-desktop.org], [mate-sensors-applet]) AC_CONFIG_SRCDIR([sensors-applet/main.c]) -- cgit v1.2.1