Module Name: src
Committed By: martin
Date: Mon Aug 13 12:06:17 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Tickets #971 and #972
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 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.1
diff -u src/doc/CHANGES-8.1:1.1.2.10 src/doc/CHANGES-8.1:1.1.2.11
--- src/doc/CHANGES-8.1:1.1.2.10 Sat Aug 11 14:56:05 2018
+++ src/doc/CHANGES-8.1 Mon Aug 13 12:06:17 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.10 2018/08/11 14:56:05 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.11 2018/08/13 12:06:17 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -477,3 +477,13 @@ doc/3RDPARTY 1.1536
Import lua 5.3.5.
[alnsn, ticket #970]
+sys/external/bsd/dwc2/dist/dwc2_hcdintr.c 1.15
+
+ Fix the change from ticket #966 to not break ping protocol.
+ [skrll, ticket #971]
+
+external/bsd/bind/dist/lib/isc/unix/socket.c 1.23
+
+ Make ENOBUFS a soft error.
+ [christos, ticket #972]
+