diff options
author | raveit65 <[email protected]> | 2020-06-27 11:23:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-27 11:23:05 +0200 |
commit | 5a8b0d7a26fbbb4e7a29c7476ff5af98e028fdac (patch) | |
tree | 109acdaa8cd54acce9e331cc27a82afc3830595a | |
parent | 5b39365aa927d22ca29f2b1f40fcf008419033b2 (diff) | |
download | mate-power-manager-1.25.0.tar.bz2 mate-power-manager-1.25.0.tar.xz |
release 1.25.0v1.25.0
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 30 insertions, 1 deletions
@@ -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]) |