summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 956a875..c27d714 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+### mate-notification-daemon 1.27.0
+
+ * tx: sync with transifex
+ * configure.ac: The macro 'AC_HELP_STRING' is obsolete
+ * tx: update resource
+ * tx: migrate config file
+ * themes: fix typo
+ * ci: drop -Wunused-parameter compiler cflag from debian build
+ * build: show configure summary using a pretty format
+ * Use a blank line at most
+ * theme: remove whitespaces before #define, #ifdef, and #endif
+ * Add AssumedAppArmorLabel to dbus service file
+
### mate-notification-daemon 1.26.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 06ae69f..32aae7d 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.26.0], [https://mate-desktop.org])
+AC_INIT([mate-notification-daemon], [1.27.0], [https://mate-desktop.org])
AC_PREREQ(2.63)
AC_CONFIG_HEADERS([config.h])