svn commit: r53300 - in head/en_US.ISO8859-1/htdocs/releases/12.1R: relnotes share/xml

Glen Barber <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: gjb
Date: Wed Aug  7 20:16:50 2019
New Revision: 53300
URL: https://svnweb.freebsd.org/changeset/doc/53300

Log:
  Release notes documentation:
  - r340444: ctm(1) deprecation.
  - r342705: ktrdump(8) '-l' flag addition.
  - r343281: bearssl import.
  - r343940: timed(8) deprecation.
  - r344667: ipfw(8) fix showing headers outside of 'all'.
  - r344688: trim(1) addition.
  - r344884: ntpd(8) version 4.2.8p13.
  - r345487: sh(1) '-o pipefail' addition.
  - r345569: lockf(1) return EX_UNAVAILABLE when no lock file with '-n'.
  - r346980: WPA version 2.7.
  - r346986: tcpdump(8) '-E' flag disables capsicum(4).
  - r346987: bsnmpd(1) IPv6 transport support.
  - r347384: camcontrol(8) ATA power mode support.
  - r347752: mlx5tool(8) userspace firmware update support.
  - r348233: GRE-in-UDP encapsulation support (RFC 8086).
  - r348341: OpenSSL version 1.1.1c.
  - r349013: mandoc(1) version 1.14.5.
  - r349523: libarchive(3) version 3.4.0.
  - r349597: tzdata 2019b.
  - r349717: bzip2(1) version 1.0.7.
  - r350256: clang (and friends) updated to 8.0.1.
  - r350634: bzip2recover addition.
  
  While here:
  - Add Mellanox to the sponsors.ent file.
  - Fix the sponsors.ent entry for Netgate.
  
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/relnotes.xml
  head/en_US.ISO8859-1/htdocs/releases/12.1R/share/xml/sponsor.ent

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 15:15:48 2019	(r53299)
+++ head/en_US.ISO8859-1/htdocs/releases/12.1R/relnotes/relnotes.xml	Wed Aug  7 20:16:50 2019	(r53300)
@@ -162,15 +162,96 @@
     <sect2 xml:id="userland-programs">
       <title>Userland Application Changes</title>
 
-      <para>&nbsp;</para>
+      <para revision="345569">The &man.lockf.1; utility has been
+	updated to return <literal>EX_UNAVAILABLE</literal> if the
+	<literal>-n</literal> flag is used and the lock file does not
+	exist.</para>
+
+      <para revision="342705">The &man.ktrdump.8; utility has been
+	updated to include the <literal>-l</literal> flag which
+	enables &quot;live&quot; 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&reg;, ConnectX-5&reg;, and ConnectX-6&reg;.</para>
+
+      <para revision="343250">The &man.gzip.1; utility has been
+	updated to add <literal>-l</literal> support for &man.xz.1;
+	files.</para>
+
+      <para revision="344688">The &man.trim.8; utility has been added,
+	which deletes content for blocks on flash-based storage
+	devices that use wear-leveling algorithms.</para>
+
+      <para revision="345487">The &man.sh.1; utility has been updated
+	to include a new <literal>pipefail</literal> option, which
+	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="348426">The &man.posixshmcontrol.1; utility has
+	been added.</para>
     </sect2>
 
     <sect2 xml:id="userland-contrib">
       <title>Contributed Software</title>
 
