Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updated downloads and news pages for v1.0.70.0 (3.7.6). |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | release |
Files: | files | file ages | folders |
SHA1: |
a8ab43852f173b16fc624c7e646fd5d7 |
User & Date: | shaneh 2011-04-23 00:05:09.413 |
Original Comment: | Updated downloads and news pages. |
Context
2011-04-23
| ||
23:41 | Removed the need for the sqlite3.def file. This should fix issue [e486f6be57]. check-in: c3a442319f user: shaneh tags: trunk | |
00:05 | Updated downloads and news pages for v1.0.70.0 (3.7.6). check-in: a8ab43852f user: shaneh tags: trunk, release | |
2011-04-22
| ||
18:55 | Update version for release. check-in: c9937982c4 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-1007000.zip">sqlite-dotnetsrc-1007000.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.70.0 (3.7.6) combined into a single archive file.<br /> (sha1: 726f17d245529b7d87e96c6405b3235a955f2860) </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-1007000.exe">sqlite-dotnet-x86-1007000.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.70.0 (3.7.6) package.<br /> (sha1: ef06348f897909c801a361919c86b5391cb2fe30) </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-1007000.exe">sqlite-dotnet-x64-1007000.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.70.0 (3.7.6) package.<br /> (sha1: 8d451ec1eaec7ff6704e4a95fec5059d0471660f) </td> </tr> <tr> <td colspan="4"> <b>Legacy Versions</b> </td> </tr> |
︙ | ︙ |
Changes to www/news.wiki.
1 2 3 4 5 6 7 8 9 10 11 | <title>News</title> <b>Version History</b> <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> <li>Build and packaging automation</li> | > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <title>News</title> <b>Version History</b> <p> <b>1.0.70.0 - April 22, 2011</b> </p> <ul> <li> Added support for sqlite3_extended_result_codes(), sqlite3_errcode(), and sqlite3_extended_errcode() via SetExtendedResultCodes(), ResultCode(), and ExtendedResultCode(). </li> <li>Added support for SQLITE_CONFIG_LOG via SQLiteLogEventHandler().</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> <li>Build and packaging automation</li> |
︙ | ︙ |