summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2013-11-22 17:36:28 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2013-11-22 17:36:28 (GMT)
commitbc2f0ba6b8373eeac240fd892789d9fa34b02f99 (patch)
tree9f76ee129b509aacaecf65dad628f7ec71433c77 /Misc
parent175e7257b13a6459d971b186fb81cfa426868a97 (diff)
downloadcpython-bc2f0ba6b8373eeac240fd892789d9fa34b02f99.zip
cpython-bc2f0ba6b8373eeac240fd892789d9fa34b02f99.tar.gz
cpython-bc2f0ba6b8373eeac240fd892789d9fa34b02f99.tar.bz2
Update SQLite to 3.8.1 on Windows.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fdbff70..940aa69 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -352,6 +352,8 @@ Tests
Build
-----
+- Update SQLite to 3.8.1 on Windows.
+
- Issue #16632: Enable DEP and ASLR on Windows.
- Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h