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.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]) |