Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update downloads and news pages for v1.0.71.0 (3.7.6+). |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | release |
Files: | files | file ages | folders |
SHA1: |
b1306568f3c61e46a0850818f3b40a7d |
User & Date: | shaneh 2011-04-27 22:09:17.167 |
Context
2011-05-02
| ||
02:16 | Add the correct directory to the path. Fix for [50515a0c8e]. check-in: 1ed84c66c8 user: shaneh tags: trunk | |
2011-04-27
| ||
22:09 | Update downloads and news pages for v1.0.71.0 (3.7.6+). check-in: b1306568f3 user: shaneh tags: trunk, release | |
21:25 | Update of readme. check-in: a6d36d5f1d user: shaneh tags: trunk | |
Changes
Changes to www/downloads.wiki.
1 2 3 4 5 6 7 8 9 10 11 12 13 | <title>System.Data.SQLite Download Page</title> <h3>SQLite Download Page</h3> <table width="100%" cellpadding="5"> <tr> <td colspan="4"> <b>Source Code</b> </td> </tr> <tr> <td width="10"> </td> <td valign="top" align="right"> <a name="dotnetsrc"></a> | | | | | | | | | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | <title>System.Data.SQLite Download Page</title> <h3>SQLite Download Page</h3> <table width="100%" cellpadding="5"> <tr> <td colspan="4"> <b>Source Code</b> </td> </tr> <tr> <td width="10"> </td> <td valign="top" align="right"> <a name="dotnetsrc"></a> <a href="http://system.data.sqlite.org/sqlite-dotnetsrc-1007100.zip">sqlite-dotnetsrc-1007100.zip</a> <br />(3.10 MiB) </td> <td width="5"></td> <td valign="top"> This ZIP archive contains all source code for System.Data.SQLite 1.0.71.0 (3.7.6+) combined into a single archive file.<br /> (sha1: 35df7e0681e703d34c634aa7da59105c2943f3a6) </td> </tr> <tr> <td colspan="4"> <b>Precompiled Binaries For Windows</b> </td> </tr> <tr> <td width="10"> </td> <td valign="top" align="right"> <a name="dotnet-x86"></a> <a href="http://system.data.sqlite.org/sqlite-dotnet-x86-1007100.exe">sqlite-dotnet-x86-1007100.exe</a> <br />(5.8 MiB) </td> <td width="5"></td> <td valign="top"> This setup package will install all the runtime components and dependencies for the x86/win32 version of the System.Data.SQLite 1.0.71.0 (3.7.6+) package.<br /> (sha1: 809747b1b5890f0194d86a94bd266d3e7b4c47f5) </td> </tr> <tr> <td width="10"> </td> <td valign="top" align="right"> <a name="dotnet-x64"></a> <a href="http://system.data.sqlite.org/sqlite-dotnet-x64-1007100.exe">sqlite-dotnet-x64-1007100.exe</a> <br />(6.5 MiB) </td> <td width="5"></td> <td valign="top"> This setup package will install all the runtime components and dependencies for the x64 version of the System.Data.SQLite 1.0.71.0 (3.7.6+) package.<br /> (sha1: f83d4bac0dd4f74c66b9142c0c1b20412b25f7db) </td> </tr> <tr> <td colspan="4"> <b>Legacy Versions</b> </td> </tr> |
︙ | ︙ |
Changes to www/news.wiki.
1 2 3 4 5 | <title>News</title> <b>Version History</b> <p> | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <title>News</title> <b>Version History</b> <p> <b>1.0.71.0 - April 27, 2011</b> </p> <ul> <li> Updated to SQLite 3.7.6+ <a href="http://www.sqlite.org/src/info/1bd1484cd7">[1bd1484cd7]</a> to get additional Windows error logging. </li> <li>Updated setup to optionally add install directory to PATH if GAC option selected.</li> </ul> <p> <b>1.0.69.0 - April 12, 2011</b> </p> <ul> <li>Code merge with [http://www.sqlite.org/releaselog/3_7_6.html | SQLite 3.7.6]</li> <li>New VS2008 and VS2010 solution files</li> |
︙ | ︙ |