Skip to content

Commit

Permalink
release 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed May 7, 2023
1 parent 231f212 commit 90bfe50
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### mate-control-center 1.26.1

* Translations update
* keybindings: fix memory leak
* keyboard: fix memory leak
* bookmark-agent: fix backward compatibility with glib < 2.66
* appearance-style: fix memory leak
* common: fix memory leak detected by scan-build
* g_queue_clear_full() is only available since glib 2.60.
* common: fix memory leak
* appearance: fix memory leak
* mate-da-capplet: fix memory leak
* keyboard: fix memory leak
* mouse: fix memory leak
* Change capplets/about-me/mate-about-me-password.c
* Remove redundant i18n functions
* Maintain compatibility with Glibc versions older than 2.66

### mate-control-center 1.26.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.26.0], [http://www.mate-desktop.org/])
AC_INIT([mate-control-center], [1.26.1], [http://www.mate-desktop.org/])

AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([shell])
Expand Down

0 comments on commit 90bfe50

Please sign in to comment.