[sqlite] Version 2.8.10

2004-01-14 Thread D. Richard Hipp
D. Richard Hipp wrote: Version 2.8.10 of SQLite is now available on the website. http://www.sqlite.org/ This version fixes a critical locking bug in Unix. It turns out that any call to close() clears all locks on file that was closed (who knew?) which then left the database vulnerable to cor

[sqlite] Version 2.8.10

2004-01-13 Thread D. Richard Hipp
Version 2.8.10 of SQLite is now available on the website. http://www.sqlite.org/ This version fixes a critical locking bug in Unix. It turns out that any call to close() clears all locks on file that was closed (who knew?) which then left the database vulnerable to corruption from other proc