Module Name: src
Committed By: bouyer
Date: Wed Jun 19 07:35:18 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
ticket 895
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-6.2
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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.9 src/doc/CHANGES-6.2:1.1.2.10
--- src/doc/CHANGES-6.2:1.1.2.9 Mon Jun 17 02:05:42 2013
+++ src/doc/CHANGES-6.2 Wed Jun 19 07:35:18 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.9 2013/06/17 02:05:42 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.10 2013/06/19 07:35:18 bouyer Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -242,3 +242,8 @@ usr.sbin/installboot/arch/vax.c 1.16-1
Don't include host's disklabel.h. Fixes cross compile error on
some environment.
[martin, ticket #865]
+sys/netinet6/ip6_flow.c 1.21
+
+ Clear mbuf's csum_flags in ip6flow_fastforward(). Fixes PR#47849.
+ [msaitoh, ticket #895]
+