aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-09-14 08:22:07 +0000
committerJustus Winter <[email protected]>2016-09-14 10:18:15 +0000
commit24b4162d908b48a92660020be0b776c2874fb05a (patch)
treefcdf0bd5107b5c268f10a9bc0ffa5cf1e616297a /NEWS
parentpython: Import from __future__ to align behavior of Python 2.7. (diff)
downloadgpgme-24b4162d908b48a92660020be0b776c2874fb05a.tar.gz
gpgme-24b4162d908b48a92660020be0b776c2874fb05a.zip
python: Build for both Python2 and Python3.
* NEWS: Update. * configure.ac: Check for multiple Python versions. * lang/python/Makefile.am: Build and install for both Python versions. * lang/python/tests/Makefile.am: Test both versions. * lang/python/tests/run-tests.py: New test runner. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 621ce3ff..e428bd59 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Noteworthy changes in version 1.7.0 (unreleased) [C25/A14/R_]
* Notation flags are now correctly set on verify.
- * Bindings for Python 3 are now included.
+ * Bindings for Python 2 and 3 are now included.
* New global flag "require-gnupg" to set a minimal gnupg version.