Module Name: src
Committed By: mrg
Date: Sun Sep 20 00:35:14 UTC 2015
Modified Files:
src/doc: CHANGES
Log Message:
note netstat(1) knows window height now.
To generate a diff of this commit:
cvs rdiff -u -r1.2102 -r1.2103 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.2102 src/doc/CHANGES:1.2103
--- src/doc/CHANGES:1.2102 Sat Sep 12 20:20:30 2015
+++ src/doc/CHANGES Sun Sep 20 00:35:14 2015
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2102 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2103 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -198,3 +198,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
bind: Import version 9.10.2-P4. [christos 20150903]
dhcpcd: Import dhcpcd 6.9.3. [roy 20150904]
ftp(1): SNI support for https. [wiz 20150912]
+ netstat(1): Now knows how tall the display is. [mrg 20150919]