Module Name: src
Committed By: roy
Date: Thu Feb 26 10:14:33 UTC 2015
Modified Files:
src/doc: CHANGES
Log Message:
Document addition of RTF_LOCAL
To generate a diff of this commit:
cvs rdiff -u -r1.2047 -r1.2048 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.2047 src/doc/CHANGES:1.2048
--- src/doc/CHANGES:1.2047 Mon Feb 23 07:17:37 2015
+++ src/doc/CHANGES Thu Feb 26 10:14:33 2015
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2047 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2048 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -133,3 +133,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
libc: Import tzdata2015a. [christos 20150131]
postfix(1): Import version 2.11.4. [tron 20150221]
bind: patch to version 9.10.1-P2. [spz 20150221]
+ network: introduce RTF_LOCAL for local address routes. [roy 20150226]