From 07d6e9d0fa37001cde748b74842d926b726b73ba Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 16 Aug 2020 18:23:47 +0200 Subject: release 1.24.1 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6921e75..3d6a956 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +### mate-sensors-applet 1.24.1 + + * Translations update + * 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 + * use default MATE_COMPILE_WARNINGS level + * build: show configure summary + ### mate-sensors-applet 1.24.0 * Translations update diff --git a/configure.ac b/configure.ac index 6f55257..a738413 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.24.1], [https://mate-desktop.org], [mate-sensors-applet]) AC_CONFIG_SRCDIR([sensors-applet/main.c]) -- cgit v1.2.1