Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2010-04-03 19:43:50 +0400
committerJacek Konieczny <jajcus@jajcus.net>2010-04-03 19:43:50 +0400
commit66100420b5abdc1866e8820d703e17ce33ebbb76 (patch)
tree3a8d551abff805e53e66973ec70fbe5b7d8ecf06 /CHANGES
parent400425ab2b4fec72d02c26d74b7282406660afc8 (diff)
- use the standard 'ssl' module instead of M2Crypto
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 83ff646..0b05545 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,15 @@ Those are mentioned here as are not backward compatible.
I want the API to be stable and consistent in the next release and later,
so I do all the big changes now (I would have to do them at some time anyway).
+2010-04-03
+
+ M2Crypto dependency dropped in favor of the 'ssl' module from the
+ standard Python library. TLS API has been changed a bit: certificate
+ verification callback now should expect one argument only (a dictionary
+ with certificate information)
+
+ Python 2.6 is now _required!
+
2006-08-31
Interface API for better externalisation of various components. First