Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add a News entry for 3.22.0. Set the release date for 3.22.0. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
95328e21fb9d711a71e03f4232fc5b95 |
User & Date: | drh 2018-01-22 17:24:45.697 |
Context
2018-01-22
| ||
17:51 | Fix typos in the swarmvtab document. (check-in: 67a942c86f user: drh tags: trunk) | |
17:24 | Add a News entry for 3.22.0. Set the release date for 3.22.0. (check-in: 95328e21fb user: drh tags: trunk) | |
2018-01-18
| ||
20:26 | Another simplification to the change log. (check-in: e040454680 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 | proc chng {date desc {options {}}} { global nChng aChng xrefChng set aChng($nChng) [list $date $desc $options] set xrefChng($date) $nChng incr nChng } chng {2018-01-22 (3.22.0)} { <li> The output of [sqlite3_trace_v2()] now shows each individual SQL statement run within a trigger. <li> Add the ability to read from [WAL mode] databases even if the application lacks write permission on the database and its containing directory, as long as the -shm and -wal files exist in that directory. <li> Added the [rtreecheck()] scalar SQL function to the [R-Tree extension]. <li> Added the [sqlite3_vtab_nochange()] and [sqlite3_value_nochange()] interfaces |
︙ | ︙ |
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-10-24} {Release 3.21.0} { The [version 3.21.0] release is a regularly scheduled maintenance release. There are lots of enhancements in this release. See the [version 3.21.0|change log] for details. } | > > > > > > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | 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 {2018-01-22} {Release 3.22.0} { The [version 3.22.0] release is a regularly scheduled maintenance release. There are many minor, though interesting, enhancements in this release. See the [version 3.22.0|change log] for details. } newsitem {2017-10-24} {Release 3.21.0} { The [version 3.21.0] release is a regularly scheduled maintenance release. There are lots of enhancements in this release. See the [version 3.21.0|change log] for details. } |
︙ | ︙ |