Tue Jun 7 00:52:53 2011 UTC ()
Mention tmpfs fixed, PowerPC improvements and Alpha conversion to PCU.


(rmind)
diff -r1.1552 -r1.1553 src/doc/CHANGES

cvs diff -r1.1552 -r1.1553 src/doc/CHANGES (expand / switch to context diff)
--- src/doc/CHANGES 2011/06/01 08:50:00 1.1552
+++ src/doc/CHANGES 2011/06/07 00:52:53 1.1553
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.1552 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.1553 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1014,3 +1014,7 @@
 		[uebayasi 20110526]
 	kernel: add SOCK_SEQPACKET for local sockets [manu 20110529]
 	bind: Update to 9.8.0-P2: Security fixes. [spz 20110529]
+	tmpfs: Many fixes and some performance improvements. [rmind 20110529]
+	powerpc: Initial SMP support for MPC85xx, reworked and unified IPI
+		code, various other improvements. [matt 20110605]
+	alpha: Converted Alpha to use PCU to manage FPU. [matt 20110607]