diff options
author | raveit65 <[email protected]> | 2023-08-24 21:32:14 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-08-24 21:32:14 +0200 |
commit | 434695d909693d372193c4375c1159772519892c (patch) | |
tree | 5af0bdbe1b89b81108bc28ec80a1b486ee5aa19c | |
parent | 1096ea06a10a68071ae304727a81a73375bfcee4 (diff) | |
download | caja-434695d909693d372193c4375c1159772519892c.tar.bz2 caja-434695d909693d372193c4375c1159772519892c.tar.xz |
release 1.27.2v1.27.2
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +### caja 1.27.2 + + * fix gfile sort and symlink warnings w glib2.76 or later + ### caja 1.27.1 * update translations diff --git a/configure.ac b/configure.ac index cce873b4..2cc00434 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) AC_INIT([caja], - [1.27.1], + [1.27.2], [https://github.com/mate-desktop/caja/issues], [caja], [https://mate-desktop.org]) |