From 1308a5b93d1736e605091107fcbc95dff1273635 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 4 Aug 2021 20:43:15 +0200 Subject: release 1.26.0 --- NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bd2fe00..95faef9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +### mate-power-manager 1.26.0 + + * Translations update + * update copyright to 2021 + * applets: Do not build the path to the menu files + * build: Use PACKAGE_URL variable + * update resource for transifex + * Update copyright to 2021 + * Remove warning -Wunused-but-set-variable + * update issue template + * gpm-backlight: Fix the position of the inline keyword + * mate-power-preferences: add option to enable keyboard dimming + * Switch default from libgnome-keyring to libsecret + * gpm-control.c: Add libsecret implementation to gpm_control_hibernate() + * gpm-control.c: Add libsecret implementation to gpm_control_suspend() + * Add autotools support for libsecret + * brightness applet: Prevent sliding from bogging down the UI + * Install action and status icons to right location + * Remove trailing spaces/tabs + * gpm-kbd-backlight: Remove unused functions + * Remove unused variable from gpm_notebook_scroll_event_cb + ### mate-power-manager 1.25.0 * Translations update diff --git a/configure.ac b/configure.ac index d0bfaad..6864dec 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.25.0], [https://github.com/mate-desktop/mate-power-manager/pulls], +AC_INIT([mate-power-manager], [1.26.0], [https://github.com/mate-desktop/mate-power-manager/pulls], [mate-power-manager], [https://mate-desktop.org]) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news tar-ustar]) -- cgit v1.2.1