Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the sha1sum and SQLITE_SOURCE_ID for version 3.11 to changes.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
850ce246dcccfb47787115dd05fe5890 |
User & Date: | dan 2016-02-15 17:32:33.310 |
Context
2016-02-15
| ||
18:26 | Separate heading for hashes in the 3.11.0 change log. (check-in: b04e9be1a4 user: drh tags: trunk) | |
17:32 | Add the sha1sum and SQLITE_SOURCE_ID for version 3.11 to changes.html. (check-in: 850ce246dc user: dan tags: trunk) | |
15:45 | Add a news item for the 3.11.0 release. Fix a typo in the FTS5 documentation. (check-in: 26245406d3 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
16 17 18 19 20 21 22 | set nChng 0 proc chng {date desc {options {}}} { global nChng aChng set aChng($nChng) [list $date $desc $options] incr nChng } | | | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | set nChng 0 proc chng {date desc {options {}}} { global nChng aChng set aChng($nChng) [list $date $desc $options] incr nChng } 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 containing directory when a rollback journal is unlinked in DELETE mode, for better durability. The [SQLITE_EXTRA_DURABLE] compile-time option enables |
︙ | ︙ | |||
61 62 63 64 65 66 67 68 69 70 71 72 73 74 | <li>Reenable the xCurrentTime and xGetLastError methods in the built-in unix [VFSes] as long as [SQLITE_OMIT_DEPRECATED] is not defined. <p><b>Backwards Compatibility:</b> <li>Because of continuing security concerns, the two-argument version of of the seldom-used and little-known [fts3_tokenizer()] function is disabled unless SQLite is compiled with the [SQLITE_ENABLE_FTS3_TOKENIZER]. } chng {2016-01-20 (3.10.2)} { <p><b>Critical bug fix:</b> <li>Version 3.10.0 introduced a case-folding bug in the [LIKE] operator which is fixed by this patch release. Ticket | > > | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | <li>Reenable the xCurrentTime and xGetLastError methods in the built-in unix [VFSes] as long as [SQLITE_OMIT_DEPRECATED] is not defined. <p><b>Backwards Compatibility:</b> <li>Because of continuing security concerns, the two-argument version of of the seldom-used and little-known [fts3_tokenizer()] function is disabled unless SQLite is compiled with the [SQLITE_ENABLE_FTS3_TOKENIZER]. <li>SQLITE_SOURCE_ID: "2016-02-15 17:29:24 3d862f207e3adc00f78066799ac5a8c282430a5f" <li>SHA1 for sqlite3.c: df01436c5fcfe72d1a95bc172158219796e1a90b } chng {2016-01-20 (3.10.2)} { <p><b>Critical bug fix:</b> <li>Version 3.10.0 introduced a case-folding bug in the [LIKE] operator which is fixed by this patch release. Ticket |
︙ | ︙ |