From 278f91c2e631b50cb88caafaf0a3360dac3125b0 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 18 Jan 2017 23:39:23 +0000 Subject: Bump version to 1.17.1 --- NEWS | 16 +++++++++++++++- configure.ac | 2 +- 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]) -- cgit v1.2.1