summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ---------------------------------------------------------------------------