Fri Jul 24 07:32:50 2015 UTC ()
Ticket #886


(martin)
diff -r1.1.2.347 -r1.1.2.348 src/doc/CHANGES-7.0

cvs diff -r1.1.2.347 -r1.1.2.348 src/doc/Attic/CHANGES-7.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.0 2015/07/23 18:45:15 1.1.2.347
+++ src/doc/Attic/CHANGES-7.0 2015/07/24 07:32:50 1.1.2.348
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.0,v 1.1.2.347 2015/07/23 18:45:15 snj Exp $ 1# $NetBSD: CHANGES-7.0,v 1.1.2.348 2015/07/24 07:32:50 martin Exp $
2 2
3A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014 3A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
4until the 7.0 release: 4until the 7.0 release:
5 5
6doc/CHANGES-7.0 patched by hand 6doc/CHANGES-7.0 patched by hand
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9gnu/usr.bin/groff/tmac/mdoc.local patched by hand 9gnu/usr.bin/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 7.0_BETA! 12 Welcome to 7.0_BETA!
13 13
14sys/dev/usb/xhci.c 1.24 14sys/dev/usb/xhci.c 1.24
@@ -33430,13 +33430,21 @@ sys/arch/i386/conf/XEN3_DOMU 1.68 @@ -33430,13 +33430,21 @@ sys/arch/i386/conf/XEN3_DOMU 1.68
33430xsrc/external/mit/libX11/dist/src/xkb/XKBMAlloc.c patch 33430xsrc/external/mit/libX11/dist/src/xkb/XKBMAlloc.c patch
33431 33431
33432 Bring in the upstream fix that was attempted locally in 33432 Bring in the upstream fix that was attempted locally in
33433 revision 1.2: Ensure we allocate at least 33433 revision 1.2: Ensure we allocate at least
33434 XkbNumRequiredTypes in map. 33434 XkbNumRequiredTypes in map.
33435 [mrg, ticket #885] 33435 [mrg, ticket #885]
33436 33436
33437distrib/notes/common/main patched by hand 33437distrib/notes/common/main patched by hand
33438sys/sys/param.h patched by hand 33438sys/sys/param.h patched by hand
33439 33439
33440 Welcome to 7.0_RC2! 33440 Welcome to 7.0_RC2!
33441 [snj] 33441 [snj]
33442 33442
 33443sys/netinet/tcp_input.c 1.343
 33444sys/netinet/tcp_output.c 1.184
 33445
 33446 If we are sending a window probe and there's unacked data in the
 33447 socket, make sure at least the persist timer is running.
 33448 Make sure that snd_win doesn't go negative.
 33449 [matt, ticket #886]
 33450