From 90bfe5039172f5a2f422c54a1f3c8e10e26336f8 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 7 May 2023 17:30:06 +0200 Subject: release 1.26.1 --- NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 16f3378c..03d6fd5d 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac index d9c72eb5..ca447df3 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- cgit v1.2.1