From: Martin v. Löwis Date: Mon, 21 Dec 2009 19:29:59 +0000 (+0000) Subject: Add NEWS for OpenSSL changes. X-Git-Tag: v2.7a2~126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4261d5965b937c63de8b1f1f4e9f8e8ee3fe7c4;p=thirdparty%2FPython%2Fcpython.git Add NEWS for OpenSSL changes. --- diff --git a/Misc/NEWS b/Misc/NEWS index c82eb63c27fd..238c1c805d69 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -49,6 +49,10 @@ Library - Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata. +Build +----- + +- Switch to OpenSSL 0.9.8l on Windows. Tests -----