*** DRAFT ***
SQLite Release 3.6.7 On 2008 Dec 16 (3.6.7)
Changes associated with this release include the following:
- Reorganize the Unix interface in os_unix.c
- Added support for "Proxy Locking" on MacOSX.
- Changed the prototype of the sqlite3_auto_extension() interface in a
way that is backwards compatible but which might cause warnings in new
builds of applications that use that interface.
- Changed the signature of the xDlSym method of the sqlite3_vfs object
in a way that is backwards compatible but which might cause
compiler warnings.
- Added superfluous casts and variable initializations in order
to suppress nuisance compiler warnings.
- Fixes for various minor bugs.
A complete list of SQLite releases
in a single page is also available. A detailed history of every
check-in is available at
http://www.sqlite.org/src/timeline.
*** DRAFT ***