diff options
author | raveit65 <[email protected]> | 2018-03-25 11:08:09 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-25 11:08:09 +0200 |
commit | e7bf4dce2a43319f13c9dfde2bffd74062b9831c (patch) | |
tree | cf417fa3469a67d48f103cfd3299d9b3574a0b67 | |
parent | 9a6cfe3c44672f0a4b16bb6ae3dd311f1f4529fa (diff) | |
download | mate-settings-daemon-e7bf4dce2a43319f13c9dfde2bffd74062b9831c.tar.bz2 mate-settings-daemon-e7bf4dce2a43319f13c9dfde2bffd74062b9831c.tar.xz |
release 1.20.1v1.20.1
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 6 deletions
@@ -1,10 +1,15 @@ +### mate-settings-daemon 1.20.1 + + * Prevent media-keys bindings from swallowing modifier keys + * Scale OSD size correctly on HiDPI displays + ### mate-settings-daemon 1.20.0 - bump required version of mate-desktop - HiDPI: Load xsettings during initialization phase - Add HiDPI configuration in XSettings - require GTK+ 3.22 and GLib 2.50 - Add support for HiDPI displays + * bump required version of mate-desktop + * HiDPI: Load xsettings during initialization phase + * Add HiDPI configuration in XSettings + * require GTK+ 3.22 and GLib 2.50 + * Add support for HiDPI displays ### mate-settings-daemon 1.19.2 diff --git a/configure.ac b/configure.ac index 8c87a93..9ea031a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.60]) m4_define([msd_api_version_major],[1]) m4_define([msd_api_version_minor],[20]) -m4_define([msd_api_version_micro],[0]) +m4_define([msd_api_version_micro],[1]) m4_define([msd_api_version], [msd_api_version_major.msd_api_version_minor.msd_api_version_micro]) |