Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typos. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
87a6f7b650d03157886b51595951c6bc |
User & Date: | mistachkin 2020-05-24 00:46:02.605 |
Context
2020-05-25
| ||
02:35 | Merge all changes needed for the SQLite core library 3.32.0 release. check-in: 56170d1316 user: mistachkin tags: trunk | |
2020-05-24
| ||
00:46 | Merge updates from trunk. check-in: 8118694807 user: mistachkin tags: core-3.32.0 | |
00:46 | Fix typos. check-in: 87a6f7b650 user: mistachkin tags: trunk | |
00:44 | Sync up version history docs with 112 release branch. check-in: 4823faba6c user: mistachkin tags: trunk | |
Changes
Changes to readme.htm.
︙ | ︙ | |||
218 219 220 221 222 223 224 | </ul> <p> <b>1.0.112.3 - Xxxx XX, 2020</b> </p> <ul> <li>When using the (unsupported) legacy CryptoAPI based codec, skip encrypting page #1 because that can lead to database corruption and other malfunctions.</li> </ul> | < | 218 219 220 221 222 223 224 225 226 227 228 229 230 231 | </ul> <p> <b>1.0.112.3 - Xxxx XX, 2020</b> </p> <ul> <li>When using the (unsupported) legacy CryptoAPI based codec, skip encrypting page #1 because that can lead to database corruption and other malfunctions.</li> </ul> <p> <b>1.0.112.2 - April 27, 2020</b> </p> <ul> <li>Fix NuGet packaging for .NET Standard 2.1. Fix for [7c73262e6f].</li> </ul> <p> |
︙ | ︙ |
Changes to www/news.wiki.
︙ | ︙ | |||
53 54 55 56 57 58 59 | <li>Support automatic value conversions for columns with a declared type of MEDIUMINT or MEDIUMUINT. Pursuant to [515cb60b10].</li> <li>Add preliminary support for the .NET Framework 4.8.</li> </ul> <p> <b>1.0.112.3 - Xxxx XX, 2020</b> </p> <ul> | | | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | <li>Support automatic value conversions for columns with a declared type of MEDIUMINT or MEDIUMUINT. Pursuant to [515cb60b10].</li> <li>Add preliminary support for the .NET Framework 4.8.</li> </ul> <p> <b>1.0.112.3 - Xxxx XX, 2020</b> </p> <ul> <li>When using the (unsupported) legacy CryptoAPI based codec, skip encrypting page #1 because that can lead to database corruption and other malfunctions.</li> </ul> <p> <b>1.0.112.2 - April 27, 2020</b> </p> <ul> <li>Fix NuGet packaging for .NET Standard 2.1. Fix for [7c73262e6f].</li> </ul> |
︙ | ︙ |