Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the ability to include TEA snapshots on the download page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2415d6de49c840e5265048b2d5bb37fc |
User & Date: | drh 2010-06-25 14:52:20.000 |
Context
2010-06-26
| ||
19:53 | Move the target 3.7.0 release day to 2010-07-15. (check-in: bf7e93c8b5 user: drh tags: trunk) | |
2010-06-25
| ||
14:52 | Add the ability to include TEA snapshots on the download page. (check-in: 2415d6de49 user: drh tags: trunk) | |
13:45 | Fix typos on the wal.html page. (check-in: 3bf3e14239 user: drh tags: trunk) | |
Changes
Changes to pages/download.in.
︙ | ︙ | |||
87 88 89 90 91 92 93 94 95 96 97 98 99 100 | A tarball of preprocessed source code together with a <a href="http://www.tcl.tk/doc/tea/">Tcl Extension Architecture (TEA)</a> compatible configure script and makefile. This is the <b>recommended</b> source distribution for the TCL interface to SQLite. } {teatarball {TEA tarball}} Product {sqlite-V3.tar.gz} { A tarball of the complete source tree for SQLite version VERSION as extracted from the version control system. <i>The Makefile and configure script in this tarball are not supported</i>. Their use is <b><u>not</u> recommended</b>. The SQLite developers do not use them. You should not use them either. If you want a configure script and | > > > > > > > | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | A tarball of preprocessed source code together with a <a href="http://www.tcl.tk/doc/tea/">Tcl Extension Architecture (TEA)</a> compatible configure script and makefile. This is the <b>recommended</b> source distribution for the TCL interface to SQLite. } {teatarball {TEA tarball}} Product {sqlite-tea-snapshot-DATE.tar.gz} { This is a snapshot (as of VERSION) of the current SQLite code under development, packaged and ready to build using the <a href="http://www.tcl.tk/doc/tea/">Tcl Extension Architecture (TEA)</a>. Use this snapshot for testing only. This is not a release. } Product {sqlite-V3.tar.gz} { A tarball of the complete source tree for SQLite version VERSION as extracted from the version control system. <i>The Makefile and configure script in this tarball are not supported</i>. Their use is <b><u>not</u> recommended</b>. The SQLite developers do not use them. You should not use them either. If you want a configure script and |
︙ | ︙ |