Module Name: src
Committed By: jdc
Date: Sun Jan 3 17:53:30 UTC 2010
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2
Log Message:
Ticket #1221.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.35 src/doc/CHANGES-5.0.2:1.1.2.36
--- src/doc/CHANGES-5.0.2:1.1.2.35 Sat Jan 2 06:40:03 2010
+++ src/doc/CHANGES-5.0.2 Sun Jan 3 17:53:30 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.35 2010/01/02 06:40:03 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.36 2010/01/03 17:53:30 jdc Exp $
A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
release:
@@ -908,3 +908,11 @@
while booting from arccd-5.0.1.iso as described in PR bin/42410.
[tsutsui, ticket #1198]
+sys/netbt/rfcomm_session.c 1.16
+ when receiving a MCC PN response, the max frame size that the remote
+ party requests must be less than the one we asked for which will not
+ be greater than the max acceptable value so no need to test for that
+ but make sure that it is not smaller than minimum acceptable value.
+
+ [plunky, ticket #1221]
+