Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add news about 3.9.1 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c5a13cc8f468fc2f7e6ec3620293eb91 |
User & Date: | drh 2015-10-16 17:28:48.818 |
Context
2015-10-16
| ||
17:34 | Tweak to the "news" for version 3.9.1. (check-in: 5955ab6984 user: drh tags: trunk) | |
17:28 | Add news about 3.9.1 (check-in: c5a13cc8f4 user: drh tags: trunk) | |
16:59 | Preliminary changes for the 3.9.1 patch release. (check-in: e2554ac473 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 {2015-10-16 (3.9.1)} { <li>Fix [the json1 extension] so that it does <u>not</u> recognize ASCII form-feed as a whitespace character, in order to comply with RFC-7159. Fix for ticket [https://www.sqlite.org/src/info/57eec374ae1d0a1d|57eec374ae1d0a1d] <li>Add a few #ifdef and build script changes to address compilation issues that appeared after the 3.9.0 release. } {patchagainst 1} |
︙ | ︙ |
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 {2015-10-14} {Release 3.9.0} { <p>SQLite version 3.9.0 is a regularly schedule maintenance release. Key changes include: <ul> <li>Begin using [http://semver.org/|semantic versioning]. <li>[json1|JSON SQL functions] | > > > > > > > > > > > > > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | 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 {2015-10-16} {Release 3.9.1} { <p>SQlite [version 3.9.1] is a [https://www.sqlite.org/src/vpatch?from=version-3.9.0&to=746fcd2f|small patch] to [version 3.9.0] that includes a few simple build script and #ifdef tweaks to make the code easier to compile on a wider variety of platform. There are no functional changes, except for a single [https://www.sqlite.org/src/info/57eec374ae1d0a1d4a|minor bug-fix] in [the json1 extension] so that it does <u>not</u> recognize form-feed (ASCII 0x0c) as a whitespace character, in conformance with [http://www.rfc-editor.org/rfc/rfc7159.txt|RFC7159]. } newsitem {2015-10-14} {Release 3.9.0} { <p>SQLite version 3.9.0 is a regularly schedule maintenance release. Key changes include: <ul> <li>Begin using [http://semver.org/|semantic versioning]. <li>[json1|JSON SQL functions] |
︙ | ︙ |