diff options
author | raveit65 <[email protected]> | 2021-08-04 18:20:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-04 18:20:50 +0200 |
commit | bf36bbf8012e3036fd75555e89acbd65aaa8bb78 (patch) | |
tree | e9ac419daf580bc61721d934f9615231cff43165 | |
parent | 01ed866f3c8caebd7597553d9b7b911c3b304811 (diff) | |
download | mate-panel-bf36bbf8012e3036fd75555e89acbd65aaa8bb78.tar.bz2 mate-panel-bf36bbf8012e3036fd75555e89acbd65aaa8bb78.tar.xz |
release 1.26.0v1.26.0
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +### mate-panel 1.26.0 + + * update translations + * Use absolute path g_get_home_dir replaces "~/" + * Fix clock applet add location crash + * Add the function of monitor panel launcher files + ### mate-panel 1.25.3 * update translations diff --git a/configure.ac b/configure.ac index 9983bd7e..d0661df2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.25.3], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.26.0], [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]) |