aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2020-09-24 20:42:18 +0000
committerGlen Barber <gjb@FreeBSD.org>2020-09-24 20:42:18 +0000
commita0ab5052f8c290e40c2fc6a41198cb8db5a384d7 (patch)
treefc328e02ae71e1017d57c5cd59ba3095a8b2f3a8
parent5d56e76b42f9531e8b43ebc63aebe790534dace7 (diff)
downloaddoc-a0ab5052f8c290e40c2fc6a41198cb8db5a384d7.tar.gz
doc-a0ab5052f8c290e40c2fc6a41198cb8db5a384d7.zip
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)
Notes
Notes: svn path=/head/; revision=54526
-rw-r--r--en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml41
1 files changed, 39 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml b/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml
index 8ef1a992ff..d199e45255 100644
--- a/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml
+++ b/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml
@@ -204,7 +204,32 @@
<sect2 xml:id="userland-programs">
<title>Userland Application Changes</title>
- <para>&nbsp;</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>&nbsp;</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>