svn commit: r346167 - stable/11/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Tue Sep 3 14:07:34 UTC 2019


Author: gjb
Date: Fri Apr 12 19:05:47 2019
New Revision: 346167
URL: https://svnweb.freebsd.org/changeset/base/346167

Log:
  Release notes documentation:
  - r336040, jail(8) name support for cpuset(1), sockstat(1), ipfw(8),
             and ugidfw(8).
  - r336328, newfs_msdos(8) '-T' (timestamp) option added.
  - r337461, ipfw(8) new rule options added.
  - r338364, dd(1) status=progress support.
  - r338451, last(1) libxo(3) support.
  - r339160, diff(1) '-B' and '--ignore-blank-lines' support.
  - r341758, bhyve(8) support for NumLock, ScrollLock and keypad keys.
  - r342706, ktrdump(8) '-l' (live) support.
  - r343538, newfs(8) and tunefs(8) support for '_' in label names.
  - r343251, gzip(1) '-l' xz(1) support.
  - r344020, pfctl(8) reference to net.pf.request_maxcount if a table
             definition fails.
  - r344490, fdisk(8) support for sectors larger than 2048 bytes.
  - r344052, newfs(8) and tunefs(8) support for '-' in label names.
  - r345561, sh(1) '-o pipefail'.
  - r345878, patch(1) exit successfully if fed a 0-length patch.
  
  Remove a stray entry leftover from 11.2-RELEASE.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml	Fri Apr 12 19:05:46 2019	(r346166)
+++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml	Fri Apr 12 19:05:47 2019	(r346167)
@@ -174,7 +174,60 @@
     <sect2 xml:id="userland-programs">
       <title>Userland Application Changes</title>
 
-      <para> </para>
+      <para revision="336040">The &man.cpuset.1;, &man.sockstat.1;,
+	&man.ipfw.8;, and &man.ugidfw.8; utilities have been updated
+	to support &man.jail.8; names.</para>
+
+      <para revision="336328">The &man.newfs.msdos.8; utililty has
+	been updated to include a new flag, <literal>-T</literal>,
+	which is used to specify the timestamp for build
+	reproducibility.</para>
+
+      <para revision="338451">The &man.last.1; utility has been
+	updated to include &man.libxo.3; support.</para>
+
+      <para revision="338364">The &man.dd.1; utility has been updated
+	to add a new <literal>status</literal>operand,
+	<literal>progress</literal>, which reports the current status
+	on a single line every second.</para>
+
+      <para revision="339160">The &man.diff.1; utility has been
+	updated to implement <literal>-B</literal> and
+	<literal>--ignore-blank-lines</literal> support.</para>
+
+      <para revision="344490">The &man.fdisk.8; utility has been
+	updated to support sectors larger than 2048 bytes.</para>
+
+      <para revision="342706">The &man.ktrdump.8; utility has been
+	updated to include the <literal>-l</literal> flag which
+	enables "live" mode when specified.</para>
+
+      <para revision="343251">The &man.gzip.1; utility has been
+	updated to add <literal>-l</literal> support for &man.xz.1;
+	files.</para>
+
+      <para revision="343538" contrib="sponsor"
+	sponsor="&netflix;">The &man.newfs.8; and &man.tunefs.8;
+	utilities have been updated to allow underscores in label
+	names.</para>
+
+      <para revision="344020">The &man.pfctl.8; utility has been
+	updated to provide more clear output and reference the
+	<literal>net.pf.request_maxcount</literal> &man.sysctl.8;
+	if a defined table is too large.</para>
+
+      <para revision="344052">The &man.newfs.8; and &man.tunefs.8;
+	utilities have been updated to allow dashes in label
+	names.</para>
+
+      <para revision="345561">The &man.sh.1; utility has been updated
+	to add the <literal>pipefail</literal> option which allows
+	checking the exit status of all commands in a pipeline more
+	easily.</para>
+
+      <para revision="345878">The &man.patch.1; utility has been
+	updated to exit successfully if the input patch file is
+	zero-length.</para>
     </sect2>
 
     <sect2 xml:id="userland-contrib">
@@ -365,8 +418,10 @@
     <sect2 xml:id="hardware-virtualization">
       <title>Virtualization Support</title>
 
-      <para revision="321413">Support for &man.virtio.console.4; has
-	been added to &man.bhyve.4;.</para>
+      <para revision="341758" contrib="sponsor" sponsor="&ix;">Support
+	for <acronym>PS/2</acronym> scan codes for
+	<literal>NumLock</literal>, <literal>ScrollLock</literal>, and
+	numerical keypad keys has been added to &man.bhyve.8;.</para>
     </sect2>
 
     <sect2 xml:id="hardware-arm">
@@ -435,7 +490,10 @@
     <sect2 xml:id="network-general">
       <title>General Network Changes</title>
 
-      <para> </para>
+      <para revision="337461">The &man.ipfw.8; firewall has been
+	updated to include new rule options,
+	<literal>record-state</literal>, <literal>set-limit</literal>,
+	and <literal>defer-action</literal>.</para>
     </sect2>
 
     <sect2 xml:id="network-protocols">




More information about the svn-src-all mailing list