summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2018-01-08 06:52:01 +0000
committerMartin Wimpress <[email protected]>2018-01-08 06:52:01 +0000
commit84812d54da023f324a05ff5f016ec7568bd4a4d7 (patch)
tree8a3716089d1de1ef4d4fe088fb6b6a4e2db66bf1
parent609b4b21f61f1bc26cb8a53d9b739f03399ee3c2 (diff)
downloadmate-panel-84812d54da023f324a05ff5f016ec7568bd4a4d7.tar.bz2
mate-panel-84812d54da023f324a05ff5f016ec7568bd4a4d7.tar.xz
Release 1.18.7v1.18.7
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8cbfb46a..68203159 100644
--- a/NEWS
+++ b/NEWS
@@ -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)