diff options
-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]) |