Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add a news item for the 3.27.2 release. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f52168899f5e11dd6e007d7c5bc6277e |
User & Date: | drh 2019-02-25 16:46:51.843 |
Context
2019-02-27
| ||
13:08 | In althttpd.c, add a newline after error message replies. (check-in: 12f6c3b314 user: drh tags: trunk) | |
2019-02-25
| ||
16:46 | Add a news item for the 3.27.2 release. (check-in: f52168899f user: drh tags: trunk) | |
16:10 | Version 3.27.2 (check-in: 4604e54aca user: drh tags: trunk, release, version-3.27.2) | |
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-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 | > > > > > > > > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | {<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-25} {Release 3.27.2} { Version 3.27.2 is a patch release that fixes a two bugs and various documentation errors found in the version 3.27.1. The changes from version 3.27.1 and 3.27.0 are minimal. } 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 |
︙ | ︙ |