summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2017-01-18 23:39:23 +0000
committerMartin Wimpress <[email protected]>2017-01-18 23:39:23 +0000
commit278f91c2e631b50cb88caafaf0a3360dac3125b0 (patch)
tree4ddfa0f5ed6987b49c9b351e9a8a3215c988f29b
parentdaca6b3ad85e8bc6814602f41cd15fea8cdad3e2 (diff)
downloadmate-power-manager-278f91c2e631b50cb88caafaf0a3360dac3125b0.tar.bz2
mate-power-manager-278f91c2e631b50cb88caafaf0a3360dac3125b0.tar.xz
Bump version to 1.17.1v1.17.1
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e57f636..92d25a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+### mate-power-manager 1.17.1
+
+ * Check both the "Backlight" and "BACKLIGHT" xrandr properties for a
+ backlight.
+ * po: don't mention non-existent files in POTFILES.skip
+ * remove man page for non-existent bugreport tool
+ * remove docs dir which doesn't have any actual docs
+ * Replace no longer valid "expose-event" with "draw" expose-event is not
+ available in GTK3, draw is its replacement. Stops warnings from inhibit
+ applet when mate-panel is started/restarted
+ * statistics: don't call upower function on a NULL device path
+ * Brightness: fix OSD rendering when not composited
+ * po: actually add new language from Transifex
+
### mate-power-manager 1.17.0
* Translations update
@@ -88,4 +102,4 @@
* Add keyboard backlight support
* Add systemd inhibit support
* mate-keyring support now optional
- * replace libmatenotify with libnotify \ No newline at end of file
+ * replace libmatenotify with libnotify
diff --git a/configure.ac b/configure.ac
index f003bef..2ff3c07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
-AC_INIT([mate-power-manager], [1.17.0], [http://www.mate-desktop.org/])
+AC_INIT([mate-power-manager], [1.17.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])