]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Web site changes prior to release 2.0-Alpha-2. (CVS 259)
authordrh <drh@noemail.net>
Thu, 20 Sep 2001 12:32:53 +0000 (12:32 +0000)
committerdrh <drh@noemail.net>
Thu, 20 Sep 2001 12:32:53 +0000 (12:32 +0000)
FossilOrigin-Name: 13afb22409b3b58d4c4b97a9fac22c96153d77c0

manifest
manifest.uuid
www/changes.tcl
www/index.tcl

index 0458096777979bb6328e04edbd02f95efb5c01b8..839c45e2df234109e18000a2dbd69bb3fda295a0 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C 2.0-Alpha-2\srelease\s(CVS\s1724)
-D 2001-09-20T01:44:44
+C Web\ssite\schanges\sprior\sto\srelease\s2.0-Alpha-2.\s(CVS\s259)
+D 2001-09-20T12:32:53
 F Makefile.in 0af884b48d7dbcd01d73a9d93cb3e19b34c9f087
 F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
 F VERSION 6942aa44940d2972bd72f671a631060106e77f7e
@@ -85,17 +85,17 @@ F www/arch.fig d5f9752a4dbf242e9cfffffd3f5762b6c63b3bcf
 F www/arch.png 82ef36db1143828a7abc88b1e308a5f55d4336f4
 F www/arch.tcl c1891efdc00cd76eec72bdbf8b446195902932a3
 F www/c_interface.tcl 52ae81c89bf906b358e04857bd3f76b1a7f61c1b
-F www/changes.tcl 0a791dbf5af35d7adde6fcce8465829d599f000e
+F www/changes.tcl bf028a66d00a15a6c6a67a11c89c63bb60d5292b
 F www/crosscompile.tcl c99efacb3aefaa550c6e80d91b240f55eb9fd33e
 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
-F www/index.tcl 13829cd0338bc12ccc50fbcdec17d77dab6d35e0
+F www/index.tcl d65c6eaf66afac5b8a4b0394f691be02a2c3be20
 F www/lang.tcl d093693db5d4d7b7127d134807e4e65dea0e5dee
 F www/mingw.tcl fc5f4ba9d336b6e8c97347cc6496d6162461ef60
 F www/opcode.tcl 60222aeb57a7855b2582c374b8753cb5bb53c4ab
 F www/sqlite.tcl cb0d23d8f061a80543928755ec7775da6e4f362f
 F www/tclsqlite.tcl 13d50723f583888fc80ae1a38247c0ab415066fa
 F www/vdbe.tcl 0c8aaa529dd216ccbf7daaabd80985e413d5f9ad
-P d2a1aac46782c0d3852e34a3b32a6b2ccd93a256
-R da13c8d8c124b473a3b231a811f4208c
+P 548c55e8498826834f946598baf72e2d4b7283b8
+R 1753929adc0f169566743fb2cccd868c
 U drh
-Z 609a22ea0235cfab37f3581f1ce4f2ba
+Z f2e9206a582317931d33fc08cbe53d59
index d6c6eb10febe3ac397fa42f97cae16c3d17bdbee..c0ab782c81f44b0e5400ed031ff0d77b9a438a4b 100644 (file)
@@ -1 +1 @@
-548c55e8498826834f946598baf72e2d4b7283b8
\ No newline at end of file
+13afb22409b3b58d4c4b97a9fac22c96153d77c0
\ No newline at end of file
index 679d19f0ec795277a743adfe59f636ab87504d8e..de7c2148130d8350202d1a0acc0f86f31d7d9093 100644 (file)
@@ -17,7 +17,7 @@ proc chng {date desc} {
   puts "<DD><P><UL>$desc</UL></P></DD>"
 }
 
-chng {2001 Sep 15 (2.0.0)} {
+chng {2001 Sep 20 (2.0-alpha-2)} {
 <li>Initial release of version 2.0.  The idea of renaming the library
     to "SQLus" was abandoned in favor of keeping the "SQLite" name and
     bumping the major version number.</li>
index 038e851d6bc1f8334d12f40c649647b831915b0d..3669444b49fae3799bd3636cd0d82bc653b680d5 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this TCL script to generate HTML for the index.html file.
 #
-set rcsid {$Id: index.tcl,v 1.39 2001/09/20 01:44:44 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.40 2001/09/20 12:32:53 drh Exp $}
 
 puts {<html>
 <head><title>SQLite: An SQL Database Engine In A C Library</title></head>
@@ -37,6 +37,7 @@ on disk.</p>
     stored in a single disk file.</li>
 <li>Atomic commit and rollback protect data integrity.</li>
 <li>Small memory footprint: about 12000 lines of C code.</li>
+<li>Much faster than version 1.0!</li>
 <li>Very simple 
 <a href="c_interface.html">C/C++ interface</a> requires the use of only
 three functions and one opaque structure.</li>
@@ -44,7 +45,7 @@ three functions and one opaque structure.</li>
 <li>A TCL-based test suite provides near 100% code coverage.</li>
 <li>Self-contained: no external dependencies.</li>
 <li>Built and tested under Linux and Win2K.</li>
-<li>No copyright on the source code.  Use for any purpose.</li>
+<li>Sources are uncopyrighted.  Use for any purpose.</li>
 </ul>
 </p>
 }