-      <para>&nbsp;</para>
+      <para revision="343281"><application>BearSSL</application> has
+	been imported to the base system.</para>
+
+      <para revision="344884">The &man.ntpd.8; suite of utilities have
+	been updated to version 4.2.8p13.</para>
+
+      <para revision="346980">The <acronym>WPA</acronym> utilities
+	have been updated to version 2.7.</para>
+
+      <para revision="346986">The &man.tcpdump.1; utility has been
+	updated to disable &man.capsicum.4; support when the
+	<literal>-E</literal> flag is used.</para>
+
+      <para revision="346987">The &man.bsnmpd.1; utility has been
+	updated to include<acronym>IPv6</acronym> transport
+	support.</para>
+
+      <para revision="348341"><application>OpenSSL</application> has
+	been updated to version 1.1.1c.</para>
+
+      <para revision="349013">The &man.mandoc.1; utility has been
+	updated to version 1.14.5.</para>
+
+      <para revision="349523">The &man.libarchive.3; library has
+	been updated to version 3.4.0.</para>
+
+      <para revision="349597">The timezone database files have been
+	updated to version 2019b.</para>
+
+      <para revision="349717">The &man.bzip2.1; utility has been
+	updated to version 1.0.7.</para>
+
+      <para revision="350256">The <application>clang</application>,
+	<application>llvm</application>,
+	<application>lld</application>,
+	<application>lldb</application>,
+	<application>compiler-rt</application> utilities and
+	<application>libc++</application> have been updated to version
+	8.0.1.</para>
+
+      <para revision="350634">The
+	<application>bzip2recover</application> utility has been
+	added.</para>
     </sect2>
 
+    <sect2 xml:id="userland-deprecated-programs">
+      <title>Deprecated Applications</title>
+
+      <para revision="340444">The &man.ctm.1; utility has been marked
+	as deprecated, and has been removed in &os;&nbsp;13.0.</para>
+
+      <para revision="343940">The &man.timed.8; utility has been
+	marked as deprecated, and has been removed in
+	&os;&nbsp;13.0.</para>
+    </sect2>
+
     <sect2 xml:id="userland-installer">
       <title>Installation and Configuration Tools</title>
 
@@ -284,7 +365,10 @@
     <sect2 xml:id="storage-general">
       <title>General Storage</title>
 
-      <para>&nbsp;</para>
+      <para revision="347384" contrib="sponsor"
+	sponsor="&multiplay;">The &man.camcontrol.8; utility has been
+	updated to add <acronym>ATA</acronym> power mode
+	support.</para>
     </sect2>
 
     <sect2 xml:id="storage-net">
@@ -322,7 +406,19 @@
     <sect2 xml:id="network-general">
       <title>General Network</title>
 
-      <para>&nbsp;</para>
+      <para revision="344667">The &man.ipfw.8; utility has been
+	updated to fix showing headers outside of &quot;all&quot;
+	when executing <literal>ipfw table list</literal>.</para>
+
+      <para revision="346200" contrib="sponsor"
+	sponsor="&yandex;">Support for <acronym>NAT64</acronym>
+	<acronym>CLAT</acronym> has been added, as defined in
+	<acronym>RFC</acronym>6877.</para>
+
+      <para revision="348233">Support for
+	<acronym>GRE</acronym>-in-<acronym>UDP</acronym> encapsulation
+	has been added, as defined in
+	<acronym>RFC</acronym>8086.</para>
     </sect2>
 
     <sect2 xml:id="network-protocols">

Modified: head/en_US.ISO8859-1/htdocs/releases/12.1R/share/xml/sponsor.ent
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.1R/share/xml/sponsor.ent	Wed Aug  7 15:15:48 2019	(r53299)
+++ head/en_US.ISO8859-1/htdocs/releases/12.1R/share/xml/sponsor.ent	Wed Aug  7 20:16:50 2019	(r53300)
@@ -45,13 +45,14 @@
 <!ENTITY limelight	"Limelight Networks">
 <!ENTITY lsi		"LSI">
 
+<!ENTITY mellanox	"Mellanox Technologies">
 <!ENTITY microchip	"Microchip Technology, Inc.">
 <!ENTITY mitail		"MIT Computer Science &amp; Artificial Intelligence Laboratory">
 <!ENTITY msostc		"Microsoft Open Source Technology Center">
 <!ENTITY multiplay	"Multiplay">
 
 <!ENTITY netflix	"Netflix">
-<!ENTITY netgate	"Netgate">
+<!ENTITY netgate	"Rubicon Communications, LLC (Netgate)">
 <!ENTITY nginx		"Nginx, Inc.">
 <!ENTITY norse		"Norse Corporation">
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.