diff options
author | mbkma <[email protected]> | 2022-11-05 14:39:29 +0100 |
---|---|---|
committer | mbkma <[email protected]> | 2022-11-05 14:39:29 +0100 |
commit | c558678525a18341fd3c2eaa17a308ad2f3690f3 (patch) | |
tree | 49988d24418be1ab4593e5eddcff0db85901c435 | |
parent | f70a5e760d8d00d4696e70479980433129984d21 (diff) | |
download | mate-power-manager-c558678525a18341fd3c2eaa17a308ad2f3690f3.tar.bz2 mate-power-manager-c558678525a18341fd3c2eaa17a308ad2f3690f3.tar.xz |
release 1.27.0v1.27.0
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 19 insertions, 1 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index ccac6cd..0e2b005 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |