Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the download page to support DLL snapshots. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | version-3.8.4.3 |
Files: | files | file ages | folders |
SHA1: |
3cfd0f3e9adfec84cbec16cfffdbf98f |
User & Date: | drh 2014-05-26 22:56:10.074 |
Context
2014-05-26
| ||
23:16 | Fixes the download of pre-release DLLs. (check-in: 076319aa90 user: drh tags: version-3.8.4.3) | |
22:56 | Update the download page to support DLL snapshots. (check-in: 3cfd0f3e9a user: drh tags: version-3.8.4.3) | |
22:49 | Update the download page to support DLL snapshots. Update the change log for 3.8.5. (check-in: 3eab08af2c user: drh tags: trunk) | |
2014-04-26
| ||
00:30 | Update althttpd.c client to log SIGPIPE and SIGSEGV in addition to SIGALRM. (check-in: 5a80e1c8e7 user: drh tags: version-3.8.4.3) | |
Changes
Changes to pages/download.in.
︙ | ︙ | |||
88 89 90 91 92 93 94 | set ::pending_tag $tag set ::BG $bgcolor # hd_puts "<tr><td colspan=4><big><b>$title</b></big></td></tr>" } set Caution #fff1c8 | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | set ::pending_tag $tag set ::BG $bgcolor # hd_puts "<tr><td colspan=4><big><b>$title</b></big></td></tr>" } set Caution #fff1c8 Heading {Pre-release Snapshots} {} $Caution Product {snapshot/sqlite-amalgamation-DATE.zip} { This is a snapshot (as of VERSION) of the current SQLite source code under development. See the <a href="http://www.sqlite.org/draft/releaselog/current.html">pending change log</a> or the |
︙ | ︙ | |||
117 118 119 120 121 122 123 124 125 126 127 128 129 130 | } Product {snapshot/sqlite-tea-DATE.zip} { 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 {snapshot/sqlite-shell-win32-x86-DATE.zip} { This is a snapshot (as of VERSION) build of the [CLI | sqlite3.exe command-line shell] shell program for 32-bit windows. } Product {snapshot/sqlite-shell-win64-x64-DATE.zip} { This is a snapshot (as of VERSION) build of the | > > > > > > > > > > | 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 | } Product {snapshot/sqlite-tea-DATE.zip} { 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 snapshot/sqlite-dll-win32-x86-DATE.zip { This ZIP archive contains a DLL for the SQLite library snapshot as of VERSION for 32-bit x86 processors using the Win32 API. } Product snapshot/sqlite-dll-win32-x64-DATE.zip { This ZIP archive contains a DLL for the SQLite library snapshot as of VERSION for 64-bit x64 processors using the Win32 API. } Product {snapshot/sqlite-shell-win32-x86-DATE.zip} { This is a snapshot (as of VERSION) build of the [CLI | sqlite3.exe command-line shell] shell program for 32-bit windows. } Product {snapshot/sqlite-shell-win64-x64-DATE.zip} { This is a snapshot (as of VERSION) build of the |
︙ | ︙ | |||
216 217 218 219 220 221 222 | This program is compatible with all versions of SQLite through VERSION and beyond. } Product YEAR/sqlite-dll-win32-x86-VVV.zip { This ZIP archive contains a DLL for the SQLite library version VERSION for 32-bit x86 processors using the Win32 API. | < < | 226 227 228 229 230 231 232 233 234 235 236 237 238 239 | This program is compatible with all versions of SQLite through VERSION and beyond. } Product YEAR/sqlite-dll-win32-x86-VVV.zip { This ZIP archive contains a DLL for the SQLite library version VERSION for 32-bit x86 processors using the Win32 API. } Product YEAR/sqlite-dll-win32-x64-VVV.zip { This ZIP archive contains a DLL for the SQLite library version VERSION for 64-bit x64 processors using the Win32 API. } |
︙ | ︙ |