summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 903216c..5abdf38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-02 Hynek Schlawack <hs@ox.cx>
+
+ * Release 0.15.1
+
2015-04-14 Glyph Lefkowitz <glyph@twistedmatrix.com>
* OpenSSL/SSL.py, OpenSSL/test/test_ssl.py: Fix a regression
@@ -6,6 +10,10 @@
Connection.shutdown() is called when the underlying transport has
gone away.
+2011-09-02 Hynek Schlawack <hs@ox.cx>
+
+ * Release 0.15
+
2015-04-12 Jean-Paul Calderone <exarkun@twistedmatrix.com>
* OpenSSL/rand.py, OpenSSL/SSL.py: APIs which previously accepted
@@ -100,6 +108,10 @@
* OpenSSL/crypto.py: Add ``get_extensions`` method to ``X509Req``.
+2014-02-23 Jean-Paul Calderone <exarkun@twistedmatrix.com>
+
+ * Release 0.14
+
2014-01-09 Jean-Paul Calderone <exarkun@twistedmatrix.com>
* OpenSSL: Port to the cffi-based OpenSSL bindings provided by