Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update downloads page for v1.0.69.0 (3.7.6). |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | release |
Files: | files | file ages | folders |
SHA1: |
3435896767629388b0084fe09cb2bf9d |
User & Date: | shaneh 2011-04-13 21:12:33.757 |
Original Comment: | Update downloads page. |
References
2011-04-19
| ||
14:00 | • Closed ticket [48fd58bb93]: The solution doesn't build plus 1 other change artifact: 8e422c54ed user: shane | |
13:59 | • Ticket [d8533cf6d4] Missing files status still Open with 3 other changes artifact: dc68c22895 user: shane | |
12:54 | • Closed ticket [4895c45263]: Impossible to compile plus 1 other change artifact: 3698c4b750 user: shane | |
12:47 | • Closed ticket [c2284c9dfb]: Missing files prevent build plus 1 other change artifact: a4ec990d83 user: shane | |
12:46 | • Closed ticket [950927d54f]: Missing files in System.Data,SQLite.Linq plus 1 other change artifact: 0413e5074b user: shane | |
12:45 | • Ticket [49e9ab9f8f] Missing app.config file for System.Data.SQLite - NetModule status still Closed with 1 other change artifact: a3216aee9f user: shane | |
12:44 | • Ticket [9db22d7e32] app.config missing in project System.Data.SQLite - Netmodule status still Closed with 1 other change artifact: 938fbbe0b4 user: shane | |
12:40 | • Closed ticket [2737c06ea1]: .NET 2.0 support plus 2 other changes artifact: 1d96dcefbf user: shane | |
Context
2011-04-13
| ||
21:19 | Put back placeholder temporarily. check-in: 2797b8d4b7 user: shaneh tags: trunk | |
21:12 | Update downloads page for v1.0.69.0 (3.7.6). check-in: 3435896767 user: shaneh tags: trunk, release | |
21:05 | Default to NETFX20 for 2010 setup too. check-in: 74f8e73e35 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="sqlite-dotnetsrc-1006900.zip">sqlite-dotnetsrc-1006900.zip</a> <br />(3.09 MiB) </td> <td width="5"></td> <td valign="top"> This ZIP archive contains all source code for System.Data.SQLite 1.0.69.0 (3.7.6) combined into a single archive file.<br /> (sha1: 446c733a08e3072f4c57c595beb45b8bcee4fdc9) </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="sqlite-dotnet-x86-1006900.exe">sqlite-dotnet-x86-1006900.exe</a> <br />(10.1 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.69.0 (3.7.6) package.<br /> (sha1: e93406c9400d8198cd5db3901752119bcd02ed15) </td> </tr> <tr> <td width="10"> </td> <td valign="top" align="right"> <a name="dotnet-x64"></a> <a href="sqlite-dotnet-x64-1006900.exe">sqlite-dotnet-x64-1006900.exe</a> <br />(11.3 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.69.0 (3.7.6) package.<br /> (sha1: db0a8dd5f72f39348b37d0bac387c07f45e39f91) </td> </tr> <tr> <td colspan="4"> <b>Legacy Versions</b> </td> </tr> |
︙ | ︙ | |||
65 66 67 68 69 70 71 | <p> Beginning with System.Data.SQLite version 1.0.69.0 (3.7.6), the following templates will be used for the names of the build products: <ul> 1. sqlite-product-version.zip<br /> 2. sqlite-product-version.tar.gz<br /> | | | 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | <p> Beginning with System.Data.SQLite version 1.0.69.0 (3.7.6), the following templates will be used for the names of the build products: <ul> 1. sqlite-product-version.zip<br /> 2. sqlite-product-version.tar.gz<br /> 3. sqlite-product-processor-version.exe<br /> 4. sqlite-product-date.zip<br /> </ul> </p> <p> Templates (1) and (2) are used for source-code products. Template (1) is used for generic source-code products and templates (2) is used for source-code products that are generally only useful on unix-like platforms. Template (3) is used for |
︙ | ︙ |