-C Version\s3.2.0\s(CVS\s2415)
-D 2005-03-21T19:51:31
+C Fix\stypo\sin\sthe\sformatchng.html\sdocument.\s(CVS\s2417)
+D 2005-03-23T01:05:14
F Makefile.in 5c00d0037104de2a50ac7647a5f12769795957a3
F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
F www/faq.tcl 1e348dec52dc0f21f4216fd6918c69c56daa4cfd
F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
-F www/formatchng.tcl ec974d74a87f7ae69d0626848bfcf716865c3291
+F www/formatchng.tcl 053ddb73646701353a5b1c9ca6274d5900739b45
F www/index.tcl 8ed52861b9841d5d2d6948f884d9369be4d39673
F www/lang.tcl b121bfd638fd3fd6db7450d82cf8c8145f4753df
F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
F www/whentouse.tcl 528299b8316726dbcc5548e9aa0648c8b1bd055b
-P cc5a2c8e5d2ddb87f3bce6efaf3e62d7fa00d9ca
-R a23f8956447a21f1677f44f20c9ed426
+P debf40e8ffa35406685ec027ced1f147ef0487df
+R 94c94ae58ffbd64f0dab2858a42369e1
U drh
-Z d0145a0cb90afda2c5d7bf7edabf994e
+Z 347759878d68c29d25c2b69cc24640cc
-debf40e8ffa35406685ec027ced1f147ef0487df
\ No newline at end of file
+35ace66f3ebefd4cd1455c923199511ab3b72bb6
\ No newline at end of file
#
# Run this Tcl script to generate the formatchng.html file.
#
-set rcsid {$Id: formatchng.tcl,v 1.13 2005/03/19 14:45:50 drh Exp $ }
+set rcsid {$Id: formatchng.tcl,v 1.14 2005/03/23 01:05:14 drh Exp $ }
source common.tcl
header {File Format Changes in SQLite}
puts {
<td valign="top">2004-Jan-21</td>
<td><p>Version 3.1.0 adds support for
<a href="pragma.html#pragma_auto_vacuum">autovacuum mode</a>.
- Prior versions of SQLite will be able to read and autovacuumed
+ Prior versions of SQLite will be able to read an autovacuumed
database but will not be able to write it. If autovaccum is disabled
(which is the default condition)
then databases are fully forwards and backwards compatible.</p>