svn commit: r361902 - head

Kyle Evans kevans at FreeBSD.org
Mon Jun 8 02:42:42 UTC 2020


Author: kevans
Date: Mon Jun  8 02:42:41 2020
New Revision: 361902
URL: https://svnweb.freebsd.org/changeset/base/361902

Log:
  RELNOTES: Post-portem note about sed(1) \x support
  
  Requested by:	Oliver Pinter

Modified:
  head/RELNOTES

Modified: head/RELNOTES
==============================================================================
--- head/RELNOTES	Mon Jun  8 02:28:00 2020	(r361901)
+++ head/RELNOTES	Mon Jun  8 02:42:41 2020	(r361902)
@@ -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


More information about the svn-src-all mailing list