summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-06-06 18:04:36 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-06-06 18:04:36 +0100
commitb8514d1960e259d49ab2c84c89eba52ab993da3f (patch)
tree518d70cf6119717cd896e40b5aa88a919fca7751 /doc/doc-txt
parent4a7dca52352d0976f200b89a50825433b7551554 (diff)
Sqlite: new-style option to specify db file
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/NewStuff4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 5769a9733..ecb9814f4 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -29,6 +29,10 @@ Version 4.95
7. Quota checking during reception (i.e. at SMTP time) for appendfile-
transport-managed quotas.
+ 8. Sqlite lookups accept a "file=<path>" option to specify a per-operation
+ db file, replacing the previous prefix to the SQL string (which had
+ issues when the SQL used tainted values).
+
Version 4.94
------------