summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2018-04-25 01:06:50 +0200
committerMatěj Cepl <mcepl@cepl.eu>2018-04-25 01:06:50 +0200
commit671c4656e96aa810d4dd580a5674c833dfd31286 (patch)
tree0e32cd1e24bbe4f444bdd1cb68902b4688869a66 /CHANGES
parentd20c8ae9fe1d1cb43e7c7cd44bd5a9372e0be893 (diff)
downloadm2crypto-671c4656e96aa810d4dd580a5674c833dfd31286.tar.gz
Release 0.30.00.30.0
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9605aba..6e7b747 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,17 @@
+0.30.0 - 2018-04-25
+-------------------
+- Various small typos (Windows builds, Fix SSL.Connection.__del__)
+- The project is now Linux-distribution agnostic
+- Replace all old-style classes with the new ones (it shouldn't cause
+ any problems, but feel free to file an issue, if it does)
+- Do not by-pass a potential transfer decoding in m2urllib2
+- Update M2Crypto.six with 1.11.0 and replace our local workarounds with
+ new functions.
+- SSLv3 just removed.
+- Don't support Python 2.6 on Windows anymore. Windows users don't have
+ python as a system package, so they are usually more likely to upgrade
+ anyway.
+
0.29.0 - 2018-02-23
-------------------
- Fix building on Windows (all tests fix on Win32 and Win64 on all