Thu Mar 5 10:14:16 2015 UTC ()
Note RPI2 support


(skrll)
diff -r1.2049 -r1.2050 src/doc/CHANGES

cvs diff -r1.2049 -r1.2050 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2015/03/03 07:32:56 1.2049
+++ src/doc/CHANGES 2015/03/05 10:14:16 1.2050
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2049 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2050 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -123,13 +123,14 @@ Changes from NetBSD 7.0 to NetBSD 8.0: @@ -123,13 +123,14 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
123 gcc: Import GCC 4.8.4. [mrg 20150109] 123 gcc: Import GCC 4.8.4. [mrg 20150109]
124 openssl: Import openssl 1.0.1k [spz 20150113] 124 openssl: Import openssl 1.0.1k [spz 20150113]
125 am-utils: Upgrade to 6.2; adds nfsv4, lustre (which we can't use) 125 am-utils: Upgrade to 6.2; adds nfsv4, lustre (which we can't use)
126 nfs3 rpc support for amfs [christos 20150117] 126 nfs3 rpc support for amfs [christos 20150117]
127 arm: Add support for Zynq SoC. [hkenken 20150123] 127 arm: Add support for Zynq SoC. [hkenken 20150123]
128 evbarm: Add support for the PARALLELLA (Zynq). [hkenken 20150123] 128 evbarm: Add support for the PARALLELLA (Zynq). [hkenken 20150123]
129 blacklist: Added daemon and library [christos 20150125] 129 blacklist: Added daemon and library [christos 20150125]
130 libevent: Import libevent 2.0.22 [spz 20150129] 130 libevent: Import libevent 2.0.22 [spz 20150129]
131 dhcpcd(8): Import dhcpcd-6.7.1. [roy 20150130] 131 dhcpcd(8): Import dhcpcd-6.7.1. [roy 20150130]
132 zoneinfo: Import tzdata2015a. [apb 20150131] 132 zoneinfo: Import tzdata2015a. [apb 20150131]
133 libc: Import tzdata2015a. [christos 20150131] 133 libc: Import tzdata2015a. [christos 20150131]
134 bind: patch to version 9.10.1-P2. [spz 20150221] 134 bind: patch to version 9.10.1-P2. [spz 20150221]
135 network: introduce RTF_LOCAL for local address routes. [roy 20150226] 135 network: introduce RTF_LOCAL for local address routes. [roy 20150226]
 136 evbarm: Add support for RPI2. [skrll 20150304]