diff options
author | raveit65 <[email protected]> | 2020-08-15 11:09:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-15 12:24:38 +0200 |
commit | 34f8f2f5a1e21ee90f381fef429091e1af04fc9a (patch) | |
tree | 34970fb6f4a02393db1940ba45a8f19da90e1d64 | |
parent | 809da871ffcd82732384ee8f164588b4008938e2 (diff) | |
download | mate-power-manager-34f8f2f5a1e21ee90f381fef429091e1af04fc9a.tar.bz2 mate-power-manager-34f8f2f5a1e21ee90f381fef429091e1af04fc9a.tar.xz |
release 1.24.2v1.24.2
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### mate-power-manager 1.24.2 + + * Translations update + * gpm-kbd-backlight: do not change keyboard back-light, when disabled + * build: silent build warnings for distcheck + * build: do not override the default value for MATE_COMPILE_WARNINGS + * Remove unused entry from autostart + ### mate-power-manager 1.24.1 * Translations update diff --git a/configure.ac b/configure.ac index b2febf7..971efee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.24.1], [https://mate-desktop.org/]) +AC_INIT([mate-power-manager], [1.24.2], [https://mate-desktop.org/]) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news tar-ustar]) AC_CONFIG_HEADERS([config.h]) |