summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-25 13:41:34 +0100
committerraveit65 <[email protected]>2018-12-25 18:01:50 +0100
commit9f5812f3e63112b962eef638aba9d1e4d6110f12 (patch)
tree2b693cc3ba7250f1e81d19ac64e39eddf18abaa9
parente57612bbb14206c60b1cd1d9d24e19635bb09725 (diff)
downloadmate-utils-1.21.1.tar.bz2
mate-utils-1.21.1.tar.xz
release 1.21.1v1.21.1
-rw-r--r--NEWS44
-rw-r--r--configure.ac2
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])