From 2915302870759961e44ba5b58d34fafbf83086e3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 9 Feb 2020 22:50:49 +0100 Subject: release 1.24.0 --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e121c737..35a20e52 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +### mate-control-center 1.24.0 + + tx: sync with transifex + mate-theme-info: fix memory leak + mate-wp-info: fix memory leak + glib-genmarshal: Using --header and --body at the same time is deprecated + build: show compiler/flags info on configure summary + build: do not override WARN_CFLAGS + build: use warning flags + time-admin: make portable backward file path + appearance: backgrounds dir should be portable + appearance: remove I/O error on window close + autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG + Fix build using gcc 10 -fno-common flag + ### mate-control-center 1.23.3 tx: sync with transifex diff --git a/configure.ac b/configure.ac index 71bb4a1d..6d2d66ef 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.23.3], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.24.0], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) -- cgit v1.2.1