Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Improved text for the 3.27.1 news article. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b5727d3e83f8ce1b77c46fb9d0865445 |
User & Date: | drh 2019-02-08 13:54:08.910 |
Context
2019-02-08
| ||
16:06 | The change of removing deprecated PRAGMAs with SQLITE_OMIT_DEPRECATED was backed out, so remove it from the change log. (check-in: 0ed8a559a1 user: drh tags: trunk) | |
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) | |
Changes
Changes to pages/news.in.
︙ | ︙ | |||
15 16 17 18 19 20 21 | 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 | | > | > > > | > > > > | 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 | 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 [https://www.sqlite.org/src/info/4e8e4857d32d401f|long-standing bug] in the query optimizer was reported via System.Data.SQLite. Since people will be upgrading anyhow, we decided publish the fix for this newly discovered problems right away. Hence, 3.27.1 was released less than 24 hours after 3.27.0. <p> It would have been better if the query optimizer bug had come to our attention one day earlier, so that we could have incorporated a fix into 3.27.0, but sometimes that's the way things go. } 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. } |
︙ | ︙ |