========
You can use this release against any release of SQLite 3.
There are no changes in APSW except to correct an error in the example
code (collations are registered against the connection not the cursor)
SQLite 3.2.1 had one addition in the stable C API, which was a new
function named *sqlite3_global_recover*. That function is not
applicable for wrapping in APSW.