summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c3e2cdea..bf052ee7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+### mate-panel 1.19.1
+
+ * Translations update
+ * menu: restore focus after drag-n-dropping menuitem outside
+ * menu: restore focus after closing popup menu of a menuitem
+ * Fix: menubar/menu-button can't launch mozo
+ * menu: remove incorrect code from the popup menu of a menuitem
+ * status notifier: follow same menu theme as rest of panel
+ * fix moving applets between panels
+ * Restore Polish translation credits from GNOME
+ * menu: fix crash when some .desktop file has empty Icon field
+ * clock: properly handle visibility of edit button
+ * clock: drop deprecated gtk_size_group_set_ignore_hidden
+ * clock: move GtkButton in another horizontal GtkBox parent
+ * clock.c: drop deprecated gtk_size_group_set_ignore_hidden
+ * localized application's name and description
+ * menu-button: disconnect from GSettings when applet is removed
+ * action-button: disconnect from GSettings when applet is removed
+ * remove a needless glib check
+
### mate-panel 1.19.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 2ef0d670..47b1a794 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.19.0], [https://github.com/mate-desktop/mate-panel/issues],
+AC_INIT([mate-panel], [1.19.1], [https://github.com/mate-desktop/mate-panel/issues],
[mate-panel], [http://www.mate-desktop.org])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news])