From c41f30165ed02aaf46a5ba5854d60b88cd348199 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 24 Mar 2021 23:31:36 +0100 Subject: release 1.24.1 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 09eefc8b..a6e3f0a2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +### caja 1.24.1 + + * update translations + file-operations: don't attempt to move into the source dir + keep one .desktop suffix on desktop file renaming + fix distcheck error on archlinux and fedora + build: silent build warnings for distcheck + use MATE_COMPILE_WARNINGS from mate-common + fix runtime warning from newly unused code + Confirm before deleting during an undo operation + Updating the link of caja + Update authors + ### caja 1.24.0 * update translations diff --git a/configure.ac b/configure.ac index 82644a1a..b8322508 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.24.0], [https://mate-desktop.org]) +AC_INIT([caja], [1.24.1], [https://mate-desktop.org]) dnl --------------------------------------------------------------------------- -- cgit v1.2.1