Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2020 02:42:42 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r361902 - head
Message-ID:  <202006080242.0582ggac083031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006080242.0582ggac083031>