commit | 88ef6377773b9bafdec0c7d85d3eefccf8209c61 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Jul 06 06:55:58 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Jul 06 06:55:58 2006 +0000 |
tree | 53b8dba67abba537feaab913a40e3f17c188803a | |
parent | a12aa88fd87f8992bbd137517c4c90f27e36c4e4 [diff] [blame] |
Add sqlite3.dll to the DLLs component, not to the TkDLLs component. Fixes #1517388.
diff --git a/Misc/NEWS b/Misc/NEWS index 261981d..3de2823 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -89,6 +89,9 @@ 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.