diff options
author | Martin Wimpress <[email protected]> | 2018-01-08 06:52:01 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2018-01-08 06:52:01 +0000 |
commit | 84812d54da023f324a05ff5f016ec7568bd4a4d7 (patch) | |
tree | 8a3716089d1de1ef4d4fe088fb6b6a4e2db66bf1 | |
parent | 609b4b21f61f1bc26cb8a53d9b739f03399ee3c2 (diff) | |
download | mate-panel-1.18.7.tar.bz2 mate-panel-1.18.7.tar.xz |
Release 1.18.7v1.18.7
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +### mate-panel 1.18.7 + + * panel-toplevel: Remove pointer boundary check in panel_toplevel_queue_auto_hide() + * panel-toplevel: Ensure right aligned icons stay right aligned when changing resolutions. + * status-notifier: fix failure to show icon for missing icons. + * panel-plug: Fix build warning. + * panel-wdget: FIx build warning. + * panel-applet-container: Rework the process of cancelling the background change operation. + ### mate-panel 1.18.6 * status-notifier: hide mate-polkit icon if passive diff --git a/configure.ac b/configure.ac index c5fd6d76..89ea503d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.18.6], +AC_INIT([mate-panel], [1.18.7], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [http://www.mate-desktop.org]) AC_CONFIG_HEADERS(config.h) |