Skip to content

Commit

Permalink
release 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkma committed Nov 5, 2022
1 parent f70a5e7 commit c558678
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### mate-power-manager 1.27.0

* tx: sync with transifex
* tx: update resource
* tx: migrate config file
* Fix -Wmissing-prototypes warnings (#381)
* Show device model even if vendor is not available
* Add gaming input logos
* Add support for gaming inputs
* gpm-prefs: fix memory leak
* gpm-statistics: fix memory leak
* Fix implicit conversion changes signedness: 'gboolean' to 'guint'
* gpm-backlight: unused function 'gpm_common_sum_scale'
* ci: drop -Wunused-parameter compiler cflag from debian build
* Fix build warnings about missing field initializer
* build: show configure summary using a pretty format
* Use a blank line at most

### mate-power-manager 1.26.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.26.0], [https://github.com/mate-desktop/mate-power-manager/pulls],
AC_INIT([mate-power-manager], [1.27.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 c558678

Please sign in to comment.