diff options
author | raveit65 <[email protected]> | 2022-08-20 22:39:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-08-20 22:39:55 +0200 |
commit | bb61b61f2c9de074557e297fd32519b254ee0530 (patch) | |
tree | 145019721c4b7f70e70424bb8c7d32eb152b117a | |
parent | 8295c83f4b48adb077661065c9421a26f6757905 (diff) | |
download | caja-extensions-1.26.1.tar.bz2 caja-extensions-1.26.1.tar.xz |
release 1.26.1v1.26.1
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +### caja-extensions 1.26.1 + + * Translations update + * Fix resolving the path to caja-extensions.mo on guix system + * Fixed caja-share not working under Arch Linux + ### caja-extensions 1.26.0 * Translations update diff --git a/configure.ac b/configure.ac index 75da513..a6c506c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([caja-extensions], 1.26.0, [https://github.com/mate-desktop/caja-extensions], [caja-extensions], [https://mate-desktop.org]) +AC_INIT([caja-extensions], 1.26.1, [https://github.com/mate-desktop/caja-extensions], [caja-extensions], [https://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |