Module Name: src
Committed By: plunky
Date: Mon Aug 3 16:05:11 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
mention bt_dev(3) addition
To generate a diff of this commit:
cvs rdiff -u -r1.1264 -r1.1265 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.1264 src/doc/CHANGES:1.1265
--- src/doc/CHANGES:1.1264 Wed Jul 29 12:04:14 2009
+++ src/doc/CHANGES Mon Aug 3 16:05:11 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1264 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1265 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -345,3 +345,4 @@
dhcpcd(8): Import dhcpcd-5.0.7. [roy 20090728]
bind: Update to 9.6.1-P1. [christos 20090728]
xen: dropped Xen 2 support. [cegger 20090728]
+ libbluetooth: add device access API bt_dev(3). [plunky 20090803]