Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update of readme. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a6d36d5f1dd32e26d8699c585d85275b |
User & Date: | shaneh 2011-04-27 21:25:50.180 |
Context
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 | |
21:25 | Update to SQLite version [1bd1484cd7]. check-in: 1e27c20248 user: shaneh tags: trunk | |
Changes
Changes to readme.htm.
1 2 3 4 5 6 7 8 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> </head> <body> ADO.NET 2.0 SQLite Data Provider<br /> Version 1.0.71.0 April 27, 2011<br /> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> </head> <body> ADO.NET 2.0 SQLite Data Provider<br /> Version 1.0.71.0 April 27, 2011<br /> Using SQLite 3.7.6+ <a href="http://www.sqlite.org/src/info/1bd1484cd7">[1bd1484cd7]</a><br /> Originally written by Robert Simpson<br /> Released to the public domain, use at your own risk!<br /> Official provider website: <a href="http://system.data.sqlite.org">http://system.data.sqlite.org</a><br /> Legacy versions: <a href="http://sqlite.phxsoftware.com">http://sqlite.phxsoftware.com</a><br /> <br /> The current development version can be downloaded from <a href="http://system.data.sqlite.org/index.html/timeline?n=20&y=ci"> http://system.data.sqlite.org/index.html/timeline?n=20&y=ci</a> |
︙ | ︙ | |||
157 158 159 160 161 162 163 | <h2><b>Version History</b></h2> <p> <b>1.0.71.0 - April 27, 2011</b> </p> <ul> | | | 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 | <h2><b>Version History</b></h2> <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.70.0 - April 22, 2011</b> </p> <ul> |
︙ | ︙ |