version-3.42.1
Add new file doc/F2FS.txt, containing notes on the way SQLite uses the F2FS atomic commit feature.
Fix typo in the json-enhancements.md document.
Fix harmless typos in comments.
Fix all known instances of 'repeated the' style typos in comments. No changes to code.
Fix minor typos in the trusted-schema.md document.
Add file doc/vdbesort-memory.md, containing notes on the way vdbesort.c uses heap memory.
Refactoring the VFS-SHM methods used by WAL. This version compiles and runs non-WAL test cases but crashes and burns on wal.test.
Add new file doc/wal-lock.md, containing notes on wal-mode blocking locks.