diff options
author | raveit65 <[email protected]> | 2020-02-09 22:50:49 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-09 22:50:49 +0100 |
commit | 2915302870759961e44ba5b58d34fafbf83086e3 (patch) | |
tree | 16448a49c2f6771796e584821876379c6a7cc333 | |
parent | 4720de74c4ab3d9410362e45aecba39992507fa8 (diff) | |
download | mate-control-center-2915302870759961e44ba5b58d34fafbf83086e3.tar.bz2 mate-control-center-2915302870759961e44ba5b58d34fafbf83086e3.tar.xz |
release 1.24.0v1.24.0
-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]) |