summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-03-24 23:31:36 +0100
committerraveit65 <[email protected]>2021-03-25 08:07:00 +0100
commitc41f30165ed02aaf46a5ba5854d60b88cd348199 (patch)
tree494a594762dc6c086823e1232a4172faa8718d74
parent7941f3f2da67864a063e0c9d4487caf436b1cd9d (diff)
downloadcaja-c41f30165ed02aaf46a5ba5854d60b88cd348199.tar.bz2
caja-c41f30165ed02aaf46a5ba5854d60b88cd348199.tar.xz
release 1.24.1v1.24.1
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
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 ---------------------------------------------------------------------------