summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-22 14:32:31 +0100
committerraveit65 <[email protected]>2018-12-22 14:32:31 +0100
commitcc163cca581f61c1db6df3f1a90b5e2cb063a197 (patch)
tree023d59dc01051057ba333726c2eb780cdc1a37f9
parent8661d57bd3b759ff3c5a5254082ef74a8d674a4e (diff)
downloadmate-power-manager-cc163cca581f61c1db6df3f1a90b5e2cb063a197.tar.bz2
mate-power-manager-cc163cca581f61c1db6df3f1a90b5e2cb063a197.tar.xz
release 1.21.1v1.21.1
-rw-r--r--NEWS30
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 2188cd1..ae8ab57 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,29 @@
+### mate-power-manager 1.21.1
+
+ * Translations update
+ * disable deprecation warnings for distcheck
+ * gpm-control: avoid deprecated 'g_settings_list_schemas'
+ * media-keys: always round the render coordinates for media icons
+ * media-keys: Tweak the OSD's bright bar position
+ * osd-window: make the window smaller
+ * media-keys: Make icon smaller in OSD
+ * media-keys: Use constant for icon size in OSD
+ * Fix spelling and grammar mistakes
+ * Use make functions for HELP_LINGUAS
+ * add m-p-m user-guide to transifex config
+ * gpm-kbd-backlight: replace deprecated GDK_DEVICE_MANAGER
+ * gpm-backlight: replace deprecated GDK_DEVICE_MANAGER
+ * gpm-button: replace deprecated Gdk functions
+ * gpm-brightness: replace deprecated Gdk functions
+
### mate-power-manager 1.21.0
- sync with transifex
- inhibit: always scale icon to match panel size
- Inhibit Applet: Fix excessive CPU use
- add missing window icon to About dialogs
- Scale OSD size correctly on HiDPI displays (#246)
- Grammar fix
+ * Translations update
+ * inhibit: always scale icon to match panel size
+ * Inhibit Applet: Fix excessive CPU use
+ * add missing window icon to About dialogs
+ * Scale OSD size correctly on HiDPI displays (#246)
+ * Grammar fix
### mate-power-manager 1.20.0
diff --git a/configure.ac b/configure.ac
index 9818857..5bb85e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.63)
-AC_INIT([mate-power-manager], [1.21.0], [http://www.mate-desktop.org/])
+AC_INIT([mate-power-manager], [1.21.1], [http://www.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])