summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2022-11-05 14:39:29 +0100
committermbkma <[email protected]>2022-11-05 14:39:29 +0100
commitc558678525a18341fd3c2eaa17a308ad2f3690f3 (patch)
tree49988d24418be1ab4593e5eddcff0db85901c435
parentf70a5e760d8d00d4696e70479980433129984d21 (diff)
downloadmate-power-manager-1.27.0.tar.bz2
mate-power-manager-1.27.0.tar.xz
release 1.27.0v1.27.0
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 95faef9..f1fad33 100644
--- a/NEWS
+++ b/NEWS
@@ -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])