Module Name: src Committed By: jdc Date: Sun Jan 3 17:13:24 UTC 2010
Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: Ticket #1372. To generate a diff of this commit: cvs rdiff -u -r1.1.2.188 -r1.1.2.189 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.188 src/doc/CHANGES-4.1:1.1.2.189 --- src/doc/CHANGES-4.1:1.1.2.188 Wed Dec 16 11:19:42 2009 +++ src/doc/CHANGES-4.1 Sun Jan 3 17:13:24 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.1,v 1.1.2.188 2009/12/16 11:19:42 sborrill Exp $ +# $NetBSD: CHANGES-4.1,v 1.1.2.189 2010/01/03 17:13:24 jdc Exp $ A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1 release: @@ -3929,3 +3929,11 @@ certain arguments. Addresses PR/41919. [dholland, ticket #1371] +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 #1372] +