1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-10-28 19:36:04 +03:00

Fix a hyperlink bug on the homepage. (CVS 2338)

FossilOrigin-Name: 9fd9d9fbeefcc76e7262f488f99ac11eaf58e88e
This commit is contained in:
drh
2005-02-15 13:38:46 +00:00
parent 208bbcbcba
commit a10da477c2
3 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
C Version\s3.1.2\s(CVS\s2337) C Fix\sa\shyperlink\sbug\son\sthe\shomepage.\s(CVS\s2338)
D 2005-02-15T13:08:10 D 2005-02-15T13:38:46
F Makefile.in d928187101fa3d78426cf48ca30e39d0fb714e57 F Makefile.in d928187101fa3d78426cf48ca30e39d0fb714e57
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
@@ -253,7 +253,7 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
F www/faq.tcl 1e348dec52dc0f21f4216fd6918c69c56daa4cfd F www/faq.tcl 1e348dec52dc0f21f4216fd6918c69c56daa4cfd
F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059 F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
F www/formatchng.tcl bfbf14dbf5181e771d06da7797767b0200b36d8a F www/formatchng.tcl bfbf14dbf5181e771d06da7797767b0200b36d8a
F www/index.tcl e04bbdb51ade47d8da32580e9cfcbaa2c17649a9 F www/index.tcl e4e44a17a73510fdb5de7d3002815e7524e23433
F www/lang.tcl fad1d8d12b6c4e5185d9ca12c31c5cf7309b615c F www/lang.tcl fad1d8d12b6c4e5185d9ca12c31c5cf7309b615c
F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
@@ -271,7 +271,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc
F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618 F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd
P 363590d37fd3a2cdfb4c2887b790395dae2fb97e P e9012d917a97a2f62ea58e85afa4879d213558e8
R 68681a8d527e977dcd4b50066d1a1025 R 4e2a8051d35610745341a08236a7a69b
U drh U drh
Z f89ada5b338d6301e641bdf256a6f32b Z 5e2b2536b6972e741c13f2e6e92a0596

View File

@@ -1 +1 @@
e9012d917a97a2f62ea58e85afa4879d213558e8 9fd9d9fbeefcc76e7262f488f99ac11eaf58e88e

View File

@@ -74,7 +74,7 @@ newsitem {2005-Feb-15} {Versions 2.8.16 and 3.1.2 Released} {
series. SQLite 3.1 features added support for correlated series. SQLite 3.1 features added support for correlated
subqueries, autovacuum, autoincrement, ALTER TABLE, and subqueries, autovacuum, autoincrement, ALTER TABLE, and
other enhancements. See the other enhancements. See the
<a href="www.sqlite.org/releasenotes310.html">release notes <a href="http://www.sqlite.org/releasenotes310.html">release notes
for version 3.1.0</a> for a detailed description of the for version 3.1.0</a> for a detailed description of the
changes available in the 3.1 series. changes available in the 3.1 series.
} }
@@ -103,4 +103,4 @@ puts {
<p align="right"><a href="oldnews.html">Old news...</a></p> <p align="right"><a href="oldnews.html">Old news...</a></p>
</td></tr></table> </td></tr></table>
} }
footer {$Id: index.tcl,v 1.106 2005/02/15 12:51:16 drh Exp $} footer {$Id: index.tcl,v 1.107 2005/02/15 13:38:46 drh Exp $}