diff options
author | raveit65 <[email protected]> | 2021-02-16 21:11:08 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-16 21:11:08 +0100 |
commit | 85b4f2acf7b1ca48a30dcfdda24aa47e434d504f (patch) | |
tree | 1ffb45a3223a1303c02eca8f574deecc645f62d9 | |
parent | d069fb67141bd979e0b9262d4c6f931a617a173f (diff) | |
download | mate-control-center-85b4f2acf7b1ca48a30dcfdda24aa47e434d504f.tar.bz2 mate-control-center-85b4f2acf7b1ca48a30dcfdda24aa47e434d504f.tar.xz |
release 1.25.1v1.25.1
-rw-r--r-- | NEWS | 45 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 46 insertions, 1 deletions
@@ -1,3 +1,48 @@ +### mate-control-center 1.25.1 + + * Translations update + * time-admin: remove unused includes + * build: allow users to disable gettext support (--disable-nls) + * build: show the package version in the configure summary + * mate-wm-manager: do not use dirent.h + * mate-wm-manager: Use g_list_free_full + * mate-wm-manager: compact the code using macros + * mate-wm-manager: Remove warning -Wconversion + * mate-wm-manager: directory parameter is an immutable string on scan_wm_directory + * marco-window-manager: do not use dirent.h + * libslab-utils: Remove dead function libslab_get_current_screen + * libslab-utils: Remove libslab_strcmp and use g_strcmp0 instead + * build: remove legacy variable MATE_ICONDIR + * mate-keyboard-properties: drop create_dialog + * mate-keyboard-properties: size groups on ui file + * mate-keyboard-properties: Do not use stock icons on ui file + * mate-keyboard-properties-dialog: upgrade ui label names + * mate-mouse-properties: drop create_dialog + * mate-mouse-properties: size groups on ui file + * mate-mouse-properties: upgrade ui label names + * Revisit windows applet, add allow-top-tiling option + * Use G_BEGIN_DECLS/G_END_DECLS macros + * Use g_slist_free_full + * mate-theme-info: remove unused includes + * mate-mouse-properties: remove unused includes + * appearance: Add file chooser settings + * xrandr-capplet: warning -Wincompatible-pointer-types + * application-tile: warning -Wempty-body + * appearance: Set icon-name in ui file + * appearance: Introduce GET_WINDOW macro + * Remove USE_MATE2_MACROS from autogen.sh (legacy) + * mcc: windows-applet: Rewrite windows-properties.ui and add new settings. + * appearance: Fix preview in Add Wallpaper dialog + * Default applications: Add flac/x-flac format (mime-type) for media + * keyboard-properties-a11y-notifications.ui: Fix a11y warnings + * mate-about-me-fingerprint: Use g_variant_is_of_type for checking types + * default-applications: Set icon-name in ui file + * about-me: migrate from dbus-glib to GDBus + * keyboard-a11y: Add UI for capslock-beep + * Remove unused macros + * Remove unused variable from capplet_notebook_scroll_event_cb + * common: migrate to GDBus + ### mate-control-center 1.25.0 * Translations update diff --git a/configure.ac b/configure.ac index 6b5d2803..d8a3646c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.25.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.25.1], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |