diff options
author | lukefromdc <[email protected]> | 2024-06-20 12:22:15 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-06-20 12:22:15 -0400 |
commit | cc27fad468034be8fd23f81296249f09165b4c8b (patch) | |
tree | e3de2ecace4535dc4028dc1f611d8cba6e2d51af | |
parent | 1025a7c87f02b8fa8a84283b81ca05addb863092 (diff) | |
download | mate-panel-cc27fad468034be8fd23f81296249f09165b4c8b.tar.bz2 mate-panel-cc27fad468034be8fd23f81296249f09165b4c8b.tar.xz |
Release 1.26.5v1.26.5
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +### mate-panel 1.26.5 + + * status-notifier: Plug large leak with icons from paths + ### mate-panel 1.26.4 * update translations diff --git a/configure.ac b/configure.ac index e2011ff9..e1254aa0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.26.4], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.26.5], [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]) |