summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2020-12-08 17:31:09 +0100
committerMatěj Cepl <mcepl@cepl.eu>2020-12-08 17:31:09 +0100
commit044ae976a04e524ba001f63d437ecb866ebeff68 (patch)
tree54c37a11917ba074e9a15829a408decb226d2ffd /CHANGES
parentea3e5ce44844f12ffdf40257eabf20622027a125 (diff)
downloadm2crypto-044ae976a04e524ba001f63d437ecb866ebeff68.tar.gz
Administrative tasks to create release 0.37.0.37.0
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d2fc378..10e6274 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,21 @@
+0.37.0 - 2020-12-08
+-------------------
+
+- Remove support for CentOS 6 and Python 2.6 (remove tests.vendor
+ module).
+- Remodel CI:
+ - on GitHub switched from Travis-CI to GH Actions
+ - on GitLab-CI: stop testing 2.7 on Fedora, add centos7
+ - update appveyor.yml
+- Stop playing with swig in setup.py, we don't support swig 1.* anymore.
+- Fix dereferencing of pointers (gl#m2crypto/m2crypto#281)
+- Replace deprecated PyObject_AsReadBuffer with our own shim.
+- Use parametrized to create parametrized tests (new external
+ dependency).
+- Only use DigestSign() and DigestUpdate() with OpenSSL >= 1.1.1
+- Expose all the X509_V_FLAG
+- Add support for DigestSign* and DigestVerify*
+
0.36.0 - 2020-07-13
-------------------