Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge changes from the 3.10 branch. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
09a0fd52d7e9abe308a4e1378df3857b |
User & Date: | drh 2016-02-12 05:18:15.579 |
Context
2016-02-12
| ||
17:29 | Fix a typo in the cintro.html document. (check-in: 24a90038eb user: drh tags: trunk) | |
05:18 | Merge changes from the 3.10 branch. (check-in: 09a0fd52d7 user: drh tags: trunk) | |
05:17 | Change "Universal App Platform" to "Universal Windows Platform". (Leaf check-in: 4802ce4c0a user: drh tags: branch-3.10) | |
2016-02-10
| ||
19:16 | Update the change log to comment on the NOT NULL and CHECK constraint optimization. (check-in: 83657094be user: drh tags: trunk) | |
Changes
Changes to pages/download.in.
︙ | ︙ | |||
120 121 122 123 124 125 126 | #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-lang.org/doc/tea/">Tcl Extension Architecture (TEA)</a>. # Use this snapshot for testing only. This is not a release. #} Product {snapshot/sqlite-uap-DATE.vsix} { | | > > > | 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | #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-lang.org/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 Windows Platform development using Visual Studio 2015 CTP. } Product {snapshot/sqlite-uwp-DATE.vsix} { VSIX package for Universal Windows 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 |
︙ | ︙ | |||
263 264 265 266 267 268 269 | } Product YEAR/sqldiff-win32-x86-VVV.zip { A program to display differences between two SQLite database files. (version VERSION). } | | | > > > | 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 | } Product YEAR/sqldiff-win32-x86-VVV.zip { A program to display differences between two SQLite database files. (version VERSION). } Heading {Universal Windows Platform} Product YEAR/sqlite-uap-VVV.vsix { VSIX package for Universal Windows Platform development using Visual Studio 2015. } Product YEAR/sqlite-uwp-VVV.vsix { VSIX package for Universal Windows Platform development using Visual Studio 2015. } Heading {Precompiled Binaries for Windows Phone 8} wp8 Product YEAR/sqlite-wp80-winrt-VVV.vsix { A complete VSIX package with an extension SDK and all other components |
︙ | ︙ |