summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-08-04 20:43:15 +0200
committerraveit65 <[email protected]>2021-08-04 20:43:15 +0200
commit1308a5b93d1736e605091107fcbc95dff1273635 (patch)
treeca98218e64466ebcd2d102afa3403fca4825ba7a
parent7de8cf80db3dd935c6cd4c3b4bb3c9fe15c67951 (diff)
downloadmate-power-manager-1308a5b93d1736e605091107fcbc95dff1273635.tar.bz2
mate-power-manager-1308a5b93d1736e605091107fcbc95dff1273635.tar.xz
release 1.26.0v1.26.0
-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])