summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2023-08-22 18:02:18 +0200
committerraveit65 <[email protected]>2023-08-22 18:02:18 +0200
commitbabcbc1eaa44652062251e230d14b417c76cafa3 (patch)
tree9ae94d4cd040e643880785d0e9550bba8fac57ff
parent56451ddf8395746bb7fe6cb44e0e3a413a28997f (diff)
downloadmate-notification-daemon-babcbc1eaa44652062251e230d14b417c76cafa3.tar.bz2
mate-notification-daemon-babcbc1eaa44652062251e230d14b417c76cafa3.tar.xz
release 1.27.1v1.27.1
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c27d714..c135fd0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
+### mate-notification-daemon 1.27.1
+
+ * update translations
+ * wayland: do not attempt to connect to x11 screensaver
+ * Wayland: Allow building do not disturb applet in process
+ * Auto-start m-n-d with session
+ * Only exit on idle when explicitly requested
+ * Fix potential crash if org.mate.ScreenSaver doesn't respond
+ * Fix build warnings about missing field initializer
+ * mnd-daemon: fix memory leak
+ * daemon: fix memory leak
+
### mate-notification-daemon 1.27.0
- * tx: sync with transifex
+ * update translations
* configure.ac: The macro 'AC_HELP_STRING' is obsolete
* tx: update resource
* tx: migrate config file
diff --git a/configure.ac b/configure.ac
index 12ea56a..227a9c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
-AC_INIT([mate-notification-daemon], [1.27.0], [https://mate-desktop.org])
+AC_INIT([mate-notification-daemon], [1.27.1], [https://mate-desktop.org])
AC_PREREQ(2.63)
AC_CONFIG_HEADERS([config.h])