diff options
author | raveit65 <[email protected]> | 2023-05-02 15:44:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-05-02 15:44:20 +0200 |
commit | cabfa67556e211f406b76a8e495a44220d565eee (patch) | |
tree | 78cf50397db5fa74568edac24bf8f3e5807eb9db | |
parent | 003a5cfbf70ef72280154cb06bd72b53a92ef1ca (diff) | |
download | mate-panel-1.26.3.tar.bz2 mate-panel-1.26.3.tar.xz |
release 1.26.3v1.26.3
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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]) |