Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Version 3.14.1 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | release | version-3.14.1 |
Files: | files | file ages | folders |
SHA1: |
5d836254918eb7396d0c5db4daa31197 |
User & Date: | drh 2016-08-11 19:02:00.023 |
Context
2016-08-11
| ||
19:12 | News item for 3.14.1 added. (check-in: 8d42b5de02 user: drh tags: trunk) | |
19:02 | Version 3.14.1 (check-in: 5d83625491 user: drh tags: trunk, release, version-3.14.1) | |
18:08 | Update the change log for version 3.14.1. (check-in: d986e123df user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
17 18 19 20 21 22 23 | proc chng {date desc {options {}}} { global nChng aChng xrefChng set aChng($nChng) [list $date $desc $options] set xrefChng($date) $nChng incr nChng } | | > > > | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | proc chng {date desc {options {}}} { global nChng aChng xrefChng set aChng($nChng) [list $date $desc $options] set xrefChng($date) $nChng incr nChng } chng {2016-08-11 (3.14.1)} { <li>A performance enhancement to the page-cache "truncate" operation reduces [COMMIT] time by dozens of milliseconds on systems with a large [PRAGMA cache_size|page cache]. <li>Fix to the --rbu option of [sqldiff]. <p><b>Hashes:</b> <li>SQLITE_SOURCE_ID: "2016-08-11 18:53:32 a12d8059770df4bca59e321c266410344242bf7b" <li>SHA1 for sqlite3.c: d545b24892278272ce4e40e0567d69c8babf12ea } {patchagainst 1} chng {2016-08-08 (3.14)} { <div style="width:280px;float:right;padding:10px;margin:0px 10px;"> <img src='ROOT/images/sqlitepie.jpg' width=280 height=250></img><br> <center>Celebrating the SQLite "<big>π</big> release" with a home-baked pie.</center> |
︙ | ︙ |