diff options
author | raveit65 <[email protected]> | 2024-02-15 17:46:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-15 17:46:42 +0100 |
commit | b7f3139e25a8e839343b761c38231af6fce9b034 (patch) | |
tree | e77dd53b6bfb8f95be41a54771b300ae827b9f06 | |
parent | 7877fec42badc838eae934284dccfdf27f1ddccd (diff) | |
download | mate-notification-daemon-b7f3139e25a8e839343b761c38231af6fce9b034.tar.bz2 mate-notification-daemon-b7f3139e25a8e839343b761c38231af6fce9b034.tar.xz |
release 1.28.0
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 3 deletions
@@ -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]) |