Module Name: src
Committed By: roy
Date: Wed Feb 3 15:40:01 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Document import of terminfo
To generate a diff of this commit:
cvs rdiff -u -r1.1352 -r1.1353 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.1352 src/doc/CHANGES:1.1353
--- src/doc/CHANGES:1.1352 Sun Jan 31 21:02:05 2010
+++ src/doc/CHANGES Wed Feb 3 15:40:00 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1352 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1353 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -537,3 +537,5 @@
if bpf is not present in the kernel. The client
linkage is now always the same. [pooka 20100119]
dhcpcd(8): Import dhcpcd-5.1.5. [roy 20100131]
+ terminfo(3): Import my terminfo implementation to replace termcap.
+ roy [20100203]