diff options
author | raveit65 <[email protected]> | 2020-08-16 18:23:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-16 18:23:47 +0200 |
commit | 07d6e9d0fa37001cde748b74842d926b726b73ba (patch) | |
tree | d5e6d5bef641bcfdd96562d9de30c8789a83b779 | |
parent | bb0f0823eb8e5c1381278b677ff02f41c3a256a4 (diff) | |
download | mate-sensors-applet-1.24.1.tar.bz2 mate-sensors-applet-1.24.1.tar.xz |
release 1.24.1v1.24.1
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -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]) |