Module Name: src
Committed By: martin
Date: Thu Sep 11 13:54:54 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES
Log Message:
Pullup doc/CHANGES.prev (doc/CHANGES) r1.121 (requested by nat in #91):
Note initial ossaudio(3) support.
To generate a diff of this commit:
cvs rdiff -u -r1.1967.2.1 -r1.1967.2.2 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.1967.2.1 src/doc/CHANGES:1.1967.2.2
--- src/doc/CHANGES:1.1967.2.1 Thu Aug 21 07:37:36 2014
+++ src/doc/CHANGES Thu Sep 11 13:54:54 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1967.2.1 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1967.2.2 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -21,7 +21,7 @@
#
# See htutils/changes/changes2html script for more details.
#
-LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.1967.2.1 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.1967.2.2 $>
Changes from NetBSD 6.0 to NetBSD 7.0:
@@ -424,6 +424,7 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
install kernels. [tsutsui 20140430]
libc: Update to tzcode2014c. [christos 20140513]
zoneinfo: Import tzdata2014c. [apb 20140515]
+ ossaudio(3): Add initial OSSv4 support. [nat 20140517]
hythygtemp(4): Add HYT-221/271/939 humidity/temperature iic sensor
driver. [kardel 20140518]
envsys(4): Add %rH (relative Humidity) to sensor framework.