summaryrefslogtreecommitdiff
path: root/docs/releases/2.0.10.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the ↵Tom Hacohen2019-01-031-2/+13
| | | | | default 404 page. Co-Authored-By: Tim Graham <timograham@gmail.com>
* Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ↵Simon Charette2018-12-151-0/+3
| | | | | | | | | | | | | are enabled. Prior to this change foreign key constraint references could be left pointing at tables dropped during operations simulating unsupported table alterations because of an unexpected failure to disable foreign key constraint checks. SQLite3 does not allow disabling such checks while in a transaction so they must be disabled beforehand. Thanks ezaquarii for the report and Carlton and Tim for the review.
* Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.Simon Charette2018-12-071-0/+4
| | | | | | | | | | | | SQLite 3.26 repoints foreign key constraints on table renames even when foreign_keys pragma is off which breaks every operation that requires a table rebuild to simulate unsupported ALTER TABLE statements. The newly introduced legacy_alter_table pragma disables this behavior and restores the previous schema editor assumptions. Thanks Florian Apolloner, Christoph Trassl, Chris Lamb for the report and troubleshooting assistance.
* Fixed #29959 -- Cached GEOS version in WKBWriter class.Claude Paroz2018-11-161-1/+3
| | | | Regression in f185d929fa1c0caad8c03fccde899b647d7248c6.
* Removed release date for 2.0.10 and 1.11.17.Tim Graham2018-11-161-2/+2
|
* Added stub release notes for 2.0.10 release.Carlton Gibson2018-10-011-0/+12