Module Name: src
Committed By: martin
Date: Fri Jul 27 09:57:43 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0 CHANGES-8.1
Log Message:
Try to fix history: ticket #925 was NOT pulled up for 8.0, but now made
it into 8.1
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.232 -r1.1.2.233 src/doc/CHANGES-8.0
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-8.1
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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.232 src/doc/CHANGES-8.0:1.1.2.233
--- src/doc/CHANGES-8.0:1.1.2.232 Tue Jul 17 14:59:51 2018
+++ src/doc/CHANGES-8.0 Fri Jul 27 09:57:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.232 2018/07/17 14:59:51 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.233 2018/07/27 09:57:43 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -14281,11 +14281,6 @@ crypto/external/bsd/heimdal/lib/libkadm5
amd64).
[martin, ticket #924]
-usr.sbin/arp/arp.c 1.62
-
- arp(8): warn when failing to delete a specified arp entry.
- [ozaki-r, ticket #925]
-
distrib/notes/common/main (manually edited)
sys/sys/param.h (manually edited)
Index: src/doc/CHANGES-8.1
diff -u src/doc/CHANGES-8.1:1.1.2.2 src/doc/CHANGES-8.1:1.1.2.3
--- src/doc/CHANGES-8.1:1.1.2.2 Fri Jul 27 00:00:01 2018
+++ src/doc/CHANGES-8.1 Fri Jul 27 09:57:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.2 2018/07/27 00:00:01 snj Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.3 2018/07/27 09:57:43 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -206,3 +206,8 @@ libexec/ld.elf_so/headers.c 1.64
PIE where relocbase typically is not zero. PR bin/53465
[joerg, ticket #940]
+usr.sbin/arp/arp.c 1.62
+
+ arp(8): warn when failing to delete a specified arp entry.
+ [ozaki-r, ticket #925]
+