Fix a typo in the "News" on the homepage. (CVS 1935)
FossilOrigin-Name: 45d7158878a9648708d8ed47944707169a7f7f1c
This commit is contained in:
parent
bc58e70e90
commit
6ad3326fd5
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C Version\s3.0.6\s(beta)\s(CVS\s1934)
|
||||
D 2004-09-02T16:45:59
|
||||
C Fix\sa\stypo\sin\sthe\s"News"\son\sthe\shomepage.\s(CVS\s1935)
|
||||
D 2004-09-02T16:53:12
|
||||
F Makefile.in 65a7c43fcaf9a710d62f120b11b6e435eeb4a450
|
||||
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
|
||||
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
|
||||
@ -232,7 +232,7 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
|
||||
F www/faq.tcl 3a1776818d9bd973ab0c3048ec7ad6b1ad091ae5
|
||||
F www/fileformat.tcl f71a06a0d533c7df408539c64113b4adeaf29764
|
||||
F www/formatchng.tcl d1dfecedfb25e122ab513a1e0948b15cb4f0be46
|
||||
F www/index.tcl 7d0caef2a084b3f6e4881bee2485b1cc1458d9f6
|
||||
F www/index.tcl 618733d540dcf28226cc8eb00816f0baaa03064d
|
||||
F www/lang.tcl b2ba401104a76e7842469b33a968f5eda9bd462b
|
||||
F www/lockingv3.tcl afcd22f0f063989cff2f4d57bbc38d719b4c6e75
|
||||
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
|
||||
@ -248,7 +248,7 @@ F www/tclsqlite.tcl 560ecd6a916b320e59f2917317398f3d59b7cc25
|
||||
F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
|
||||
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
|
||||
F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
|
||||
P 67370926e374180b2de6e9ab60e5c9ddab4b1317
|
||||
R 11a68bf4bf2e4d26d945a2cfc6fe7c62
|
||||
P c190b95c30981d2a6026e501e21af675ff8a2d13
|
||||
R 1638f4635573b53fbd203875f1db6394
|
||||
U drh
|
||||
Z d1756bd08569789e6c48078c47ef61ea
|
||||
Z 99e486219945bb06af0bd28d189eaa23
|
||||
|
@ -1 +1 @@
|
||||
c190b95c30981d2a6026e501e21af675ff8a2d13
|
||||
45d7158878a9648708d8ed47944707169a7f7f1c
|
@ -59,8 +59,8 @@ proc newsitem {date title text} {
|
||||
}
|
||||
|
||||
newsitem {2004-Sep-02} {Version 3.0.6 (beta)} {
|
||||
Because of some important changes to way sqlite3_step() responds
|
||||
to locked databases when trying to do a COMMIT, we decided to
|
||||
Because of some important changes to sqlite3_step(),
|
||||
we have decided to
|
||||
do an additional beta release prior to the first "stable" release.
|
||||
If no serious problems are discovered in this version, we will
|
||||
release version 3.0 "stable" in about a week.
|
||||
@ -94,4 +94,4 @@ puts {
|
||||
<p align="right"><a href="oldnews.html">Old news...</a></p>
|
||||
</td></tr></table>
|
||||
}
|
||||
footer {$Id: index.tcl,v 1.94 2004/09/02 16:36:03 drh Exp $}
|
||||
footer {$Id: index.tcl,v 1.95 2004/09/02 16:53:12 drh Exp $}
|
||||
|
Loading…
Reference in New Issue
Block a user