diff options
-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]) |