Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Version 3.8.4.2 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | release | version-3.8.4.2 |
Files: | files | file ages | folders |
SHA1: |
2f86548772706a8ddcb9a1947e5ef22e |
User & Date: | drh 2014-03-26 18:53:57.949 |
Context
2014-04-01
| ||
13:44 | Fixes to the application file format document. (check-in: f3db82e049 user: drh tags: trunk) | |
2014-03-26
| ||
18:53 | Version 3.8.4.2 (check-in: 2f86548772 user: drh tags: trunk, release, version-3.8.4.2) | |
18:12 | Add notes for the 3.8.4.2 patch release. (check-in: 35bef59b0d user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
17 18 19 20 21 22 23 24 25 26 27 28 29 30 | set aChng($nChng) [list $date $desc $options] incr nChng } chng {2014-03-26 (3.8.4.2)} { <li>Fix a potential buffer overread that could result when trying to search a corrupt database file. } chng {2014-03-11 (3.8.4.1)} { <li>Work around a C-preprocessor macro conflict that breaks the build for some configurations with Microsoft Visual Studio. <li>When computing the cost of the [skip-scan optimization], take into account the fact that multiple seeks are required. | > > | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | set aChng($nChng) [list $date $desc $options] incr nChng } chng {2014-03-26 (3.8.4.2)} { <li>Fix a potential buffer overread that could result when trying to search a corrupt database file. <li>SQLITE_SOURCE_ID: "2014-03-26 18:51:19 02ea166372bdb2ef9d8dfbb05e78a97609673a8e" <li>SHA1 for sqlite3.c: 4685ca86c2ea0649ed9f59a500013e90b3fe6d03 } chng {2014-03-11 (3.8.4.1)} { <li>Work around a C-preprocessor macro conflict that breaks the build for some configurations with Microsoft Visual Studio. <li>When computing the cost of the [skip-scan optimization], take into account the fact that multiple seeks are required. |
︙ | ︙ |