summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-10-10 14:17:50 +0200
committerraveit65 <[email protected]>2019-10-10 14:17:50 +0200
commitf14a11cb474820e8ed44bb8714b31dd040210c45 (patch)
tree44056d0f10a85f7789a0058bb3628e9cd3ba5666
parenta43c12c1477f321ce406d6d4f65363ac4d1b84cc (diff)
downloadmate-power-manager-f14a11cb474820e8ed44bb8714b31dd040210c45.tar.bz2
mate-power-manager-f14a11cb474820e8ed44bb8714b31dd040210c45.tar.xz
release 1.23.1v1.23.1
-rw-r--r--NEWS36
-rw-r--r--configure.ac2
2 files changed, 37 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 56b2681..3d35d72 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+### mate-power-manager 1.23.1
+
+ * Translations update
+ * brightness-applet: use GdkSeat operations
+ * Set compiler debug flags using MATE_DEBUG_CHECK
+ * Use WARN_CFLAGS which are only set with -enable-compiler-warnings
+ * drop obsolete version checks for upower
+ * require upower-0.99.8
+ * Use up_client_get_devices2()
+ * Use gresources for gpm-prefs.ui and gpm-statistics.ui
+ * egg-console-kit: avoid 'g_type_class_add_private'
+ * gpm-engine: avoid 'g_type_class_add_private'
+ * gpm-phone: avoid 'g_type_class_add_private'
+ * gpm-prefs-core: avoid 'g_type_class_add_private'
+ * gpm-screensaver: avoid 'g_type_class_add_private'
+ * gsd-media-keys-window: avoid 'g_type_class_add_private'
+ * gpm-tray-icon: avoid 'g_type_class_add_private'
+ * msd-osd-window: avoid 'g_type_class_add_private'
+ * gpm-load: avoid 'g_type_class_add_private'
+ * gpm-brightness: avoid 'g_type_class_add_private'
+ * gpm-manager: avoid 'g_type_class_add_private'
+ * gpm-kbd-backlight: avoid 'g_type_class_add_private'
+ * gpm-dpms: avoid 'g_type_class_add_private'
+ * gpm-button: avoid 'g_type_class_add_private'
+ * gpm-backlight: avoid 'g_type_class_add_private'
+ * egg-idletime: avoid 'g_type_class_add_private'
+ * gpm-graph-widget: avoid 'g_type_class_add_private'
+ * gpm-session: avoid 'g_type_class_add_private'
+ * gpm-idle: avoid 'g_type_class_add_private'
+ * gpm-control: avoid 'g_type_class_add_private'
+ * Simplify the installation process of the icons
+ * Remove unused UI file
+ * prefs: Fix mnemonic relationships
+ * gpm-upower: fix some build warnings
+ * Add scroll interface tabs with mouse wheel
+
### mate-power-manager 1.23.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 5740342..16762d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
-AC_INIT([mate-power-manager], [1.23.0], [https://mate-desktop.org/])
+AC_INIT([mate-power-manager], [1.23.1], [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])