summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-02-09 22:26:46 +0100
committerraveit65 <[email protected]>2020-02-09 22:26:46 +0100
commit82cd74f8f1db24d2a889770fa35a6866a8e5c694 (patch)
treee6901a272fa68dccb966275327694715a7ac18bb
parent68a259ea018e6e5d30e56b471cf2891af9e57d15 (diff)
downloadcaja-82cd74f8f1db24d2a889770fa35a6866a8e5c694.tar.bz2
caja-82cd74f8f1db24d2a889770fa35a6866a8e5c694.tar.xz
release 1.24.0v1.24.0
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a12a67ad..09eefc8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+### caja 1.24.0
+
+ * update translations
+ * Set a real title on the desktop window (as provided to ATK)
+ * Drop GLIB version check
+ * build: show compiler flags on configuration summary
+ * Fix build using gcc 10 -fno-common flag
+
### caja 1.23.4
* build: fix wrong executing dir in caja.desktop
diff --git a/configure.ac b/configure.ac
index 26a2dcfd..052b4d02 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.23.4], [https://mate-desktop.org])
+AC_INIT([caja], [1.24.0], [https://mate-desktop.org])
dnl ---------------------------------------------------------------------------