diff options
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 30 insertions, 3 deletions
@@ -1,6 +1,33 @@ +### mate-control-center 1.28.0 + + * Translations update + * Meson: fix mate-time-admin directory error + * Add meson build support + * Remove libslab library + * appearance: Fix compilation warnings replace deprecated functions + * common: Fix compilation warnings replace deprecated functions gtk_rc_get_theme_dir and gtk_rc_scanner_new + * typing-break: Force dependency on appindicator and remove deprecated GtkStatusIcon + * typing-break: Fix compilation warnings and replace deprecated functions + * Remove "libwindow settings" that are no longer in use + * capplets/display: Fix compilation warnings and replace deprecated functions + * libslab: Fix compilation warnings and replace deprecated functions + * font-viewer: Fix compilation warnings and replace deprecated functions + * appearance: Remove useless match_wm_manager_init function + * Add new capplets: system info + * tx: fix warnings in Japanese and Serbian translations + * Update glib2 dependency version from 2.50 to 2.64 + * libslab: Remove gdk/gdkx.h from includes + * Wayland: remove xisms from screen width detection + * windows: Fix UI accessibility (#704) + * windows: Fix spacing in the Compositing Manager tab + * Fix implicit conversion changes signedness: 'gboolean' to 'guint' + * keybindings: fix memory leak + * appearance: use mate_image_menu_item replace gtk_image_menu_item + * keyboard: fix memory leak + ### mate-control-center 1.27.0 - * tx: sync with transifex + * Translations update * configure.ac: The macro 'AC_HELP_STRING' is obsolete * tx: update resource * tx: migrate config file diff --git a/configure.ac b/configure.ac index a4272e1d..aa43d083 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.27.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.28.0], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) diff --git a/meson.build b/meson.build index b23502d0..9c09c320 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'mate-control-center', 'c', - version : '1.27.0', + version : '1.28.0', meson_version : '>= 0.57.0' ) |