summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-02-15 10:24:54 +0100
committerraveit65 <[email protected]>2021-02-15 10:24:54 +0100
commit4e2280fa37edbcb4f34b0ac05160ca414103a114 (patch)
tree511257c277630156795188be430a5b89857088a3
parent2fe1edda8fd1189c4c317885869a311347c54a49 (diff)
downloadpython-caja-4e2280fa37edbcb4f34b0ac05160ca414103a114.tar.bz2
python-caja-4e2280fa37edbcb4f34b0ac05160ca414103a114.tar.xz
release 1.25.0v1.25.0
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f944713..061cf50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+### python-caja 1.25.0
+
+ * Translations update
+ build: show configure summary using a pretty format
+ build: Use PACKAGE_URL variable
+ caja-python: remove warnings about conversion
+ Remove USE_MATE2_MACROS from autogen.sh (legacy)
+ add git.mk to generate .gitignore
+ caja-python: Fix memory leak reported by scan-build
+ build: silent build warnings for distcheck
+ build: Use WARN_CFLAGS variable
+
### python-caja 1.24.0
* Translations update
diff --git a/configure.ac b/configure.ac
index e253b43..ec87a1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([python-caja], [1.24.0],
+AC_INIT([python-caja], [1.25.0],
[https://github.com/mate-desktop/python-caja/issues],
[python-caja], [https://mate-desktop.org])