Module Name: src
Committed By: mbalmer
Date: Sat Aug 15 08:32:53 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
Mention keylock support.
To generate a diff of this commit:
cvs rdiff -u -r1.1274 -r1.1275 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.1274 src/doc/CHANGES:1.1275
--- src/doc/CHANGES:1.1274 Wed Aug 12 23:41:10 2009
+++ src/doc/CHANGES Sat Aug 15 08:32:52 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1274 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1275 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -364,3 +364,5 @@
voyagerfb(8): a driver for the Gdium Liberty 1000's video controller
[macallan 20090812]
mips a.out support: removed [matt 20090812]
+ secmode_keylock, keylock, gpiolock(4): Add support for multi-position
+ keylocks. [mbalmer 20090814]