Skip to content

Commit

Permalink
release 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Aug 4, 2021
1 parent 7de8cf8 commit 1308a5b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 1308a5b

Please sign in to comment.