From b7f3139e25a8e839343b761c38231af6fce9b034 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 15 Feb 2024 17:46:42 +0100 Subject: release 1.28.0 --- NEWS | 12 ++++++++++-- configure.ac | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c135fd0..f450ead 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ +### mate-notification-daemon 1.28.0 + + * Translations update + * Fix positioning on Wayland when output is not at position 0, 0 + * fix building with libxml 2.12.0 + * applet: Do not override the process' text domain + * applet: Actually use translations + ### mate-notification-daemon 1.27.1 - * update translations + * Translations update * 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 @@ -12,7 +20,7 @@ ### mate-notification-daemon 1.27.0 - * update translations + * Translations update * 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 227a9c4..0b55fbe 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.1], [https://mate-desktop.org]) +AC_INIT([mate-notification-daemon], [1.28.0], [https://mate-desktop.org]) AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1