APSW is now hosted at Github - https://github.com/rogerbinns/apsw
Added SQLITE_RECURSIVE, SQLITE_READONLY_DBMOVED, SQLITE_FCNTL_COMMIT_PHASETWO, SQLITE_FCNTL_HAS_MOVED and SQLITE_FCNTL_SYNC constants.
3.8.2r1
========
Added SQLITE_CONFIG_WIN32_HEAPSIZE, SQLITE_CONSTRAINT_ROWID and SQLITE_FCNTL_TRACE constants.
3.8.1r1
========
Added SQLITE_CANTOPEN_CONVPATH and SQLITE_IOERR_CONVPATH extended error codes.
Updated pysqlite urls to point to github.
Various minor build/download documentation updates.
3.8.0.2r1
==========
No APSW code changes. Rebuild due to updated SQLite version.
Updated documentation tips to show how to :ref:`get detailed diagnostics <diagnostics_tips>`.
3.8.0.1r1
==========
No APSW changes. Rebuild due to updated SQLite version.
Windows binaries for Python 3.3 64 bit are no longer available as a Visual Studio update obliterated the ability to compile them, and I have no patience left to fight Microsoft's tools.
3.8.0r2
========
No APSW changes - updated checksums because SQLite changed the released archive to address an autoconf issue on some platforms