Date: Sat, 13 Feb 2021 19:41:34 GMT From: Daniel Ebdrup Jensen <debdrup@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: ba631cb51b - main - relnotes/13.0R: Add more release notes Message-ID: <202102131941.11DJfYqA032791@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by debdrup: URL: https://cgit.FreeBSD.org/doc/commit/?id=ba631cb51b5ff3921518858b43039e4d6af64d3a commit ba631cb51b5ff3921518858b43039e4d6af64d3a Author: Daniel Ebdrup Jensen <debdrup@FreeBSD.org> AuthorDate: 2021-02-13 18:41:13 +0000 Commit: Daniel Ebdrup Jensen <debdrup@FreeBSD.org> CommitDate: 2021-02-13 19:41:21 +0000 relnotes/13.0R: Add more release notes --- website/content/en/releases/13.0R/relnotes.adoc | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc index 8ab89c9f85..3472a95497 100644 --- a/website/content/en/releases/13.0R/relnotes.adoc +++ b/website/content/en/releases/13.0R/relnotes.adoc @@ -103,6 +103,36 @@ This section covers changes and additions to userland applications, contributed [[userland-programs]] === Userland Application Changes +The {{< manpage "daemon" "8" >}} utility now supports the -H flag, which causes it to catch SIGHUP and re-open the syslog file received, so log rotation from {{< manpage "newsyslog" "8">}} works properly. {{< commit "4cd407ec933" >}} + +The {{< manpage "daemon" "8" >}} utility no longer blocks SIGTERM during the restart delay. {{< commit "09a3675d961" >}} + +The {{< manpage "diskinfo" "8" >}} utility now reports the physical device name GEOM attribute when available. {{< commit "b5961be1ab7" >}} + +The {{< manpage "ctld" "8" >}} utility now supports the -f flag, which tests the configuration file validity. {{< commit "7fcbecd004f" >}} + +The {{< manpage "ctld" "8" >}} utility now supports DSCP for network QoS of the iSCSI target traffic. {{< commit "64ffe6d4409" >}} + +The {{< manpage "efibootmgr" "8" >}} utility now supports the -b flag, which lets users specify by bootnum as an index. {{< commit "a2581e80212">}} {{< sponsored "Netflix" >}} + +The {{< manpage "efibootmgr" "8" >}} utility now supports the -E flag, which lets users query which EFI System Partition was used to boot the system. {{< commit "1cdb8eb8fe1" >}} + +The {{< manpage "efibootmgr" "8" >}} utility now supports the -f and -F flags, which lets users tell the system to boot to the UEFI user interface or not. {{< commit "83c4237258d" >}} {{< sponsored "Ampere Computing, Inc." >}} + +The {{< manpage "freebsd-update" "8" >}} utility now displays progress for the "Fetching files..." stage. {{< commit "d6e1e31a0e6" >}} + +The {{< manpage "freebsd-update" "8" >}} utility now supports the -p flag, which ensures password db changes are included in [.filename]#/etc/passwd# via {{< manpage "pwd_mkdb" "8">}}. {{< commit "9b6591109e8" >}} {{< sponsored "The FreeBSD Foundation" >}} + +The {{< manpage "freebsd-update" "8" >}} utility now supports the [.programlisting]#updatesready# and [.programlisting]#showconfig# arguments to check for updates and check the configuration respectively. {{< commit "8cfda118cbd" >}} + +The {{< manpage "freebsd-update" "8" >}} utility includes support the [.programlisting]#PAGER# environment variable, which has now been documented. {{< commit "32f4592764d" >}} + +The {{< manpage "gstat" "8" >}} utility now documents the use of interactive keyboard commands to increase and decrease update interval as well as regular expression filters. {{< commit "cfaa2958dc4" >}} + +The {{< manpage "inetd" "8" >}} utility now includes an example of how to use netcat as a HTTP proxy. {{< commit "a58fc861516" >}} + +The {{< manpage "inetd" "8" >}} utility now includes comments for all examples. {{< commit "26a4a61a285" >}} + ==== calendar: Restore calendar file condition parsing The calendar program used to invoke the traditional C pre-processor to process include files and conditional sections of the data files.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102131941.11DJfYqA032791>