diff options
-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]) |