Add news about the break-in to the homepage. (CVS 1740)

FossilOrigin-Name: 5cda1cda63bef554f8b3436bd958014f453087c2
This commit is contained in:
drh
2004-06-26 12:40:06 +00:00
parent b2c7f5b31e
commit 3dea76474c
3 changed files with 16 additions and 9 deletions
+7 -7
View File
@@ -1,5 +1,5 @@
C Fix\serror\smessage\sreturned\swhen\sa\sdatabase\scannot\sbe\sopened.\s(CVS\s1739)
D 2004-06-26T10:02:16
C Add\snews\sabout\sthe\sbreak-in\sto\sthe\shomepage.\s(CVS\s1740)
D 2004-06-26T12:40:07
F Makefile.in cb7a9889c38723f72b2506c4236ff30a05ff172b
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -213,7 +213,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 9783a8370bf16dfc20e81f1cf14489f95408353e
F www/index.tcl fe6c0eeb15cd2761b38966f493b1cbec549934be
F www/lang.tcl 5193e27d5ab92ffa98427ef0fcc55d7a7c0e3ac3
F www/lockingv3.tcl afcd22f0f063989cff2f4d57bbc38d719b4c6e75
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
@@ -229,7 +229,7 @@ F www/tclsqlite.tcl 19191cf2a1010eaeff74c51d83fd5f5a4d899075
F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
F www/version3.tcl 563ba3ac02f64da27ab17f3edbe8e56bfd0293fb
F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
P 0af3ff39422e02afdfdaf2005ab5eb01b496dc72
R 74fc53b1d0ec565dfae6b2c9c8d55906
U danielk1977
Z 2a622ffd85c9a9c2ded97785e4e9ce71
P 440bfd2ac57d228d10913aca81ca8c6d7f38aa61
R 33c3a7e7a8eaf64864de650e0dd92206
U drh
Z b1d9e2fd14f2166ab626a20625f8587e
+1 -1
View File
@@ -1 +1 @@
440bfd2ac57d228d10913aca81ca8c6d7f38aa61
5cda1cda63bef554f8b3436bd958014f453087c2
+8 -1
View File
@@ -58,6 +58,13 @@ proc newsitem {date title text} {
puts "<hr width=\"50%\">"
}
newsitem {2004-Jun-25} {Website hacked} {
The www.sqlite.org website was hacked because the lead SQLite developer
failed to properly patch CVS. Some features of the website might be
inaccessible or inoperative over the next several days as we rebuild
the server from scratch. Please be patient.
}
newsitem {2004-Jun-18} {Version 3.0.0 (alpha) Released} {
The first alpha release of SQLite version 3.0 is available for
public review and comment. Version 3.0 enhances internationalization support
@@ -88,4 +95,4 @@ puts {
<p align="right"><a href="oldnews.html">Old news...</a></p>
</td></tr></table>
}
footer {$Id: index.tcl,v 1.88 2004/06/17 19:04:17 drh Exp $}
footer {$Id: index.tcl,v 1.89 2004/06/26 12:40:07 drh Exp $}