From f70acd33fb04e2f1cc60ba077ad9f906d2e76b7a Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 12 Apr 2019 19:05:47 +0000 Subject: [PATCH] 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 --- .../doc/en_US.ISO8859-1/relnotes/article.xml | 66 +++++++++++++++++-- 1 file changed, 62 insertions(+), 4 deletions(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index c7ff21142bf..431fb988d46 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -174,7 +174,60 @@ Userland Application Changes -   + The &man.cpuset.1;, &man.sockstat.1;, + &man.ipfw.8;, and &man.ugidfw.8; utilities have been updated + to support &man.jail.8; names. + + The &man.newfs.msdos.8; utililty has + been updated to include a new flag, -T, + which is used to specify the timestamp for build + reproducibility. + + The &man.last.1; utility has been + updated to include &man.libxo.3; support. + + The &man.dd.1; utility has been updated + to add a new statusoperand, + progress, which reports the current status + on a single line every second. + + The &man.diff.1; utility has been + updated to implement -B and + --ignore-blank-lines support. + + The &man.fdisk.8; utility has been + updated to support sectors larger than 2048 bytes. + + The &man.ktrdump.8; utility has been + updated to include the -l flag which + enables "live" mode when specified. + + The &man.gzip.1; utility has been + updated to add -l support for &man.xz.1; + files. + + The &man.newfs.8; and &man.tunefs.8; + utilities have been updated to allow underscores in label + names. + + The &man.pfctl.8; utility has been + updated to provide more clear output and reference the + net.pf.request_maxcount &man.sysctl.8; + if a defined table is too large. + + The &man.newfs.8; and &man.tunefs.8; + utilities have been updated to allow dashes in label + names. + + The &man.sh.1; utility has been updated + to add the pipefail option which allows + checking the exit status of all commands in a pipeline more + easily. + + The &man.patch.1; utility has been + updated to exit successfully if the input patch file is + zero-length. @@ -365,8 +418,10 @@ Virtualization Support - Support for &man.virtio.console.4; has - been added to &man.bhyve.4;. + Support + for PS/2 scan codes for + NumLock, ScrollLock, and + numerical keypad keys has been added to &man.bhyve.8;. @@ -435,7 +490,10 @@ General Network Changes -   + The &man.ipfw.8; firewall has been + updated to include new rule options, + record-state, set-limit, + and defer-action. -- 2.45.0