commit | a09fd6efdd9bb9ffe58ed2f0a16ff076b85f5647 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 16 12:55:10 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 16 12:55:10 2006 +0000 |
tree | 214440447f59e3520a97eb77d7cb56ff6b7ef7a8 | |
parent | 604c864f0f94d371dbd55f5676f38ca53f528f5a [diff] [blame] |
Build _hashlib on Windows. Build OpenSSL with masm assembler code. Fixes #1535502.
diff --git a/Misc/NEWS b/Misc/NEWS index 6212459..ef9de6b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -127,6 +127,9 @@ Build ----- +- Bug #1535502, build _hashlib on Windows, and use masm assembler + code in OpenSSL. + - Bug #1534738, win32 debug version of _msi should be _msi_d.pyd. - Bug #1530448, ctypes buld failure on Solaris 10 was fixed.