From 5a8b0d7a26fbbb4e7a29c7476ff5af98e028fdac Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 27 Jun 2020 11:23:05 +0200 Subject: release 1.25.0 --- NEWS | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 930e157..bd2fe00 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +### mate-power-manager 1.25.0 + + * Translations update + * Add git.mk to generate .gitignore + * gpm-kbd-backlight: do not change keyboard back-light, when disabled + * build: silent build warnings for distcheck + * build: do not override the default value for MATE_COMPILE_WARNINGS + * gpm-phone: silent "not connected" message unless debug + * Remove unused entry from autostart + * gpm-brightness: silent "using cache for value" message unless debug + * Remove warning: ‘GTimeVal’ is deprecated + * gpm-backlight: silent "no dimming hardware" message unless debug + * gpm-control: warning when a property cannot be set using dbus + * glib-genmarshal: replace deprecated tokens NONE and BOOL + * Remove warning function declaration isn’t a prototype + * Port from EggDebug to the built-in GLib logging framework + * gpm-manager: Remove dereference of a null pointer warning + * Remove warning use of memory after it is freed + * Rewrite gpm-prefs.ui from scratch + * Remove warnings: unused variable + * Read authors (updated) from mate-power-manager.about + * Use gtk_show_about_dialog to show about dialog + * Remove the CPU wakeups feature + * Update copyright year on about dialog + * generate missing gpm-* PNGs from new SVGs + * add missing gpm-phone SVGs + * add missing gpm-keboard SVGs + * add missing gpm-mouse SVGs + ### mate-power-manager 1.24.0 * Translations update diff --git a/configure.ac b/configure.ac index 23b3b95..1db3932 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.24.0], [https://mate-desktop.org/]) +AC_INIT([mate-power-manager], [1.25.0], [https://mate-desktop.org/]) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news tar-ustar]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1