diff --git a/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml b/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml index 8ef1a992ff..d199e45255 100644 --- a/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml +++ b/en_US.ISO8859-1/htdocs/releases/12.2R/relnotes/relnotes.xml @@ -204,7 +204,32 @@ Userland Application Changes -   + The &man.dd.1; utility has been updated + to include new operands: + + + + conv=fsync + + + + conf=fdatasync + + + + oflag=fsync + + + + oflag=sync + + + + iflag=fullblock + + + + See &man.dd.1; for usage details. @@ -243,6 +268,13 @@ The &man.xz.1; utility has been updated to version 5.2.5. + OpenSSL has + been updated to version 1.1.1g. + + OpenSSH has been + updated to version 7.9p1. + The timezone database files have been updated to version 2020a. @@ -316,7 +348,12 @@ General Kernel Changes -   + The &man.read.2; system call has been + changed to disable read() calls on + directories by default. A new &man.sysctl.8; has been added, + security.bsd.allow_read_dir, which when set + to 1 will restore the previous + behavior.