summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8b85cb1b5efc..8255385ceebc 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20230227:
+ AFFECTS: users of databases/sqlite3
+ AUTHOR: fuz@FreeBSD.org
+
+ Option DQS is now disabled by default. This option controls the "double
+ quoted string literals are accepted" quirk, permitting the use of double
+ quotes around string literals if enabled. Users who rely on this quirk
+ need to manually build databases/sqlite3 with the DQS option enabled.
+
+ See also: https://sqlite.org/quirks.html#dblquote
+
+20230227:
AFFECTS: users of mail/py-spf-engine
AUTHOR: yasu@FreeBSD.org