]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix more typos in the file format document. (CVS 3102)
authordrh <drh@noemail.net>
Thu, 16 Feb 2006 00:32:37 +0000 (00:32 +0000)
committerdrh <drh@noemail.net>
Thu, 16 Feb 2006 00:32:37 +0000 (00:32 +0000)
FossilOrigin-Name: d7495be8060fe9e8fa2d2f81e215833d7085888b

manifest
manifest.uuid
www/formatchng.tcl

index c144556016ac09951e1c4244deccf7b3533e9b65..f8c80598cbdbf59871eac929c445c65b8f26305a 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sa\stypo\sin\sthe\sfile\sformat\sdocument.\s(CVS\s3101)
-D 2006-02-16T00:31:01
+C Fix\smore\stypos\sin\sthe\sfile\sformat\sdocument.\s(CVS\s3102)
+D 2006-02-16T00:32:37
 F Makefile.in 5d8dff443383918b700e495de42ec65bc1c8865b
 F Makefile.linux-gcc 74ba0eadf88748a9ce3fd03d2a3ede2e6715baec
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -326,7 +326,7 @@ F www/download.tcl d56a1c30b1c3c18f62926a806179976eb133ce94
 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
 F www/faq.tcl ad5f388e1924c3fff4892b7f45ea58aa1d7a562a
 F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
-F www/formatchng.tcl 00827d3f37bc3a41506961a50b94fb54a28256d1
+F www/formatchng.tcl 4972e680f9331ea46f47001e349baba807f5b60a
 F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
 F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3
 F www/index.tcl 9c659eec487d5e9196d4125ab200cfc86e93528d
@@ -353,7 +353,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 4e6b74b290282fd10fae97df8dfa643a1b7ef0c6
-R 66f1afc2d861e340571ee31a150cfe92
+P fac0d202e1d9fcc33dc69006a369034ee003e183
+R a8c099a939bc283313912ffbefa2b486
 U drh
-Z fa194c2de6a56b73ed49a7241cfafc7c
+Z 64309bca2b9a9ab73935cca1b1290146
index bf2ef1d300ef62994f0c60327d7d7c57405162ab..4048da643e5d1dad9352597baf0a97d26011f6b9 100644 (file)
@@ -1 +1 @@
-fac0d202e1d9fcc33dc69006a369034ee003e183
\ No newline at end of file
+d7495be8060fe9e8fa2d2f81e215833d7085888b
\ No newline at end of file
index 043a7f420837e4b5a1b428cdc1fec612f3f9eaa3..60a25586db7535d73e3aff400dd7b453b6986496 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this Tcl script to generate the formatchng.html file.
 #
-set rcsid {$Id: formatchng.tcl,v 1.16 2006/02/16 00:31:01 drh Exp $ }
+set rcsid {$Id: formatchng.tcl,v 1.17 2006/02/16 00:32:37 drh Exp $ }
 source common.tcl
 header {File Format Changes in SQLite}
 puts {
@@ -189,7 +189,7 @@ occurred since version 1.0.0:
 </tr>
 <tr>
   <td valign="top">3.0.8 to 3.1.0</td>
-  <td valign="top">2004-Jan-21</td>
+  <td valign="top">2005-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 an autovacuumed
@@ -200,7 +200,7 @@ occurred since version 1.0.0:
 </tr>
 <tr>
   <td valign="top">3.1.6 to 3.2.0</td>
-  <td valign="top">2004-Mar-19</td>
+  <td valign="top">2005-Mar-19</td>
   <td><p>Version 3.2.0 adds support for the 
   <a href="lang_altertable.html">ALTER TABLE ADD COLUMN</a>
   command.  A database that has been modified by this command can