summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 68203159..61fbad11 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+### mate-panel 1.18.8
+
+ * get focus when displaying "applet broken" dialog
+ * Fix rendering of radio buttons in status notifier
+ * status-notifier: don't crash if menu layout has wrong type
+ * status-notifier: don't crash if tooltip has wrong type
+ * set the "document-properties" icon in "Edit Menus"
+ * background: reword warning about unsupported background-image value
+ * run dialog: fix show-program-list enabling
+ * run dialog: fix segfault when program list is enabled
+ * run dialog: use F6 to switch between entry field and program list
+ * run dialog: fix expand of content on window resize
+ * run dialog: force icon size when loading app icon
+ * Add gir for mate_panel_applet_set_size_hints()
+
### mate-panel 1.18.7
* panel-toplevel: Remove pointer boundary check in panel_toplevel_queue_auto_hide()
diff --git a/configure.ac b/configure.ac
index 89ea503d..71a8c5f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.18.7],
+AC_INIT([mate-panel], [1.18.8],
[https://github.com/mate-desktop/mate-panel/issues],
[mate-panel], [http://www.mate-desktop.org])
AC_CONFIG_HEADERS(config.h)