summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-12-06 05:07:41 (GMT)
committerGuido van Rossum <guido@python.org>2007-12-06 05:07:41 (GMT)
commit99533a95bbfcf255c6b3925e8cb1a9210a5837b9 (patch)
tree537bc05ac04450ce59148fb065bd74b3624a7244 /RELNOTES
parentf64db9f6db6dc631368faaeaa5547769a01682cc (diff)
downloadcpython-99533a95bbfcf255c6b3925e8cb1a9210a5837b9.zip
cpython-99533a95bbfcf255c6b3925e8cb1a9210a5837b9.tar.gz
cpython-99533a95bbfcf255c6b3925e8cb1a9210a5837b9.tar.bz2
Get ready for releasing 3.0a2.
(Next: update the whatsnew docs.)
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES9
1 files changed, 9 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index c23f820..2526bc5 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -5,6 +5,15 @@ Release notes describe unfinished work in particular releases.
Please report bugs to http://bugs.python.org/.
+Version 3.0a2 - Release Date 07-Dec-2007
+----------------------------------------
+
+* SSL support is back! However, the SSL code appears to be leaking
+ quite a bit.
+
+* Otherwise, the 3.0a1 release notes still apply, except hashlib no
+ longer requires openssl.
+
Version 3.0a1 - Release Date 31-Aug-2007
----------------------------------------