Module Name: src
Committed By: martin
Date: Sat Feb 11 23:36:18 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Note posix_spawn addition
To generate a diff of this commit:
cvs rdiff -u -r1.1668 -r1.1669 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1668 src/doc/CHANGES:1.1669
--- src/doc/CHANGES:1.1668 Tue Feb 7 19:37:14 2012
+++ src/doc/CHANGES Sat Feb 11 23:36:18 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1668 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1669 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1241,3 +1241,5 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
[joerg 20120207]
userland: Man pages are formatted with mandoc by default.
[joerg 20120207]
+ posix_spawn: Import Charles Zhang's summer of code project.
+ [martin 20120212]