summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-04-30 12:18:00 -0400
committerTomas Mraz <tomas@openssl.org>2021-05-05 13:11:35 +0200
commitf7050588bc76901e0a147c158e64ac3140dc8bfd (patch)
tree76a0453a8781c5e9ed61553d9086fa0ead7a4bca /CHANGES.md
parent3fb985fd04611082bbfc3622a078e8c5e5edb378 (diff)
Add .includedir pragma
Also add a negative test, and fix typo's. Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15090)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 1d2bfd5d63..7b6c7c5ffb 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -23,8 +23,8 @@ OpenSSL 3.0
### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
- * Add ".pragma abspath:true" to prevent relative file inclusion in
- config files.
+ * Add "abspath" and "includedir" pragma's to config files, to prevent,
+ or modify relative pathname inclusion.
* Rich Salz *