diff options
author | raveit65 <[email protected]> | 2019-10-10 20:54:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-10 20:54:03 +0200 |
commit | 89541cc69c2b899b9a311e09e33c728a72783809 (patch) | |
tree | f8396628e7e26e77b165e1e3fc9df4919ea34554 | |
parent | 2606f64b19cbb3f322944b2069705f03ddd9b015 (diff) | |
download | mate-utils-89541cc69c2b899b9a311e09e33c728a72783809.tar.bz2 mate-utils-89541cc69c2b899b9a311e09e33c728a72783809.tar.xz |
release 1.23.1v1.23.1
-rw-r--r-- | NEWS | 39 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 39 insertions, 2 deletions
@@ -1,6 +1,43 @@ +### mate-utils 1.23.1 + + * Translations updateex + * Add MATE Disk Image Mounter utility + * WARN_CFLAGS makes MAINTAINER_CFLAGS obsolete for now + * Use MATE_DEBUG_CHECK for setting compiler debug flags + * Print compiler warning flags in summary + * Add WARN_CFLAGS to CFLAGS + * logview: Fix infinite loop parsing logs containing at least one line + * Add hicolor_apps_24x24_mate-system-log.png + * Install hicolor_apps_24x24_mate-disk-usage-analyzer.png + * gsearchtool-entry: avoid 'g_type_class_add_private' + * baobab-treemap: avoid 'g_type_class_add_private' + * baobab-ringschart: avoid 'g_type_class_add_private' + * baobab-chart: avoid 'g_type_class_add_private' + * baobab-cell-renderer-progress: avoid 'g_type_class_add_private' + * gdict-aligned-window: avoid 'g_type_class_add_private' + * gdict-sidebar: avoid 'g_type_class_add_private' + * gdict-applet: avoid 'g_type_class_add_private' + * gdict-source-loader: avoid 'g_type_class_add_private' + * gdict-source: avoid 'g_type_class_add_private' + * gdict-client-context: avoid 'g_type_class_add_private' + * gdict-database-chooser: avoid 'g_type_class_add_private' + * logview-prefs: avoid 'g_type_class_add_private' + * logview-filter-manager: avoid 'g_type_class_add_private' + * logview-log: avoid 'g_type_class_add_private' + * logview-window: avoid 'g_type_class_add_private' + * logview-findbar: avoid 'g_type_class_add_private' + * logview-app: avoid 'g_type_class_add_private' + * logview-filter: avoid 'g_type_class_add_private' + * logview-loglist: avoid 'g_type_class_add_private' + * logview-manager: avoid 'g_type_class_add_private' + * logview: i18n date format in side pane + * logview: Use preferred date&time representation for current locale + * mate-disk-usage-analyzer: Remove blank space before right parenthesis + * Add scroll tabs with mouse wheel + ### mate-utils 1.23.0 - * tx: sync with transifex + * Translations update * Remove trailing whitespaces * Change url projet's website * [ci] Add cppcheck html report diff --git a/configure.ac b/configure.ac index 56e2335d..587f5079 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_utils_major], [1]) m4_define([mate_utils_minor], [23]) -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]) |