summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS30
-rw-r--r--configure.ac2
2 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0e4db385..e6ebeefa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+### mate-notification-daemon 1.25.1
+
+ * Translations update
+ * Remove warnings about missing prototypes
+ * i18n: Do not collect the translation for Icon
+ * mate-screenshot: fix the order of the buttons at the bottom
+ * build: allow users to disable gettext support (--disable-nls)
+ * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
+ * help: Dokumentationsteam -> Documentation Team
+ * baobab: Dokumentationsteam -> Documentation Team
+ * update resource for transifex
+ * Update copyright to 2021
+ * baobab: remove warning -Wunused-value
+ * update issue template
+ * Add legal notice in configure.ac
+ * Add legal notice in Makefile.am files
+ * COPYING.docs from https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt
+ * COPYING.libs from https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
+ * COPYING from https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
+ * GNU GPL 2 license notice without post box, after copyright notice
+ * screenshot-save: warning -Wdangling-else
+ * gdict-utils: Fix comment
+ * gdict-utils: variable 'env_string' set but not used
+ * baobab: Fix conversion warnings
+ * gdict-window: Remove warnings about missing initializer for field
+ * Remove USE_MATE2_MACROS from autogen.sh (legacy)
+ * configure: remove warning about option 'subdir-objects' is disabled
+ * Warn about accessing an undefined property of the object
+ * gsearchtool: Fix "open with" behavior
+
### mate-notification-daemon 1.25.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 2b1dbb37..29af471a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
m4_define([mate_utils_major], [1])
m4_define([mate_utils_minor], [25])
-m4_define([mate_utils_micro], [0])
+m4_define([mate_utils_micro], [1])
m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro])