summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e6c4545f..8e8fb568 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+### mate-panel 1.26.3
+
+ * update translations
+ windows-list.ui: lower gtk3 required version
+ panel-applet: Fix leak in no-background code path
+ clock: Fix memory leak
+ wncklet: Fix crash thumbnailing dying or otherwise inaccessible windows
+ notification_area: Reduce lifetime of the settings local variable (#1309)
+ Register SNI host only if SNI is enabled
+ wncklet: do not exceed workspace number when setting n_rows
+
### mate-panel 1.26.2
* update translations
diff --git a/configure.ac b/configure.ac
index a781334b..2716fee6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.26.2], [https://github.com/mate-desktop/mate-panel/issues],
+AC_INIT([mate-panel], [1.26.3], [https://github.com/mate-desktop/mate-panel/issues],
[mate-panel], [https://mate-desktop.org])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news])