summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-01-02 10:06:19 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-01-02 10:06:19 (GMT)
commit7df3b9eb15494743ace969bac23630a16c657be9 (patch)
tree01d15ff958ead7b3b1418c8793055f3a5c52afbf /Misc/NEWS
parent73801ec42aeaf139e850643f92e605ca07730ebe (diff)
downloadcpython-7df3b9eb15494743ace969bac23630a16c657be9.zip
cpython-7df3b9eb15494743ace969bac23630a16c657be9.tar.gz
cpython-7df3b9eb15494743ace969bac23630a16c657be9.tar.bz2
Merged revisions 77226 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77226 | martin.v.loewis | 2010-01-02 10:25:21 +0100 (Sa, 02 Jan 2010) | 2 lines Update Windows build to sqlite 3.6.21. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a751676..d564c50 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -536,7 +536,7 @@ Build
- Issue #7589: Only build the nis module when the correct header files are
found.
-- Switch to OpenSSL 0.9.8l on Windows.
+- Switch to OpenSSL 0.9.8l and sqlite 3.6.21 on Windows.
- Issue #5792: Extend the short float repr support to x86 systems using
icc or suncc.