Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More updates to the web pages. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e473043c58f6546368096d5b04d2d7ae |
User & Date: | shaneh 2011-01-31 20:46:22.000 |
Context
2011-01-31
| ||
21:09 | Fix typo. check-in: 640f41c7ee user: shaneh tags: trunk | |
20:46 | More updates to the web pages. check-in: e473043c58 user: shaneh tags: trunk | |
20:17 | Updates to web pages. check-in: b4b0148f05 user: shaneh tags: trunk | |
Changes
Changes to www/index.wiki.
1 2 | <title>About</title> | | > > > | | | | | > > > < | | | | | | | | | | | > > > | > > > > > > > > | 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 | <title>About</title> <table align="right" border="1" cellpadding="10" hspace="10" cellspacing="0"> <tr> <td> <ul> <li>[./features.wiki | Features]</li> <li>[./news.wiki | News]</li> <li>[./support.wiki | Support]</li> <li>[./release.wiki | Release Procedures]</li> </ul> </td> </tr> </table> <p> This is a fork of the popular ADO.NET 4.0 adaptor for <a href="http://www.sqlite.org">SQLite</a> known as System.Data.SQLite. The originator of System.Data.SQLite, Robert Simpson, is aware of this fork, has expressed his approval, and has commit privileges on the new Fossil repository. The SQLite development team intends to maintain System.Data.SQLite moving forward. </p> <p> Historical versions, as well as the original support forums, may still be found at <a href="http://sqlite.phxsoftware.com">http://sqlite.phxsoftware.com</a>, though there have been no updates to this version since April of 2010. </p> <p> </p> <p> </p> <p> </p> |
Changes to www/release.wiki.
1 2 3 4 5 6 7 | <title>Release Procedures</title> <p>Follow these steps to build a new release of SQLite.NET. Unless otherwise noted, all steps need to be done in the order specified.</p> <p>You will need a Visual Studio 2010 development environment for this build.</p> <ol type="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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | <title>Release Procedures</title> <p>Follow these steps to build a new release of SQLite.NET. Unless otherwise noted, all steps need to be done in the order specified.</p> <p>You will need a Visual Studio 2010 development environment for this build.</p> <ol type="A"> <li> <b>Build runtime components</b> <ol type="1"> <li> Build SQLite.NET.sln for Release/ia64 </li> <li> Change to Release/x64 and rebuild </li> <li> Change to Release/x86 and rebuild </li> </ol> </li> <li> <b>Build designer components</b> <ol type="1"> <li> Build SQLite.Designer.sln for Release </li> </ol> </li> <li> <b>Update documentation</b> <ol type="1"> <li> Update the readme.htm file with the latest version changes </li> <li> Copy the version changes from readme.htm into doc\extra\version.html </li> <li> Update doc\extra\dbfactorysupport.html to reflect the latest version # of the DLL </li> <li> Copy over doc\extra\dbfactorysupport.html and version.html to my temp ndoc2 location where all my intermediate files are for the CHM </li> <li> Run HTML Help Workshop on the HHP project to get my CHM </li> <li> Copy the CHM file over to \doc </li> </ol> </li> <li> <b>Build install and setup packages</b> <ol type="1"> <li> Load up the \tools\setup\sqlite_setup.sln solution </li> <li> Change the "Version" property of the sqlite project (this is the MSI file project) to reflect the new version of the release. </li> <li> Edit the setup.rc file of the setup project, drilling down to the Version resource, and editing VS_VERSION_INFO, and populating the version info with the newest version #. </li> <li> Build both projects. </li> <li> Copy the and rename the resulting \tools\setup\release\setup.exe to SQLite-1.0.xx.0-setup.exe </li> </ol> </li> </ol> |