summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-07-06 06:55:58 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-07-06 06:55:58 (GMT)
commit88ef6377773b9bafdec0c7d85d3eefccf8209c61 (patch)
tree53b8dba67abba537feaab913a40e3f17c188803a /Misc/NEWS
parenta12aa88fd87f8992bbd137517c4c90f27e36c4e4 (diff)
downloadcpython-88ef6377773b9bafdec0c7d85d3eefccf8209c61.zip
cpython-88ef6377773b9bafdec0c7d85d3eefccf8209c61.tar.gz
cpython-88ef6377773b9bafdec0c7d85d3eefccf8209c61.tar.bz2
Add sqlite3.dll to the DLLs component, not to the TkDLLs component.
Fixes #1517388.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 261981d..3de2823 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,9 @@ Extension Modules
Build
-----
+- Bug #1517388: sqlite3.dll is now installed on Windows independent
+ of Tcl/Tk.
+
- Bug #1513032: 'make install' failed on FreeBSD 5.3 due to lib-old
trying to be installed even though it's empty.