Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix yet another typo on the homepage. Ticket #2621. (CVS 4393) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d5fec873102728a1ea9fbdae6799780b |
User & Date: | drh 2007-09-04 03:28:28.000 |
Context
2007-09-04
| ||
12:00 | Documentation fixes. No changes to code. Tickets #2622 and #2624. (CVS 4394) (check-in: 2eadef9016 user: drh tags: trunk) | |
03:28 | Fix yet another typo on the homepage. Ticket #2621. (CVS 4393) (check-in: d5fec87310 user: drh tags: trunk) | |
03:08 | Fix a typo on the homepage. Ticket #2619. (CVS 4392) (check-in: deecd934e6 user: drh tags: trunk) | |
Changes
Changes to www/index.tcl.
︙ | ︙ | |||
71 72 73 74 75 76 77 | puts "<hr width=\"50%\">" } newsitem {2007-Sep-04} {Version 3.5.0 alpha} { The OS interface layer and the memory allocation subsystems in SQLite have been reimplemented. The published API is largely unchanged but the (unpublished) OS interface has been modified extensively. | | | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | puts "<hr width=\"50%\">" } newsitem {2007-Sep-04} {Version 3.5.0 alpha} { The OS interface layer and the memory allocation subsystems in SQLite have been reimplemented. The published API is largely unchanged but the (unpublished) OS interface has been modified extensively. Applications that implement their own OS interface will require modification. See <a href="34to35.html">34to35.html</a> for details.<p> This is a large change. Approximately 10% of the source code was modified. We are calling this first release "alpha" in order to give the user community time to test and evaluate the changes before we freeze the new design. |
︙ | ︙ | |||
109 110 111 112 113 114 115 | <a href="changes.html#version_3_4_1">enhancements and bug fixes</a>. } puts { <p align="right"><a href="oldnews.html">Old news...</a></p> </td></tr></table> } | | | 109 110 111 112 113 114 115 116 | <a href="changes.html#version_3_4_1">enhancements and bug fixes</a>. } puts { <p align="right"><a href="oldnews.html">Old news...</a></p> </td></tr></table> } footer {$Id: index.tcl,v 1.163 2007/09/04 03:28:28 drh Exp $} |