Note replacement arc4random(3) implementation.

This commit is contained in:
riastradh 2015-03-09 02:03:19 +00:00
parent d16d908099
commit 897e55ae59

View File

@ -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]