From: drh Date: Thu, 20 Sep 2001 12:32:53 +0000 (+0000) Subject: Web site changes prior to release 2.0-Alpha-2. (CVS 259) X-Git-Tag: version-3.6.10~5786 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4aa85c42b30114107addeccb03adfab0f4a827e2;p=thirdparty%2Fsqlite.git Web site changes prior to release 2.0-Alpha-2. (CVS 259) FossilOrigin-Name: 13afb22409b3b58d4c4b97a9fac22c96153d77c0 --- diff --git a/manifest b/manifest index 0458096777..839c45e2df 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index d6c6eb10fe..c0ab782c81 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -548c55e8498826834f946598baf72e2d4b7283b8 \ No newline at end of file +13afb22409b3b58d4c4b97a9fac22c96153d77c0 \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index 679d19f0ec..de7c214813 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -17,7 +17,7 @@ proc chng {date desc} { puts "

" } -chng {2001 Sep 15 (2.0.0)} { +chng {2001 Sep 20 (2.0-alpha-2)} {
  • 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.
  • diff --git a/www/index.tcl b/www/index.tcl index 038e851d6b..3669444b49 100644 --- a/www/index.tcl +++ b/www/index.tcl @@ -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 { SQLite: An SQL Database Engine In A C Library @@ -37,6 +37,7 @@ on disk.

    stored in a single disk file.
  • Atomic commit and rollback protect data integrity.
  • Small memory footprint: about 12000 lines of C code.
  • +
  • Much faster than version 1.0!
  • Very simple C/C++ interface requires the use of only three functions and one opaque structure.
  • @@ -44,7 +45,7 @@ three functions and one opaque structure.
  • A TCL-based test suite provides near 100% code coverage.
  • Self-contained: no external dependencies.
  • Built and tested under Linux and Win2K.
  • -
  • No copyright on the source code. Use for any purpose.
  • +
  • Sources are uncopyrighted. Use for any purpose.
  • }