From 897e55ae5920c060cd757fb69a58b9cd836b78d0 Mon Sep 17 00:00:00 2001 From: riastradh Date: Mon, 9 Mar 2015 02:03:19 +0000 Subject: [PATCH] Note replacement arc4random(3) implementation. --- doc/CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES b/doc/CHANGES index 55b972ef4825..93d746c29653 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2053 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2054 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -105,6 +105,8 @@ Changes from NetBSD 7.0 to NetBSD 8.0: awinir(4): Add support for Allwinner A20/A31 IR receiver. [jmcneill 20141115] zoneinfo: Import tzdata2014j. [apb 20141116] + libc: Change arc4random(3) to use ChaCha20 and per-thread state. + [riastradh 20141116] libc: Update to tzcode2014j. [christos 20141117] libpcap: Import 1.6.2. [christos 20141119] tcpdump(8): Import 4.6.2. [christos 20141119]