summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-02-01 12:33:41 +0100
committerraveit65 <[email protected]>2019-02-01 12:33:41 +0100
commit7f7f4a6de557e1a3350209b935adaedba80827ed (patch)
tree85d00e60ea0d8556c757d9e3f67d60e7081820e8
parentfe31638ab6e33b4a8bf38a9dbf7aee8b06b44b14 (diff)
downloadpython-caja-7f7f4a6de557e1a3350209b935adaedba80827ed.tar.bz2
python-caja-7f7f4a6de557e1a3350209b935adaedba80827ed.tar.xz
release 1.21.1v1.21.1
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 07bd2ef..7b48d78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+### python-caja 1.21.1
+
+ * Translations update
+ * Fix Python 2 INT_ASLONG function.
+ * Include Python 3 ABI flags in shared library name.
+ * Make Python statements compatible with version 2 and 3.
+ * Implement Python 3 C API compatibility using conditional and macros.
+ * Allow to "make dist" without building the docs.
+ * Fail to build if some referenced symbol cannot be resolved at link time.
+ * Modernize examples
+
### python-caja 1.21.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 80929aa..8d59a22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([python-caja], [1.21.0],
+AC_INIT([python-caja], [1.21.1],
[https://github.com/mate-desktop/python-caja/issues],
[python-caja], [http://mate-desktop.org])