Skip to content

Commit

Permalink
release 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 16, 2021
1 parent d069fb6 commit 85b4f2a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 85b4f2a

Please sign in to comment.