Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add change log, news, and chronology entries for the 3.18.2 backpatch release. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d7d183be5bdf3d1b3591cdc2615a7f92 |
User & Date: | drh 2017-06-17 10:14:51.789 |
Context
2017-06-17
| ||
13:51 | Add a reference to the Jim Gray paper to the faster-than-filesystem article. (check-in: b37cb6bc60 user: drh tags: trunk) | |
10:14 | Add change log, news, and chronology entries for the 3.18.2 backpatch release. (check-in: d7d183be5b user: drh tags: trunk) | |
00:32 | Add a missing bug fix to the 3.19.0 change log. (check-in: 29f6671c4f user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | set nChng 0 proc chng {date desc {options {}}} { global nChng aChng xrefChng set aChng($nChng) [list $date $desc $options] set xrefChng($date) $nChng incr nChng } chng {2017-06-16 (3.18.1)} { <li>Fix a bug associated with [auto_vacuum] that can lead to database corruption. The bug was introduced in [version 3.16.0] ([dateof:3.16.0]). Ticket [https://sqlite.org/src/info/fda22108|fda22108]. <p><b>Hashes:</b> <li>SQLITE_SOURCE_ID: "2017-06-16 13:41:15 77bb46233db03a3338bacf7e56f439be3dfd1926ea0c44d252eeafa7a7b31c06" | > > > > > > > > > | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | set nChng 0 proc chng {date desc {options {}}} { global nChng aChng xrefChng set aChng($nChng) [list $date $desc $options] set xrefChng($date) $nChng incr nChng } chng {2017-06-17 (3.18.2)} { <li>Fix a bug that might cause duplicate output rows when an IN operator is used in the WHERE clause. Ticket [https://sqlite.org/src/info/61fe9745|61fe9745]. <p><b>Hashes:</b> <li>SQLITE_SOURCE_ID: "2017-06-17 09:59:36 036ebf729e4b21035d7f4f8e35a6f705e6bf99887889e2dc14ebf2242e7930dd" <li>SHA3-256 for sqlite3.c: b0bd014f2776b9f9508a3fc6432f70e2436bf54475369f88f0aeef75b0eec93e } {patchagainst 1} chng {2017-06-16 (3.18.1)} { <li>Fix a bug associated with [auto_vacuum] that can lead to database corruption. The bug was introduced in [version 3.16.0] ([dateof:3.16.0]). Ticket [https://sqlite.org/src/info/fda22108|fda22108]. <p><b>Hashes:</b> <li>SQLITE_SOURCE_ID: "2017-06-16 13:41:15 77bb46233db03a3338bacf7e56f439be3dfd1926ea0c44d252eeafa7a7b31c06" |
︙ | ︙ |
Changes to pages/chronology.in.
︙ | ︙ | |||
24 25 26 27 28 29 30 31 32 33 34 35 36 37 | # ORDER BY mtime DESC; # # A small amount of manual editing and de-duplication followed. # # Manually edit the list for each subsequent release. # foreach line [split { 77bb46233d|2017-06-16|version 3.18.1 0ee482a1e0|2017-06-08|version 3.19.3 edb4e819b0|2017-05-25|version 3.19.2 f6d7b988f4|2017-05-24|version 3.19.1 28a94eb282|2017-05-22|version 3.19.0 424a0d3803|2017-03-28|version 3.18.0 ada05cfa86|2017-02-13|version 3.17.0 | > | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | # ORDER BY mtime DESC; # # A small amount of manual editing and de-duplication followed. # # Manually edit the list for each subsequent release. # foreach line [split { 036ebf729e|2017-06-17|version 3.18.2 77bb46233d|2017-06-16|version 3.18.1 0ee482a1e0|2017-06-08|version 3.19.3 edb4e819b0|2017-05-25|version 3.19.2 f6d7b988f4|2017-05-24|version 3.19.1 28a94eb282|2017-05-22|version 3.19.0 424a0d3803|2017-03-28|version 3.18.0 ada05cfa86|2017-02-13|version 3.17.0 |
︙ | ︙ |
Changes to pages/news.in.
︙ | ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | hd_puts "<h3>$date - $title</h3>" regsub -all "\n( *\n)+" $text "</p>\n\n<p>" txt regsub -all {[Tt]icket #(\d+)} $txt \ {<a href="http://www.sqlite.org/cvstrac/tktview?tn=\1">\0</a>} txt hd_resolve "<blockquote>$txt</blockquote>" hd_puts "<hr width=\"50%\">" } newsitem {2017-06-16} {Release 3.18.1} { SQLite [version 3.18.1] is a bug-fix release against [version 3.18.0] that fixes the [auto_vacuum] corruption bug described in ticket [https://sqlite.org/src/info/fda22108|fda22108]. This release was created for users who need that bug fix but do not yet want to upgrade to [version 3.19.3]. | > > > > > > > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | hd_puts "<h3>$date - $title</h3>" regsub -all "\n( *\n)+" $text "</p>\n\n<p>" txt regsub -all {[Tt]icket #(\d+)} $txt \ {<a href="http://www.sqlite.org/cvstrac/tktview?tn=\1">\0</a>} txt hd_resolve "<blockquote>$txt</blockquote>" hd_puts "<hr width=\"50%\">" } newsitem {2017-06-17} {Release 3.18.2} { SQLite [version 3.18.2] is another backport of a bug fix found in SQLite [version 3.19.0], specifically the fix for ticket [https://sqlite.org/src/info/61fe9745|61fe9745]. Changes against [version 3.18.0] are minimal. } newsitem {2017-06-16} {Release 3.18.1} { SQLite [version 3.18.1] is a bug-fix release against [version 3.18.0] that fixes the [auto_vacuum] corruption bug described in ticket [https://sqlite.org/src/info/fda22108|fda22108]. This release was created for users who need that bug fix but do not yet want to upgrade to [version 3.19.3]. |
︙ | ︙ |