diff options
author | raveit65 <[email protected]> | 2022-01-26 13:38:18 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-01-26 13:59:17 +0100 |
commit | 3eb58a15cd34ae55245b7b4c0c31d25938948c36 (patch) | |
tree | e5e7eda826b1872448ef67470d52eefc6580d9c9 | |
parent | 210958a308beb628e70ee5e44595d388f2a73aea (diff) | |
download | mate-panel-3eb58a15cd34ae55245b7b4c0c31d25938948c36.tar.bz2 mate-panel-3eb58a15cd34ae55245b7b4c0c31d25938948c36.tar.xz |
release 1.26.2v1.26.2
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +### mate-panel 1.26.2 + + * update translations + * clock: fix memory leak + * panel-test-applets: fix memory leak + * wncklet: The values stored in the wrapper hash table are incorrect + * Upscale in panel_xutils_set_strut + * panel-toplevel: fix the computed dimension for (non) auto hidden panels + * struts: add support for _GNOME_WM_STRUT_AREA + ### mate-panel 1.26.1 * update translations diff --git a/configure.ac b/configure.ac index 18bcda90..a781334b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.26.1], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.26.2], [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]) |