summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2025-10-19 16:49:26 -0400
committerlukefromdc <[email protected]>2025-10-19 16:49:26 -0400
commit4740fdcfe758bcae03d5a968cecc0512d8c7cc66 (patch)
tree481ae28dbef3fe178feaeddbef06e2668d4cabd8
parent681c4c84a613967b472c239f9aa5034ad358b638 (diff)
downloadmate-notification-daemon-1.28.tar.bz2
mate-notification-daemon-1.28.tar.xz
Release 1.28.5v1.28.51.28
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 90e4d40..64e1e14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+### mate-notification-daemon 1.28.5
+
+ * Update translations
+ * daemon: Fix use-after-free crash in idle reposition timeout
+ * daemon: Fix crash when monitor is disconnected
+ * daemon: Bump libwnck to 43.0
+ * daemon: report dbus method invocation as handled on error
+
+### mate-notification-daemon 1.28.4
+
+ * (deleted-contained development commits)
+
### mate-notification-daemon 1.28.3
* ci:fix faraday version issue blocking Travis deployment
diff --git a/configure.ac b/configure.ac
index ea75f7b..be1d2be 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.3], [https://mate-desktop.org])
+AC_INIT([mate-notification-daemon], [1.28.5], [https://mate-desktop.org])
AC_PREREQ(2.63)
AC_CONFIG_HEADERS([config.h])