summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2024-02-22 17:28:22 +0100
committerraveit65 <[email protected]>2024-02-22 17:28:22 +0100
commit4b3e0b41ab74c5a6b7951bded22eb95ca215dfca (patch)
tree6a1c2a414378e7d0b0c3f5b47982f07826f0944c
parentc526a5aa2c175f6736f530a590337f54c7283875 (diff)
downloadmate-control-center-4b3e0b41ab74c5a6b7951bded22eb95ca215dfca.tar.bz2
mate-control-center-4b3e0b41ab74c5a6b7951bded22eb95ca215dfca.tar.xz
release 1.28.0v1.28.0
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 30 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1b160047..78309de9 100644
--- a/NEWS
+++ b/NEWS
@@ -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'
)