git: ce075c3ae0 - main - 12.4 Release notes: Improve random entry

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Mon, 21 Nov 2022 22:34:07 UTC
The branch main has been updated by salvadore (ports committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=ce075c3ae06d5eb8fa45f8ab46d581b1489bb158

commit ce075c3ae06d5eb8fa45f8ab46d581b1489bb158
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-11-21 22:25:38 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-11-21 22:33:43 +0000

    12.4 Release notes: Improve random entry
    
    - Split entry into multiple entries sorted chronologically by commit
      date.
    - Add gitref notes.
    
    Approved by:    re (gjb, implicit)
---
 website/content/en/releases/12.4R/relnotes.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc
index 1d2eb8c275..b4dba10619 100644
--- a/website/content/en/releases/12.4R/relnotes.adoc
+++ b/website/content/en/releases/12.4R/relnotes.adoc
@@ -400,7 +400,11 @@ The man:pfsync[4] pseudo-device had a defer mode bug fixed.
 gitref:c36006be54242b3c4e07ac646bebb642555e5905[repository=src]
 (Sponsored by Rubicon Communications, LLC ("Netgate"))
 
-The man:random[4] device had some improvements that now make entropy sources deregistration-safe. On x86 prefer RDSEED over RDRAND when available as per Intel documentation.
+The man:random[4] driver on x86 will now prefer RDSEED over RDRAND when available as per Intel documentation.
+gitref:a68e606c402ea5ce2c8257d0566e6f397594aa54[repository=src]
+
+The man:random[4] device had some improvements that now make entropy sources deregistration-safe.
+gitref:7878a69e0415251e4c7a0d3447f998207258ad41[repository=src]
 
 The man:rk_i2c[4] driver had a number of improvements including the increasing of the number of bytes that can be sent to 32.