diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-02-05 04:43:58 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-02-05 04:43:58 +0000 |
| commit | 0d0883728ed490fffac30be7e8ecd5441ea29326 (patch) | |
| tree | 7119c886a337448e681b896b98e917fdf30b65a3 /RELNOTES | |
| parent | 7466dbd684879cbe8d034f388f0c7da703e00c31 (diff) | |
Notes
Diffstat (limited to 'RELNOTES')
| -rw-r--r-- | RELNOTES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES index 65e68b60449a4..4f24a34046f3c 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,12 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +r357560-r357565: + init(8), service(8), and cron(8) will now adopt user/class environment + variables (excluding PATH, by default, which will be overwritten) by + default. Notably, environment variables for all cron jobs and rc + services can now be set via login.conf(5). + r355677: Adds support for NFSv4.2 (RFC-7862) and Extended Attributes (RFC-8276) to the NFS client and server. |
