svn commit: r53303 - head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes
Glen Barber
gjb at FreeBSD.org
Fri Aug 9 20:24:01 UTC 2019
Author: gjb
Date: Fri Aug 9 20:24:01 2019
New Revision: 53303
URL: https://svnweb.freebsd.org/changeset/doc/53303
Log:
Release notes documentation:
- r346331: libomp addition.
- r347110: net.inet.tcp.rexmit_initial sysctl addition.
- r349930: swapon(8) support to trim swap devices.
- r343735: pci_vendors version 2019.02.29.
- r350297: lld enabled as system linker on i386.
While here, move an entry mis-sorted by revision number.
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/relnotes.xml
Modified: head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/relnotes.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/relnotes.xml Wed Aug 7 23:43:10 2019 (r53302)
+++ head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/relnotes.xml Fri Aug 9 20:24:01 2019 (r53303)
@@ -469,11 +469,6 @@
updated to include the <literal>-l</literal> flag which
enables "live" mode when specified.</para>
- <para revision="347752" contrib="sponsor"
- sponsor="&mellanox;">The &man.mlx5tool.8; utility has been
- updated to implement firmware update capability for
- ConnectX-4®, ConnectX-5®, and ConnectX-6®.</para>
-
<para revision="343250">The &man.gzip.1; utility has been
updated to add <literal>-l</literal> support for &man.xz.1;
files.</para>
@@ -487,8 +482,19 @@
when set, changes the exit status of a pipeline to the last
non-zero exit status of any command in the pipeline.</para>
+ <para revision="347752" contrib="sponsor"
+ sponsor="&mellanox;">The &man.mlx5tool.8; utility has been
+ updated to implement firmware update capability for
+ ConnectX-4®, ConnectX-5®, and ConnectX-6®.</para>
+
<para revision="348426">The &man.posixshmcontrol.1; utility has
been added.</para>
+
+ <para revision="349930">The &man.swapon.8; utility has been
+ updated to invoke <function>BIO_DELETE</function> to trim
+ swap devices if either the <literal>-E</literal> flag is used
+ on the command line, or if the <literal>trimonce</literal>
+ option is included in &man.fstab.5;.</para>
</sect2>
<sect2 xml:id="userland-contrib">
@@ -534,6 +540,10 @@
<application>libc++</application> have been updated to version
8.0.1.</para>
+ <para revision="350297" contrib="sponsor" sponsor="&ff;">The
+ <application>lld</application> linker has been enabled by
+ default for &arch.i386;.</para>
+
<para revision="350634">The
<application>bzip2recover</application> utility has been
added.</para>
@@ -566,7 +576,8 @@
<sect2 xml:id="userland-libraries">
<title>Runtime Libraries and API</title>
- <para> </para>
+ <para revision="346331">The <literal>libomp</literal> library
+ has been added.</para>
</sect2>
<sect2 xml:id="userland-abi">
@@ -583,6 +594,13 @@
tuning, and system control parameters that are not otherwise
categorized.</para>
+ <sect2 xml:id="kernel-general">
+ <title>General Kernel Changes</title>
+
+ <para revision="343735">The <filename>pci_vendors</filename>
+ list has been updated to version 2019.01.29.</para>
+ </sect2>
+
<sect2 xml:id="kernel-bugfix">
<title>Kernel Bug Fixes</title>
@@ -712,6 +730,13 @@
sponsor="&yandex;">Support for <acronym>NAT64</acronym>
<acronym>CLAT</acronym> has been added, as defined in
<acronym>RFC</acronym>6877.</para>
+
+ <para revision="347110" contrib="sponsor"
+ sponsor="&netflix;">The
+ <literal>net.inet.tcp.rexmit_initial</literal> &man.sysctl.8;
+ has been added, used for setting
+ <literal>RTO.Initial</literal>, used by
+ <acronym>TCP</acronym>.</para>
<para revision="348233">Support for
<acronym>GRE</acronym>-in-<acronym>UDP</acronym> encapsulation
More information about the svn-doc-head
mailing list