summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-08-07 16:16:25 +0200
committerraveit65 <[email protected]>2021-08-07 16:16:25 +0200
commit94538f876fb3780ad4415476a4fdbc0b73298d09 (patch)
tree1b374873cf27176262ab37ef39140f29a7a8b75f
parentf5bbade9618182c8ab8157d8b86fd608c5537b0d (diff)
downloadpython-caja-94538f876fb3780ad4415476a4fdbc0b73298d09.tar.bz2
python-caja-94538f876fb3780ad4415476a4fdbc0b73298d09.tar.xz
release 1.26.0v1.26.0
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 061cf50..4c5281f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,18 @@
+### python-caja 1.26.0
+
+ * Translations update
+
### 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
+ * 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
diff --git a/configure.ac b/configure.ac
index ec87a1f..ad00969 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([python-caja], [1.25.0],
+AC_INIT([python-caja], [1.26.0],
[https://github.com/mate-desktop/python-caja/issues],
[python-caja], [https://mate-desktop.org])