Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Create a News article about the 3.24.0 release. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6cb0e35932f1eda53f4c6a04687f7086 |
User & Date: | drh 2018-05-31 16:43:00.387 |
Context
2018-05-31
| ||
17:37 | Miscellaneous typo fixes and minor enhancements. (check-in: 1a236e279d user: drh tags: trunk) | |
16:43 | Create a News article about the 3.24.0 release. (check-in: 6cb0e35932 user: drh tags: trunk) | |
13:17 | Add a size graph with units of mibibytes. (check-in: d6256c1615 user: drh tags: trunk) | |
Changes
Changes to pages/footprint.in.
1 2 3 4 | <title>SQLite Library Footprint</title> <tcl>hd_keywords footprint {library size} {relfootprint}</tcl> | | | 1 2 3 4 5 6 7 8 9 10 11 12 | <title>SQLite Library Footprint</title> <tcl>hd_keywords footprint {library size} {relfootprint}</tcl> <h1 align="center">Size Of The SQLite Library</h1> <p> The code space used by the SQLite library depends on the target platform, the compiler, and optimization settings. These variables also affect performance. </p> |
︙ | ︙ |
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 {2018-04-10} {Release 3.23.1} { The [version 3.23.1] release fixes a bug in the new [LEFT JOIN strength reduction optimization] added to version 3.23.0. A few other minor and obscure fixes were also inserted, as well as a small performance optimization. Code changes relative to version 3.23.0 are minimal. | > > > > > > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | 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 {2018-06-01} {Release 3.24.0} { SQLite [version 3.24.0] is a regularly scheduled maintenance release. Highlights of this release include support for PostgreSQL-style UPSERT and improved performance, especially for ORDER BY LIMIT queries. } newsitem {2018-04-10} {Release 3.23.1} { The [version 3.23.1] release fixes a bug in the new [LEFT JOIN strength reduction optimization] added to version 3.23.0. A few other minor and obscure fixes were also inserted, as well as a small performance optimization. Code changes relative to version 3.23.0 are minimal. |
︙ | ︙ |