diff options
-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]) |