diff options
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -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]) |