summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-08-16 18:23:47 +0200
committerraveit65 <[email protected]>2020-08-16 18:23:47 +0200
commit07d6e9d0fa37001cde748b74842d926b726b73ba (patch)
treed5e6d5bef641bcfdd96562d9de30c8789a83b779
parentbb0f0823eb8e5c1381278b677ff02f41c3a256a4 (diff)
downloadmate-sensors-applet-1.24.1.tar.bz2
mate-sensors-applet-1.24.1.tar.xz
release 1.24.1v1.24.1
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
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])