Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update version history docs. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
79c749536e31931ce5eb913720b1ff6a |
User & Date: | mistachkin 2014-03-11 07:45:43.109 |
Context
2014-03-11
| ||
21:20 | Update SQLite core library to the 3.8.4.1 release. check-in: 7b891d833d user: mistachkin tags: trunk | |
07:45 | Update version history docs. check-in: 79c749536e user: mistachkin tags: trunk | |
2014-03-10
| ||
19:18 | Update SQLite core library to the 3.8.4 release. check-in: 891ea4b9bd user: mistachkin tags: trunk | |
Changes
Changes to Doc/Extra/Provider/version.html.
︙ | ︙ | |||
44 45 46 47 48 49 50 51 52 53 54 55 56 57 | <div id="mainBody"> <h1 class="heading">Version History</h1> <p><b>1.0.92.0 - March XX, 2014 <font color="red">(release scheduled)</font></b></p> <ul> <li>Updated to <a href="http://www.sqlite.org/releaselog/3_8_4.html">SQLite 3.8.4</a>.</li> <li>Raise the static SQLiteConnection.Changed event when any SQLiteCommand or SQLiteDataReader object is closed or disposed.</li> <li>When the TraceWarning connection flag is set, issue warnings about possibly malformed UNC paths. Pursuant to <a href="http://system.data.sqlite.org/index.html/info/283344397b">[283344397b]</a>.</li> <li>Enhancements to the NuGet packages, including the new "modular" packages.</li> </ul> <p><b>1.0.91.0 - February 12, 2014</b></p> <ul> <li>Updated to <a href="http://www.sqlite.org/releaselog/3_8_3_1.html">SQLite 3.8.3.1</a>.</li> <li>Refresh all included SQLite core library documentation (e.g. SQL syntax).</li> <li>Add support for <a href="http://entityframework.codeplex.com/">Entity Framework 6</a>.</li> | > | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | <div id="mainBody"> <h1 class="heading">Version History</h1> <p><b>1.0.92.0 - March XX, 2014 <font color="red">(release scheduled)</font></b></p> <ul> <li>Updated to <a href="http://www.sqlite.org/releaselog/3_8_4.html">SQLite 3.8.4</a>.</li> <li>Raise the static SQLiteConnection.Changed event when any SQLiteCommand or SQLiteDataReader object is closed or disposed.</li> <li>When the TraceWarning connection flag is set, issue warnings about possibly malformed UNC paths. Pursuant to <a href="http://system.data.sqlite.org/index.html/info/283344397b">[283344397b]</a>.</li> <li>Convert the primary NuGet package, "System.Data.SQLite", into a meta-package.</li> <li>Enhancements to the NuGet packages, including the new "modular" packages.</li> </ul> <p><b>1.0.91.0 - February 12, 2014</b></p> <ul> <li>Updated to <a href="http://www.sqlite.org/releaselog/3_8_3_1.html">SQLite 3.8.3.1</a>.</li> <li>Refresh all included SQLite core library documentation (e.g. SQL syntax).</li> <li>Add support for <a href="http://entityframework.codeplex.com/">Entity Framework 6</a>.</li> |
︙ | ︙ |
Changes to readme.htm.
︙ | ︙ | |||
211 212 213 214 215 216 217 218 219 220 221 222 223 224 | <p> <b>1.0.92.0 - March XX, 2014 <font color="red">(release scheduled)</font></b> </p> <ul> <li>Updated to <a href="http://www.sqlite.org/releaselog/3_8_4.html">SQLite 3.8.4</a>.</li> <li>Raise the static SQLiteConnection.Changed event when any SQLiteCommand or SQLiteDataReader object is closed or disposed.</li> <li>When the TraceWarning connection flag is set, issue warnings about possibly malformed UNC paths. Pursuant to [283344397b].</li> <li>Enhancements to the NuGet packages, including the new "modular" packages.</li> </ul> <p> <b>1.0.91.0 - February 12, 2014</b> </p> <ul> <li>Updated to <a href="http://www.sqlite.org/releaselog/3_8_3_1.html">SQLite 3.8.3.1</a>.</li> | > | 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 | <p> <b>1.0.92.0 - March XX, 2014 <font color="red">(release scheduled)</font></b> </p> <ul> <li>Updated to <a href="http://www.sqlite.org/releaselog/3_8_4.html">SQLite 3.8.4</a>.</li> <li>Raise the static SQLiteConnection.Changed event when any SQLiteCommand or SQLiteDataReader object is closed or disposed.</li> <li>When the TraceWarning connection flag is set, issue warnings about possibly malformed UNC paths. Pursuant to [283344397b].</li> <li>Convert the primary NuGet package, "System.Data.SQLite", into a meta-package.</li> <li>Enhancements to the NuGet packages, including the new "modular" packages.</li> </ul> <p> <b>1.0.91.0 - February 12, 2014</b> </p> <ul> <li>Updated to <a href="http://www.sqlite.org/releaselog/3_8_3_1.html">SQLite 3.8.3.1</a>.</li> |
︙ | ︙ |
Changes to www/news.wiki.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <title>News</title> <b>Version History</b> <p> <b>1.0.92.0 - March XX, 2014 <font color="red">(release scheduled)</font></b> </p> <ul> <li>Updated to <a href="http://www.sqlite.org/releaselog/3_8_4.html">SQLite 3.8.4</a>.</li> <li>Raise the static SQLiteConnection.Changed event when any SQLiteCommand or SQLiteDataReader object is closed or disposed.</li> <li>When the TraceWarning connection flag is set, issue warnings about possibly malformed UNC paths. Pursuant to [283344397b].</li> <li>Enhancements to the NuGet packages, including the new "modular" packages.</li> </ul> <p> <b>1.0.91.0 - February 12, 2014</b> </p> <ul> <li>Updated to [http://www.sqlite.org/releaselog/3_8_3_1.html|SQLite 3.8.3.1].</li> | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <title>News</title> <b>Version History</b> <p> <b>1.0.92.0 - March XX, 2014 <font color="red">(release scheduled)</font></b> </p> <ul> <li>Updated to <a href="http://www.sqlite.org/releaselog/3_8_4.html">SQLite 3.8.4</a>.</li> <li>Raise the static SQLiteConnection.Changed event when any SQLiteCommand or SQLiteDataReader object is closed or disposed.</li> <li>When the TraceWarning connection flag is set, issue warnings about possibly malformed UNC paths. Pursuant to [283344397b].</li> <li>Convert the primary NuGet package, "System.Data.SQLite", into a meta-package.</li> <li>Enhancements to the NuGet packages, including the new "modular" packages.</li> </ul> <p> <b>1.0.91.0 - February 12, 2014</b> </p> <ul> <li>Updated to [http://www.sqlite.org/releaselog/3_8_3_1.html|SQLite 3.8.3.1].</li> |
︙ | ︙ |