diff options
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 2 deletions
@@ -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]) |