diff options
author | raveit65 <[email protected]> | 2018-12-19 14:56:10 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-19 14:56:10 +0100 |
commit | bdd05a6d0e9ea3c8930dfc7b3db6b0413919f179 (patch) | |
tree | bf0d9ff0b95ac88489a0d100eaec8fa59f559c81 | |
parent | 1cb8aee346e79709c7c5dbdd3df4615dc167bf14 (diff) | |
download | mate-control-center-1.20.4.tar.bz2 mate-control-center-1.20.4.tar.xz |
release 1.20.4v1.20.4
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +### mate-control-center 1.20.4 + + * sync with transifex + * disable deprecation warnings for distcheck + * default-applications: Use the selected word processor for RTF as well + * typing-break: Make images larger and load as surface + * update hint for mouse double-click + * keybindings: double click instead one click to edit keyboard shortcuts + * Fix spelling and grammar mistakes + * update legal.xml + * Use make functions for HELP_LINGUAS + * tx: add m-c-c user-guide to transifex config + ### mate-control-center 1.20.3 * sync with transifex diff --git a/configure.ac b/configure.ac index 9df452d4..e41712ad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.20.3], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.20.4], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |