Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Change the date of release for 3.9.0. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
afadc19de4e53434dcd2d4e154277843 |
User & Date: | drh 2015-10-14 12:27:16.849 |
Context
2015-10-14
| ||
12:45 | Add sha1sum and SQLITE_SOURCE_ID values for 3.9.0 to changes.in. (check-in: 0b8a218c16 user: dan tags: trunk) | |
12:27 | Change the date of release for 3.9.0. (check-in: afadc19de4 user: drh tags: trunk) | |
2015-10-13
| ||
16:08 | Update fts5.in to note that FTS5 is now included in the amalgamation. And that it supports the table-valued function syntax. (check-in: d6de4c860f user: dan 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-14 (3.9.0)} { <p><b>Policy Changes:</b> <li>The [version numbering conventions] for SQLite are revised to use the emerging standard of [http://semver.org/|semantic versioning]. <p><b>New Features And Enhancements:</b> <li>Added [the json1 extension] module in the source tree, and in the [amalgamation]. Enable support using the [SQLITE_ENABLE_JSON1] compile-time option. <li>Added [FTS5|Full Text Search version 5 (FTS5)] to the [amalgamation], enabled |
︙ | ︙ |
Changes to pages/news.in.
︙ | ︙ | |||
15 16 17 18 19 20 21 | 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%\">" } | | | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 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] <li>The [FTS5] full-text search engine <li>Support for [indexes on expressions] |
︙ | ︙ |