diff options
author | raveit65 <[email protected]> | 2021-08-03 19:23:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-03 19:23:26 +0200 |
commit | 49aed95a798deb938ed3234037882363145ae895 (patch) | |
tree | 5778d80939f563da39faed48b29cebd966476ed3 | |
parent | 23fdbbdf35ec4a24191c6175d2a5a9a6dad3e26f (diff) | |
download | mate-desktop-49aed95a798deb938ed3234037882363145ae895.tar.bz2 mate-desktop-49aed95a798deb938ed3234037882363145ae895.tar.xz |
release 1.26.0v1.26.0
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 1 deletions
@@ -1,3 +1,25 @@ +### mate-desktop 1.26.0 + + * Translations update + * Replace the obsolete API in mate-colorsel.c file + * Fix compilation warning + * update copyright to 2021 + * travis-ci: use ubuntu focal as host system + * MATE About: Fix off-by-one error, display yerba mate comment + * travis: disable travis builds for ubuntu + * Remove shadow warnings [-Wshadow] + * mate-about: Use the macro _(String) instead of the macro gettext(Msgid) + * Drop local macro mate_gettext(package, locale, codeset) + * Remove warning -Wbad-function-cast + * g_settings_get_string always returns a newly-allocated string + * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME + * tx: update resource + * mate-color-select: Do not use deprecated gtk_button_new_from_stock + * update issue template + * Remove USE_MATE2_MACROS from autogen.sh (legacy) + * travis CI: use rolling tag for ubuntu docker image + * travis CI: fix build issue of gtk-doc module + ### mate-desktop 1.25.0 * Translations update diff --git a/configure.ac b/configure.ac index e57c88a..b19ab7f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ m4_define([mate_platform], [1]) -m4_define([mate_minor], [25]) +m4_define([mate_minor], [26]) m4_define([mate_micro], [0]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |