diff options
author | monsta <[email protected]> | 2015-11-30 10:51:51 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-11-30 10:51:51 +0300 |
commit | ef03a5145e30f6d3234258a0e5e20722d2d7ac67 (patch) | |
tree | beb77418af6246c63516080bbbe7f673c04e7ab0 | |
parent | b1c76b5a6639ff268d557c3e4b7f03ea9d9db677 (diff) | |
download | mate-power-manager-1.12.tar.bz2 mate-power-manager-1.12.tar.xz |
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +Version 1.12.1 +~~~~~~~~~~~~~~ +Released: 2015-11-30 + +* News: + - Allow disabling of power button + - Multiple backlight fixes + - GTK+3: don't remove slider background in brightness applet + (fixes background in some themes) + - Translations update + Version 1.12.0 ~~~~~~~~~~~~~~ Released: 2015-10-31 diff --git a/configure.ac b/configure.ac index bbaeccc..52beb06 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.12.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-power-manager], [1.12.1], [http://www.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]) |