]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Remove the words "statically linked" from the description of the shell on
authordrh <drh@noemail.net>
Sat, 27 Aug 2005 13:11:20 +0000 (13:11 +0000)
committerdrh <drh@noemail.net>
Sat, 27 Aug 2005 13:11:20 +0000 (13:11 +0000)
the download page.  Ticket #1391. (CVS 2628)

FossilOrigin-Name: ecb9604457d5ab6bcd81b582cc4dd85a8f371b86

manifest
manifest.uuid
www/download.tcl

index 2e2e9b3f3efb61191135d6c31f6f4d4cb73d8aea..acf289f1f0c37a60655282c82b545c15c205e899 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Remove\sGNUmake\sextensions\sfrom\sthe\smakefile.\sTicket\s#1390.\s(CVS\s2627)
-D 2005-08-27T09:07:14
+C Remove\sthe\swords\s"statically\slinked"\sfrom\sthe\sdescription\sof\sthe\sshell\son\nthe\sdownload\spage.\s\sTicket\s#1391.\s(CVS\s2628)
+D 2005-08-27T13:11:21
 F Makefile.in 12784cdce5ffc8dfb707300c34e4f1eb3b8a14f1
 F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -275,7 +275,7 @@ F www/datatype3.tcl 1d14f70ab73075556b95e76a5c13e5b03f7f6c47
 F www/datatypes.tcl 7c786d2e8ff434346764534ec015966d17efce60
 F www/different.tcl d01064946c588db0a0e87563a30aef1b3efb4434
 F www/docs.tcl 6c0b2c567404b15bd46a0cda2dc69615a8e679a8
-F www/download.tcl 57273154166d928963ad30c7076d027bb0200768
+F www/download.tcl ceaa742d5b8137bce31e9dcc4e44494b38211490
 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
 F www/faq.tcl 49f31a703f74c71ce66da646aaf18b07a5042672
 F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
@@ -298,7 +298,7 @@ F www/tclsqlite.tcl 3df553505b6efcad08f91e9b975deb2e6c9bb955
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 7e05b7ca0ce72b1c6125196f4b21bbb676bc488c
-R ea73122ca7d383deb1910f3880db01aa
+P d0691fed4344869830ea9ec2390bc1e7c1679844
+R a7761c388bd485c6049515a7c1012a50
 U drh
-Z ab43b86c10e12a2b5943be7ff2651f30
+Z cf6d93c877c9cd55d2b05da36478ac1b
index 0f7bc970c74e5dd5a4b777b142fa9432f59b9af4..30c625726b02cfee03811357ce3cc20774fd68c5 100644 (file)
@@ -1 +1 @@
-d0691fed4344869830ea9ec2390bc1e7c1679844
\ No newline at end of file
+ecb9604457d5ab6bcd81b582cc4dd85a8f371b86
\ No newline at end of file
index 9a1482b4c46c4807c47c8528af0e38aa3197a37f..8b760d9420b45a20116bb8428553b9e52418096a 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this TCL script to generate HTML for the download.html file.
 #
-set rcsid {$Id: download.tcl,v 1.19 2005/08/22 02:10:46 drh Exp $}
+set rcsid {$Id: download.tcl,v 1.20 2005/08/27 13:11:21 drh Exp $}
 source common.tcl
 header {SQLite Download Page}
 
@@ -36,13 +36,13 @@ proc Heading {title} {
 Heading {Precompiled Binaries for Linux}
 
 Product sqlite3-VERSION.bin.gz {
-  A statically linked command-line program for accessing and modifing
+  A command-line program for accessing and modifing
   SQLite databases.
   See <a href="sqlite.html">the documentation</a> for additional information.
 }
 
 Product sqlite-VERSION.bin.gz {
-  A statically linked command-line program for accessing and modifing
+  A command-line program for accessing and modifing
   2 SQLite databases.
   See <a href="sqlite.html">the documentation</a> for additional information.
 }