diff options
author | raveit65 <[email protected]> | 2021-06-04 21:55:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-06-04 21:55:00 +0200 |
commit | 7f482f48b83db5dda184ae1081f88be1b83232f5 (patch) | |
tree | c5196f6fc35b1e550d951300a46d11586ff2ed44 | |
parent | 768fa45a1d9800b7da73d9a1935d7436ff3e1d67 (diff) | |
download | mate-utils-7f482f48b83db5dda184ae1081f88be1b83232f5.tar.bz2 mate-utils-7f482f48b83db5dda184ae1081f88be1b83232f5.tar.xz |
release 1.25.1v1.25.1
-rw-r--r-- | NEWS | 30 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 31 insertions, 1 deletions
@@ -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]) |