From babcbc1eaa44652062251e230d14b417c76cafa3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 22 Aug 2023 18:02:18 +0200 Subject: release 1.27.1 --- NEWS | 14 +++++++++++++- configure.ac | 2 +- 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]) -- cgit v1.2.1