Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typos and improve the wording of changes for 3.11.1. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.11 |
Files: | files | file ages | folders |
SHA1: |
8423b61474a01d27e89b909e03500e08 |
User & Date: | drh 2016-03-03 16:13:27.102 |
Context
2016-03-03
| ||
16:20 | Add hashes to the change log. (check-in: 2fdaab5ed5 user: drh tags: branch-3.11) | |
16:13 | Fix typos and improve the wording of changes for 3.11.1. (check-in: 8423b61474 user: drh tags: branch-3.11) | |
16:07 | Changes for the 3.11.1 release. (check-in: 628be086c5 user: drh tags: branch-3.11) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
18 19 20 21 22 23 24 | global nChng aChng set aChng($nChng) [list $date $desc $options] incr nChng } chng {2016-03-03 (3.11.1)} { <li>Improvements to the Makefiles and build scripts used by VisualStudio. | | | | | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | global nChng aChng set aChng($nChng) [list $date $desc $options] incr nChng } chng {2016-03-03 (3.11.1)} { <li>Improvements to the Makefiles and build scripts used by VisualStudio. <li>Fix an [FTS5] issue in which the 'optimize' command could cause index corruption. <li>Fix a buffer overread that might occur if [FTS5] is used to query a corrupt database file. <li>Increase the maximum "scope" value for the [spellfix1] extension from 6 to 30. } {patchagainst 1} chng {2016-02-15 (3.11.0)} { <p><b>General improvements:</b> <li>Enhanced [WAL mode] so that it works efficiently with transactions that are larger than the [cache_size]. <li>Added the [FTS5 detail option]. <li>Added the "EXTRA" option to [PRAGMA synchronous] that does a sync of the |
︙ | ︙ |
Changes to pages/index.in.
︙ | ︙ | |||
106 107 108 109 110 111 112 | </td> <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> | | | | 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | </td> <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> <li>Either <a href="releaselog/3_11_1.html">version 3.11.1</a> or <a href="releaselog/3_11_0.html">version 3.11.0</a> is recommended for all new development. </li> </ul></p> <h3>Common Links</h3> <p><ul> |
︙ | ︙ |