summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-06-27 15:26:44 +0200
committerraveit65 <[email protected]>2020-06-27 15:26:44 +0200
commitd7949826e18f96504bfc1a597b3ab3545d748012 (patch)
tree75d1f6963bc6f1ba777d9b28bdd2038fe4defa91
parentbf87934945c64448fe295c4542fb541f5809f9ff (diff)
downloadmate-sensors-applet-d7949826e18f96504bfc1a597b3ab3545d748012.tar.bz2
mate-sensors-applet-d7949826e18f96504bfc1a597b3ab3545d748012.tar.xz
release 1.25.0v1.25.0
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
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])