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 processes.  That bug has been cleared by embargoing
all close() calls until all locks of been released.

There are also some enhancements in corner cases and some very
obscure bug fixes.

Unix users should definately upgrade.  Upgrading for Windows users
is optional.
--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to