From 9f5812f3e63112b962eef638aba9d1e4d6110f12 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 25 Dec 2018 13:41:34 +0100 Subject: release 1.21.1 --- NEWS | 44 ++++++++++++++++++++++++++++++++++---------- configure.ac | 2 +- 2 files changed, 35 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index b949e993..e27bdf17 100644 --- a/NEWS +++ b/NEWS @@ -1,18 +1,42 @@ +### mate-utils 1.21.1 + + * Translations update + * disable deprecation warnings for distcheck + * Use make functions for HELP_LINGUAS + * Replace -Dokumentationsprojekt with Documentation Project + * mate-dictionary: Fix memory leak + * Fix spelling and grammar mistakes + * search-tool: replace deprecated gtk_menu_popup + * screenshot: replace deprecated gdk_flush + * dictionary: replace deprecated gdk_flush + * dictionary: replace deprecated gtk_menu_popup + * dictionary: Replace deprecated GtkFontButton accessors + * disk-usage-analyzer: replace deprecated gtk_menu_popup + * Update Catalan sceenshots of mate-dictionary + * Add Catalan screenshots + * add mate-dictionary help to transifex + * add mate-system-log help to transifex + * add mate-search-tool to transifex + * add mate-disk-usage-analyzer to transifex + * Baobab help: Terminal command updated to 'mate-disk-usage-analyzer' + * baobab-chart: avoid deprecated 'gtk_style_context_set_background' + * gsearchtool: avoid deprecated 'gtk_window_set_wmclass' + ### mate-utils 1.21.0 - sync with transifex - Add support for non-interactive screenshot directly to clipboard - avoid deprecated GtkStock + * Translations update + * Add support for non-interactive screenshot directly to clipboard + * avoid deprecated GtkStock ### mate-utils 1.20.0 - sync with transifex - require GTK+ 3.22 and GLib 2.50 - Add screenshot support for HiDPI displays - mate-screenshot: added New button - update copyright year to 2018 - screenshot-save.c: Fix build warnings with ‘pipe’ ‘write’ and ‘read’: - add style class logview-window + * Translations update + * require GTK+ 3.22 and GLib 2.50 + * Add screenshot support for HiDPI displays + * mate-screenshot: added New button + * update copyright year to 2018 + * screenshot-save.c: Fix build warnings with ‘pipe’ ‘write’ and ‘read’: + * add style class logview-window ### mate-utils 1.19.1 diff --git a/configure.ac b/configure.ac index bafbdc0e..988e2fdc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_utils_major], [1]) m4_define([mate_utils_minor], [21]) -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]) -- cgit v1.2.1