Module Name: src Committed By: snj Date: Sun Jan 3 19:33:53 UTC 2010
Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: Fix formatting. To generate a diff of this commit: cvs rdiff -u -r1.1.2.189 -r1.1.2.190 src/doc/CHANGES-4.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-4.1 diff -u src/doc/CHANGES-4.1:1.1.2.189 src/doc/CHANGES-4.1:1.1.2.190 --- src/doc/CHANGES-4.1:1.1.2.189 Sun Jan 3 17:13:24 2010 +++ src/doc/CHANGES-4.1 Sun Jan 3 19:33:53 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.1,v 1.1.2.189 2010/01/03 17:13:24 jdc Exp $ +# $NetBSD: CHANGES-4.1,v 1.1.2.190 2010/01/03 19:33:53 snj Exp $ A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1 release: @@ -3930,10 +3930,10 @@ [dholland, ticket #1371] sys/netbt/rfcomm_session.c 1.16 - when receiving a MCC PN response, the max frame size that the remote + + 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 #1372]