=========
APSW has migrated from Subversion to `Mercurial
<https://en.wikipedia.org/wiki/Mercurial>`_ for source code control.
Hosting remains at `Google Code <https://code.google.com/p/apsw/>`_
Updated a test due to VFS xUnlock errors now being ignored sometimes
by SQLite (cvstrac 3946).
The downloads page in the help didn't mention the Windows Python 3.1
installer.
Running the test suite is now integrated into :file:`setup.py` so you
can do the building and testing all in one go. Sample command line::
$ python setup.py install test
The test suite will now check the functionality of the FTS3, RTree and
ICU extensions if they were included. (The Windows binary distribution
includes FTS3 and RTree by default.)
Fixed :issue:`55` where FTS3 was unintentionally omitted from the
Windows binary distribution.
Various documentation updates.