summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
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])