Documentation Source Text

Check-in [6cb597fbc9]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:More succinct intro text on the chronology page.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 6cb597fbc9286ea52a2f314d6f7d2fc49e207a07
User & Date: drh 2015-10-12 12:24:42.783
Context
2015-10-12
17:05
Adjust dates in the change log to exactly correspond to the version control check-in dates. (check-in: cc89254370 user: drh tags: trunk)
12:24
More succinct intro text on the chronology page. (check-in: 6cb597fbc9 user: drh tags: trunk)
12:22
Update the news.html page and mostdeployed.html page for the 3.9.0 release. Add the chronology.html page. (check-in: 05dd1c74b8 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/chronology.in.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<title>Chronology Of SQLite Releases</title>
<tcl>hd_keywords {chronology}</tcl>
<h1 align=center>Chronology Of SQLite Releases</h1>

<p>
The following is a listing of all historical releases of
SQLite, by date.  See the [release history] for more
details about each release.
</p>

<table border=0>
<tcl>
set chnglog_fn [file dir $::infile]/changes.in
set chnglog_in [open $chnglog_fn]
while {![eof $chnglog_in]} {





|

|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<title>Chronology Of SQLite Releases</title>
<tcl>hd_keywords {chronology}</tcl>
<h1 align=center>Chronology Of SQLite Releases</h1>

<p>
The following are all historical releases of
SQLite, by date.  See the [release history] for more
detail.
</p>

<table border=0>
<tcl>
set chnglog_fn [file dir $::infile]/changes.in
set chnglog_in [open $chnglog_fn]
while {![eof $chnglog_in]} {