summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4df97635..6cafecf0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+1.5.2
+ * add --run-dialog option to open run dialog
+
1.5.0
* migration to gsettings
* panel-menu-button: supports changed notify for new "has-arrow" key
diff --git a/configure.ac b/configure.ac
index e52a78b2..557cb459 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.5.1], [https://github.com/mate-desktop/mate-panel/issues],
+AC_INIT([mate-panel], [1.5.2], [https://github.com/mate-desktop/mate-panel/issues],
[mate-panel], [http://www.mate-desktop.org])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar -Wno-portability])