Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add a news item for 3.27.1. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c563fbbd64b3eb1c09b92f518b1a153a |
User & Date: | drh 2019-02-08 13:41:40.886 |
Context
2019-02-08
| ||
13:54 | Improved text for the 3.27.1 news article. (check-in: b5727d3e83 user: drh tags: trunk) | |
13:41 | Add a news item for 3.27.1. (check-in: c563fbbd64 user: drh tags: trunk) | |
13:22 | Version 3.27.1 (check-in: 65b2939d78 user: drh tags: trunk, release, version-3.27.1) | |
Changes
Changes to pages/news.in.
︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {<a href="releaselog/\2_\3_\4.html">\0</a>} title } hd_puts "<h3>$date - $title</h3>" regsub -all "\n( *\n)+" $text "</p>\n\n<p>" txt hd_resolve "<blockquote>$txt</blockquote>" hd_puts "<hr width=\"50%\">" } newsitem {2019-02-07} {Release 3.27.0} { SQLite [version 3.27.0] is a routine maintenance release with various performance and feature enhancements. See the [version 3.27.0|release notes] for details. } | > > > > > > > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | {<a href="releaselog/\2_\3_\4.html">\0</a>} title } hd_puts "<h3>$date - $title</h3>" regsub -all "\n( *\n)+" $text "</p>\n\n<p>" txt hd_resolve "<blockquote>$txt</blockquote>" hd_puts "<hr width=\"50%\">" } newsitem {2019-02-08} {Release 3.27.1} { After release 3.27.0 was tagged, but before the build could be completed and uploaded, a long standing bug in the query optimizer was reported via System.Data.SQLite. The 3.27.1 release is merely the 3.27.0 release with that one bug fix. } newsitem {2019-02-07} {Release 3.27.0} { SQLite [version 3.27.0] is a routine maintenance release with various performance and feature enhancements. See the [version 3.27.0|release notes] for details. } |
︙ | ︙ |