summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-11-15 14:53:12 +0100
committerraveit65 <[email protected]>2018-11-15 14:53:12 +0100
commit18d15f9ab80f55a72c2ab8ec4f7d18ce11207ef9 (patch)
tree71c55cac220fff6ffe9013c238ac837f103da471
parent35b574b0ab51245b35d11c0838855d4a9e7b1209 (diff)
downloadmate-panel-1.21.3.tar.bz2
mate-panel-1.21.3.tar.xz
release 1.21.3v1.21.3
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5974d61b..22f5f48c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+### mate-panel 1.21.3
+
+ update translations
+ Use make functions for HELP_LINGUAS
+ Check if manager->proxy is NULL
+ Migrate mate-panel from dbus-glib to gdbus
+ notification-area-preferences-dialog.ui: avoid GtkButton:use-stock
+ Fix GdkSeat warning
+ Ensure alt-F1 can show the menu even if no menu applet on panel
+ na-tray: add preferences dialog and applet menu entry
+ na-tray: wide panels, add GSettings to the applet
+ na-tray: wide panels, convert main GtkBox display to GtkGrid
+ na-tray: wide panels, preliminary batch box to grid rename
+ button-widget: wide panels, more suitable resize limits on Widgets and arrows
+ README - Add dependency list
+ update legal.xml
+ Clock applet help: To Adjust the System Date or Time
+ Clock applet help: Add Show week numbers in calendar
+ Clock applet help: Fix speed unit for meters per second
+
### mate-panel 1.21.2
sync with transifex
diff --git a/configure.ac b/configure.ac
index dd5ff9d9..8e9ff91e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.21.2], [https://github.com/mate-desktop/mate-panel/issues],
+AC_INIT([mate-panel], [1.21.3], [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])