summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-11-30 10:51:51 +0300
committermonsta <[email protected]>2015-11-30 10:51:51 +0300
commitef03a5145e30f6d3234258a0e5e20722d2d7ac67 (patch)
treebeb77418af6246c63516080bbbe7f673c04e7ab0
parentb1c76b5a6639ff268d557c3e4b7f03ea9d9db677 (diff)
downloadmate-power-manager-1.12.tar.bz2
mate-power-manager-1.12.tar.xz
Bump version to 1.12.1v1.12.11.12
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 999cbed..002608a 100644
--- a/NEWS
+++ b/NEWS
@@ -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])