summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-08-04 18:20:50 +0200
committerraveit65 <[email protected]>2021-08-04 18:20:50 +0200
commitbf36bbf8012e3036fd75555e89acbd65aaa8bb78 (patch)
treee9ac419daf580bc61721d934f9615231cff43165
parent01ed866f3c8caebd7597553d9b7b911c3b304811 (diff)
downloadmate-panel-bf36bbf8012e3036fd75555e89acbd65aaa8bb78.tar.bz2
mate-panel-bf36bbf8012e3036fd75555e89acbd65aaa8bb78.tar.xz
release 1.26.0v1.26.0
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 712f9ac4..2f80b0a9 100644
--- a/NEWS
+++ b/NEWS
@@ -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])