diff options
author | lukefromdc <[email protected]> | 2024-07-28 15:07:53 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-07-28 15:07:53 -0400 |
commit | 189afc2504834413b7d716150431ebe1410e7764 (patch) | |
tree | 8ab00567bd4bab84a7ab39db89e69c4b1124232b | |
parent | 6699d30265790a7fb6323ef47480bd597b81e44d (diff) | |
download | caja-189afc2504834413b7d716150431ebe1410e7764.tar.bz2 caja-189afc2504834413b7d716150431ebe1410e7764.tar.xz |
Release 1.26.4v1.26.4
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### caja 1.26.4 + + * ci: use ubuntu jammy docker + * fix gfile sort and symlink warnings w glib2.76 or later + * fix building with libxml 2.12.0 + +### caja 1.26.2 + ### caja 1.26.3 * update translations diff --git a/configure.ac b/configure.ac index 1e9a010d..f2e596b6 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) AC_INIT([caja], - [1.26.3], + [1.26.4], [https://github.com/mate-desktop/caja/issues], [caja], [https://mate-desktop.org]) |