patch-release
Ensure that all fields of static sqlite3_module objects are explicitly initialized, in order to hush-up nuisance compiler warnings.
Fix recover1.test so that it works with DEFAULT_AUTOVACUUM builds.
Fix Tcl tests so that they again build and run with SQLITE_OMIT_VIRTUALTABLE defined.
Update test script recoverbuild.test so that it may be run using old test harnesses that run more than one test script in a process.
Fix a problem causing an infinite loop in the recovery extension when processing a corrupt free-block list.
Tweaks to recover module test scripts to work with various permutations.
Fixes to recover module test scripts so that they may be used with SQLITE_DEFAULT_AUTOVACUUM and SQLITE_SECURE_DELETE builds.
Another test case fix for auto-vacuum builds.
Minor improvements to API documentation in comments for the recovery extension.