summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-12-22 10:48:47 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-12-22 10:48:47 (GMT)
commit5330aa5b26214c45ed894c7ab6872c004b6e1e43 (patch)
treebf098aa35dbf07039d8af698d0936b012f768811 /Misc/NEWS
parentb7e82bb7dd493a9de0931c7bbaeffb4237cf0700 (diff)
downloadcpython-5330aa5b26214c45ed894c7ab6872c004b6e1e43.zip
cpython-5330aa5b26214c45ed894c7ab6872c004b6e1e43.tar.gz
cpython-5330aa5b26214c45ed894c7ab6872c004b6e1e43.tar.bz2
Merged revisions 77003 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r77003 | martin.v.loewis | 2009-12-22 09:57:39 +0100 (Di, 22 Dez 2009) | 13 lines Merged revisions 76990-76991 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76990 | martin.v.loewis | 2009-12-21 20:27:15 +0100 (Mo, 21 Dez 2009) | 1 line Switch to OpenSSL 0.9.8l. ........ r76991 | martin.v.loewis | 2009-12-21 20:29:59 +0100 (Mo, 21 Dez 2009) | 1 line Add NEWS for OpenSSL changes. ........ ................
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ea0e242..78dd84b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -267,6 +267,8 @@ Tests
Build
-----
+- Switch to OpenSSL 0.9.8l on Windows.
+
- Issue #6603: Change READ_TIMESTAMP macro in ceval.c so that it
compiles correctly under gcc on x86-64. This fixes a reported
problem with the --with-tsc build on x86-64.