Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge changes from 3.8.9. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a0579664f6a0936e8b3ae9d67892f98a |
User & Date: | drh 2015-04-23 16:40:08.036 |
Context
2015-04-23
| ||
16:50 | Start a change log for the 3.8.10 release. (check-in: 7013e919d2 user: drh tags: trunk) | |
16:40 | Merge changes from 3.8.9. (check-in: a0579664f6 user: drh tags: trunk) | |
2015-04-21
| ||
17:50 | Add the UAP VSIX to the prerelease snapshots section of the download page. (Leaf check-in: fe9930b07e user: drh tags: branch-3.8.9) | |
2015-04-14
| ||
15:14 | Update the API decoder to identify and cross-reference methods on objects. (check-in: e9c7eaba3b user: drh tags: trunk) | |
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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | 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} { The [amalgamation]: complete source code a single "sqlite3.c" file. } # The [amalgamation] as of VERSION. # See the <a href="http://www.sqlite.org/draft/releaselog/current.html">pending # change log</a> for details. Product {snapshot/sqlite-amalgamation32k-DATE.zip} { The [amalgamation] split into 6 separate source files each with less than 32767 lines of code. } # See the <a href="http://www.sqlite.org/draft/releaselog/current.html">pending # change log</a> for details. #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-uap-DATE.vsix} { VSIX package for Universal App Platform development using Visual Studio 2015 CTP. } Heading {Pre-release Windows DLLs} {} $Caution Product snapshot/sqlite-dll-win32-x86-DATE.zip { A 32-bit Windows DLL as of VERSION. See the |
︙ | ︙ |