aboutsummaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-06-08 02:42:41 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-06-08 02:42:41 +0000
commit0e89af3b887272b8837a7eb3b818a0031b257bd8 (patch)
tree3c43729fa4907d9250e1074663cf149e4ecbefe5 /RELNOTES
parente48f804f8cf0395888df3c23de7a608835962ab4 (diff)
downloadsrc-0e89af3b887272b8837a7eb3b818a0031b257bd8.tar.gz
src-0e89af3b887272b8837a7eb3b818a0031b257bd8.zip
RELNOTES: Post-portem note about sed(1) \x support
Requested by: Oliver Pinter
Notes
Notes: svn path=/head/; revision=361902
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 8764c7bb53fe..0df5de41a316 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,11 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+r361884:
+ sed(1) has learned about hex escapes (e.g. \x27) and will now do the
+ right thing with them, removing the need for printf magic or obnoxious
+ escaping in many scenarios.
+
r361238, r361798, r361799:
ZFS will now unconditionally reject read(2) of a directory with EISDIR.
Additionally, read(2) of a directory is now rejected with EISDIR by