summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2017-10-05 13:37:01 +0200
committerMatěj Cepl <mcepl@cepl.eu>2017-10-05 23:51:00 +0200
commit720d47b423d3732212c76c724fe3ec67c279f806 (patch)
treed5c200b343cfa082ad15923f9ee557fe5604f55e /CHANGES
parent0b6842aa2a6d2e201468422927cf0fdbc33d8677 (diff)
downloadm2crypto-720d47b423d3732212c76c724fe3ec67c279f806.tar.gz
Fix metadata for new release.0.27.0
Also, fix licence (it is MIT, not BSD). Fixes #121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 655fd10..f892776 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+0.27.0 - 2017-10-05
+-------------------
+- Fix licence: it is MIT, not BSD
+- At least minimal support of SNI in httpslib.
+- Small bugfixes and cleanups.
+- More effort to make build system more robust (now should work even on
+ Debian LTS).
+- Restore m2.rsa_set_e() and m2.rsa_set_n().
+- Make sure that every exceptional return throws and exception and vice
+ versa.
+
0.26.4 - 2017-09-26
-------------------
- Proper fix of deprecation warning for OpenSSL 1.1.0