svn commit: r54526 - head/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes

Glen Barber gjb at FreeBSD.org
Thu Sep 24 20:42:19 UTC 2020


Author: gjb
Date: Thu Sep 24 20:42:18 2020
New Revision: 54526
URL: https://svnweb.freebsd.org/changeset/doc/54526

Log:
  Release notes documentation:
  
  - r363017: read(2) on directories disabled by default.
  - r355520: new dd(1) operands added.
  - r360278: OpenSSL 1.1.1g.
  - r360313: OpenSSH 7.9p1.
  
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml	Thu Sep 24 14:21:27 2020	(r54525)
+++ head/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml	Thu Sep 24 20:42:18 2020	(r54526)
@@ -204,7 +204,32 @@
     <sect2 xml:id="userland-programs">
       <title>Userland Application Changes</title>
 
-      <para> </para>
+      <para revision="355520">The &man.dd.1; utility has been updated
+	to include new operands:</para>
+
+      <itemizedlist>
+	<listitem>
+	  <para><literal>conv=fsync</literal></para>
+	</listitem>
+
+	<listitem>
+	  <para><literal>conf=fdatasync</literal></para>
+	</listitem>
+
+	<listitem>
+	  <para><literal>oflag=fsync</literal></para>
+	</listitem>
+
+	<listitem>
+	  <para><literal>oflag=sync</literal></para>
+	</listitem>
+
+	<listitem>
+	  <para><literal>iflag=fullblock</literal></para>
+	</listitem>
+      </itemizedlist>
+
+      <para>See &man.dd.1; for usage details.</para>
     </sect2>
 
     <sect2 xml:id="userland-contrib">
@@ -243,6 +268,13 @@
       <para revision="359635">The &man.xz.1; utility has been updated
 	to version 5.2.5.</para>
 
+      <para revision="360278"><application>OpenSSL</application> has
+	been updated to version 1.1.1g.</para>
+
+      <para revision="360313" contrib="sponsor"
+	sponsor="&ff;"><application>OpenSSH</application> has been
+	updated to version 7.9p1.</para>
+
       <para revision="360361">The timezone database files have been
 	updated to version 2020a.</para>
 
@@ -316,7 +348,12 @@
     <sect2 xml:id="kernel-general">
       <title>General Kernel Changes</title>
 
-      <para> </para>
+      <para revision="363017">The &man.read.2; system call has been
+	changed to disable <function>read()</function> calls on
+	directories by default.  A new &man.sysctl.8; has been added,
+	<literal>security.bsd.allow_read_dir</literal>, which when set
+	to <literal>1</literal> will restore the previous
+	behavior.</para>
     </sect2>
   </sect1>
 


More information about the svn-doc-all mailing list