Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Version 3.32.3 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | release | version-3.32.3 | branch-3.32 |
Files: | files | file ages | folders |
SHA3-256: |
ee6ff4d4d4940affddc5c40bee31811b |
User & Date: | drh 2020-06-18 14:05:25.665 |
Context
2020-06-18
| ||
14:54 | Add a link to a the graph of 3.32 changes on the 3.32.3 news item. (check-in: ff42d8f2f7 user: drh tags: branch-3.32) | |
14:05 | Version 3.32.3 (check-in: ee6ff4d4d4 user: drh tags: release, version-3.32.3, branch-3.32) | |
13:32 | Draft changes for the 3.32.3 release. (check-in: 4cd53a483c user: drh tags: branch-3.32) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
20 21 22 23 24 25 26 | set xrefChng($date) $nChng if {[regexp {\(([0-9.]+)\)} $date all vers]} { set xrefChng($vers) $nChng } incr nChng } | | | | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | set xrefChng($date) $nChng if {[regexp {\(([0-9.]+)\)} $date all vers]} { set xrefChng($vers) $nChng } incr nChng } chng {2020-06-18 (3.32.3)} { <li> Various minor bug fixes including fixes for tickets [https://www.sqlite.org/src/info/8f157e8010b22af0|8f157e8010b22af0], [https://www.sqlite.org/src/info/9fb26d37cefaba40|9fb26d37cefaba40], [https://www.sqlite.org/src/info/e367f31901ea8700|e367f31901ea8700], [https://www.sqlite.org/src/info/b706351ce2ecf59a|b706351ce2ecf59a], [https://www.sqlite.org/src/info/7c6d876f84e6e7e2|7c6d876f84e6e7e2], and [https://www.sqlite.org/src/info/c8d3b9f0a750a529|c8d3b9f0a750a529]. <p><b>Hashes:</b> <li>SQLITE_SOURCE_ID: 2020-06-18 14:00:33 7ebdfa80be8e8e73324b8d66b3460222eb74c7e9dfd655b48d6ca7e1933cc8fd <li>SHA3-256 for sqlite3.c: b62b77ee1c561a69a71bb557694aaa5141f1714c1ff6cc1ba8aa8733c92d4f52 } {patchagainst 3.32.0 patchagainst 3.32.1 patchagainst 3.32.2} chng {2020-06-04 (3.32.2)} { <li> Fix a long-standing bug in the byte-code engine that can cause a [COMMIT] command report as success when in fact it failed to commit. Ticket [https://www.sqlite.org/src/info/810dc8038872e212|810dc8038872e212] |
︙ | ︙ |
Changes to pages/chronology.in.
︙ | ︙ | |||
27 28 29 30 31 32 33 | # ORDER BY mtime DESC; # # A small amount of manual editing and de-duplication followed. # # Manually edit the list for each subsequent release. # foreach line [split { | | | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | # ORDER BY mtime DESC; # # A small amount of manual editing and de-duplication followed. # # Manually edit the list for each subsequent release. # foreach line [split { 7ebdfa80be|2020-06-18|Version 3.32.3 ec02243ea6|2020-06-04|Version 3.32.2 0c1fcf4711|2020-05-25|Version 3.32.1 5998789c9c|2020-05-22|Version 3.32.0 3bfa9cc97d|2020-01-27|Version 3.31.1 f6affdd416|2020-01-22|Version 3.31.0 18db032d05|2019-10-10|Version 3.30.1 c20a353364|2019-10-04|Version 3.30.0 |
︙ | ︙ |
Changes to pages/news.in.
︙ | ︙ | |||
13 14 15 16 17 18 19 | } 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%\">" } | | | 13 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 hd_resolve "<blockquote>$txt</blockquote>" hd_puts "<hr width=\"50%\">" } newsitem {2020-06-18} {Release 3.32.3} { The 3.32.3 release is a patch release that contains fixes for various issues discovered by fuzzers. None of the issues fixed are likely to be encountered by applications that use SQLite in ordinary ways, though upgrading never hurts. } newsitem {2020-06-04} {Release 3.32.2} { |
︙ | ︙ |