Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add separate VSIX files for WinRT80 and WinRT81. Fix a typo on the home page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.8.0 |
Files: | files | file ages | folders |
SHA1: |
474bc9f7f529ef74f6b97ad9ee4bc436 |
User & Date: | drh 2013-09-13 19:44:30.475 |
Context
2013-09-30
| ||
12:14 | Update the timeline link on the snapshot downloads so that it works if the previous release was on a branch. (check-in: aa3aec51de user: drh tags: branch-3.8.0) | |
2013-09-14
| ||
16:09 | Merge the 3.8.0 branch changes into trunk. (check-in: 18c0f01b0c user: drh tags: trunk) | |
2013-09-13
| ||
19:44 | Add separate VSIX files for WinRT80 and WinRT81. Fix a typo on the home page. (check-in: 474bc9f7f5 user: drh tags: branch-3.8.0) | |
2013-09-03
| ||
17:22 | Add the sha1sum and SQLITE_SOURCE_ID for 3.8.0.2. (check-in: 4069a1b264 user: dan tags: branch-3.8.0) | |
Changes
Changes to pages/download.in.
︙ | ︙ | |||
263 264 265 266 267 268 269 270 271 272 273 274 275 276 | } Product YEAR/sqlite-winrt-VVV.vsix { A complete VSIX package with an extension SDK and all other components needed to use SQLite for WinRT application development with Visual Studio 2012. } if {$nDownload>$start} { hd_puts {<tr><td colspan="4"><b>Precompiled Binaries for .NET</b></td></tr>} hd_puts "<tr><td width=\"10\"></td>" hd_puts "<td valign=\"top\" align=\"right\">" set url http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki hd_puts "<a href=\"$url\">System.Data.SQLite</a></td>" | > > > > > > > > > > > > | 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 | } Product YEAR/sqlite-winrt-VVV.vsix { A complete VSIX package with an extension SDK and all other components needed to use SQLite for WinRT application development with Visual Studio 2012. } Product YEAR/sqlite-winrt80-VVV.vsix { A complete VSIX package with an extension SDK and all other components needed to use SQLite for WinRT 8.0 application development with Visual Studio 2012. } Product YEAR/sqlite-winrt81-VVV.vsix { A complete VSIX package with an extension SDK and all other components needed to use SQLite for WinRT 8.1 application development with Visual Studio 2013. } if {$nDownload>$start} { hd_puts {<tr><td colspan="4"><b>Precompiled Binaries for .NET</b></td></tr>} hd_puts "<tr><td width=\"10\"></td>" hd_puts "<td valign=\"top\" align=\"right\">" set url http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki hd_puts "<a href=\"$url\">System.Data.SQLite</a></td>" |
︙ | ︙ |
Changes to pages/index.in.
︙ | ︙ | |||
91 92 93 94 95 96 97 | </td> <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> | | | 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | </td> <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> <li><a href="releaselog/3_8_0_2.html">Version 3.8.0.2</a> of SQLite is recommended for all new development. Upgrading from version 3.7.17, 3.8.0, and 3.8.0.1 is optional. Upgrading from all other prior versions of SQLite is recommended.</li> </ul></p> <h3>Common Links</h3> |
︙ | ︙ |