Skip to content

Commit

Permalink
release 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 22, 2024
1 parent c526a5a commit 4b3e0b4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
29 changes: 28 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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
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.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])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'mate-control-center', 'c',
version : '1.27.0',
version : '1.28.0',
meson_version : '>= 0.57.0'
)

Expand Down

0 comments on commit 4b3e0b4

Please sign in to comment.