*** DRAFT ***

SQLite Release 3.2.5 On 2005-08-27

  1. Fix a bug effecting DELETE and UPDATE statements that changed more than 40960 rows.
  2. Change the makefile so that it no longer requires GNUmake extensions
  3. Fix the --enable-threadsafe option on the configure script
  4. Fix a code generator bug that occurs when the left-hand side of an IN operator is constant and the right-hand side is a SELECT statement
  5. The PRAGMA synchronous=off statement now disables syncing of the master journal file in addition to the normal rollback journals

A complete list of SQLite releases in a single page and a chronology are both also available. A detailed history of every check-in is available at SQLite version control site.