Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Mark the previous commit as a 'Potentially Incompatible Change'. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3528e77627bf1ee4ede2b4bbcb423592 |
User & Date: | mistachkin 2013-05-18 00:31:20.313 |
Context
2013-05-22
| ||
02:14 | Update SQLite core library to the 3.7.17 release. check-in: c987724cc4 user: mistachkin tags: trunk | |
2013-05-18
| ||
00:31 | Mark the previous commit as a 'Potentially Incompatible Change'. check-in: 3528e77627 user: mistachkin tags: trunk | |
00:28 | Disable use of the AllowPartiallyTrustedCallers attribute when compiled for the .NET Framework 4.0/4.5. check-in: 6f42f3300f user: mistachkin tags: trunk | |
Changes
Changes to Doc/Extra/version.html.
︙ | ︙ | |||
42 43 44 45 46 47 48 | </div> <div id="mainSection"> <div id="mainBody"> <h1 class="heading">Version History</h1> <p><b>1.0.86.0 - May XX, 2013 <font color="red">(release scheduled)</font></b></p> <ul> <li>Updated to <a href="http://www.sqlite.org/src/info/trunk">SQLite 3.7.17</a>.</li> | | | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | </div> <div id="mainSection"> <div id="mainBody"> <h1 class="heading">Version History</h1> <p><b>1.0.86.0 - May XX, 2013 <font color="red">(release scheduled)</font></b></p> <ul> <li>Updated to <a href="http://www.sqlite.org/src/info/trunk">SQLite 3.7.17</a>.</li> <li>Disable use of the AllowPartiallyTrustedCallers attribute when compiled for the .NET Framework 4.0/4.5. <b>** Potentially Incompatible Change **</b></li> <li>Allow semi-colons in the data source file name. Fix for <a href="http://system.data.sqlite.org/index.html/info/48a6b8e4ca">[e47b3d8346]</a>.</li> <li>NULL values should be reported as type "object", not "DBNull". Fix for <a href="http://system.data.sqlite.org/index.html/info/48a6b8e4ca">[48a6b8e4ca]</a>.</li> </ul> <p><b>1.0.85.0 - April 18, 2013</b></p> <ul> <li>Updated to <a href="http://www.sqlite.org/releaselog/3_7_16_2.html">SQLite 3.7.16.2</a>.</li> <li>Properly handle embedded NUL characters in parameter and column values. Fix for <a href="http://system.data.sqlite.org/index.html/info/3567020edf">[3567020edf]</a>.</li> |
︙ | ︙ |
Changes to readme.htm.
︙ | ︙ | |||
187 188 189 190 191 192 193 | <h2><b>Version History</b></h2> <p> <b>1.0.86.0 - May XX, 2013 <font color="red">(release scheduled)</font></b> </p> <ul> <li>Updated to <a href="http://www.sqlite.org/src/info/trunk">SQLite 3.7.17</a>.</li> | | | 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 | <h2><b>Version History</b></h2> <p> <b>1.0.86.0 - May XX, 2013 <font color="red">(release scheduled)</font></b> </p> <ul> <li>Updated to <a href="http://www.sqlite.org/src/info/trunk">SQLite 3.7.17</a>.</li> <li>Disable use of the AllowPartiallyTrustedCallers attribute when compiled for the .NET Framework 4.0/4.5. <b>** Potentially Incompatible Change **</b></li> <li>Allow semi-colons in the data source file name. Fix for [e47b3d8346].</li> <li>NULL values should be reported as type "object", not "DBNull". Fix for [48a6b8e4ca].</li> </ul> <p> <b>1.0.85.0 - April 18, 2013</b> </p> <ul> |
︙ | ︙ |
Changes to www/news.wiki.
1 2 3 4 5 6 7 8 9 | <title>News</title> <b>Version History</b> <p> <b>1.0.86.0 - May XX, 2013 <font color="red">(release scheduled)</font></b> </p> <ul> <li>Updated to [http://www.sqlite.org/src/info/trunk|SQLite 3.7.17].</li> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <title>News</title> <b>Version History</b> <p> <b>1.0.86.0 - May XX, 2013 <font color="red">(release scheduled)</font></b> </p> <ul> <li>Updated to [http://www.sqlite.org/src/info/trunk|SQLite 3.7.17].</li> <li>Disable use of the AllowPartiallyTrustedCallers attribute when compiled for the .NET Framework 4.0/4.5. <b>** Potentially Incompatible Change **</b></li> <li>Allow semi-colons in the data source file name. Fix for [e47b3d8346].</li> <li>NULL values should be reported as type "object", not "DBNull". Fix for [48a6b8e4ca].</li> </ul> <p> <b>1.0.85.0 - April 18, 2013</b> </p> <ul> |
︙ | ︙ |