Module Name: src
Committed By: jdc
Date: Sun Jan 3 17:53:37 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket #1221.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.167 -r1.1.2.168 src/doc/CHANGES-5.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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.167 src/doc/CHANGES-5.1:1.1.2.168
--- src/doc/CHANGES-5.1:1.1.2.167 Sat Jan 2 06:47:51 2010
+++ src/doc/CHANGES-5.1 Sun Jan 3 17:53:37 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.167 2010/01/02 06:47:51 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.168 2010/01/03 17:53:37 jdc Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -15724,3 +15724,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]
+