From dcc657875fa1733f7f9a9ade4f5eb0ab6ce3b1c8 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Tue, 24 Sep 2024 15:45:01 -0400 Subject: Release 1.28.1 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f450ead..f6bd03f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +### mate-notification-daemon 1.28.1 + + * Try and fix Travis deploy + * daemon: Properly update the set of monitors when it changes + * ci: use ubuntu jammy as docker + ### mate-notification-daemon 1.28.0 * Translations update diff --git a/configure.ac b/configure.ac index 0b55fbe..9868757 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.28.0], [https://mate-desktop.org]) +AC_INIT([mate-notification-daemon], [1.28.1], [https://mate-desktop.org]) AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1