diff options
author | raveit65 <[email protected]> | 2019-08-13 14:17:52 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-08-13 14:17:52 +0200 |
commit | 842392ef68fba821140a8194b84f155ab4ea59b0 (patch) | |
tree | 0f063c71bafe90f2e202a8009e8a0cf3ab963dbe | |
parent | 303633b5bcefc3103ac3883afb8c5982136fb09b (diff) | |
download | mate-control-center-842392ef68fba821140a8194b84f155ab4ea59b0.tar.bz2 mate-control-center-842392ef68fba821140a8194b84f155ab4ea59b0.tar.xz |
release 1.23.2v1.23.2
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +### mate-control-center 1.23.2 + + tx: sync with transifex + travis: update mate-desktop and mate-settings-daemon required versions + mouse: Add support for Acceleration Profiles + appearance: fix memory leak + appearance: add new font for user + Stop propagate error + at-properties: migrate from dbus-glib to gdbus + ### mate-control-center 1.23.1 * Translations update diff --git a/configure.ac b/configure.ac index f14ffe1c..bfdc261e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.23.1], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.23.2], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |