Wed Aug 31 15:16:28 2016 UTC ()
ticket #1382


(bouyer)
diff -r1.1.2.261 -r1.1.2.262 src/doc/CHANGES-6.2

cvs diff -r1.1.2.261 -r1.1.2.262 src/doc/Attic/CHANGES-6.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.2 2016/08/28 10:50:37 1.1.2.261
+++ src/doc/Attic/CHANGES-6.2 2016/08/31 15:16:28 1.1.2.262
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.2,v 1.1.2.261 2016/08/28 10:50:37 bouyer Exp $ 1# $NetBSD: CHANGES-6.2,v 1.1.2.262 2016/08/31 15:16:28 bouyer Exp $
2 2
3A complete list of changes from the 6.1 release until the 6.2 release: 3A complete list of changes from the 6.1 release until the 6.2 release:
4 4
5doc/README.files patched by hand 5doc/README.files patched by hand
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 6.1_STABLE! 9 Welcome to 6.1_STABLE!
10 10
11sys/dev/usb/usb_quirks.c 1.78 11sys/dev/usb/usb_quirks.c 1.78
12sys/dev/usb/usbdevs 1.639 12sys/dev/usb/usbdevs 1.639
13sys/dev/usb/usbdevs.h regen 13sys/dev/usb/usbdevs.h regen
14sys/dev/usb/usbdevs_data.h regen 14sys/dev/usb/usbdevs_data.h regen
@@ -14754,13 +14754,22 @@ etc/root/Makefile 1.4 @@ -14754,13 +14754,22 @@ etc/root/Makefile 1.4
14754 [uwe, ticket #1368] 14754 [uwe, ticket #1368]
14755 14755
14756sys/arch/i386/stand/misc/rawr32.exe.uue sync to 1.6 14756sys/arch/i386/stand/misc/rawr32.exe.uue sync to 1.6
14757 14757
14758 New Rawrite32 release 14758 New Rawrite32 release
14759 [martin, ticket #1385] 14759 [martin, ticket #1385]
14760 14760
14761sys/netinet/ip_carp.c 1.75 14761sys/netinet/ip_carp.c 1.75
14762 14762
14763 Workaround for PR 47013 by bouyer@. Only works for mixed IPv4/IPv6 14763 Workaround for PR 47013 by bouyer@. Only works for mixed IPv4/IPv6
14764 environemnts, not for pure-IPv6 yet. A real fix is still needed. 14764 environemnts, not for pure-IPv6 yet. A real fix is still needed.
14765 [is, ticket #1393] 14765 [is, ticket #1393]
14766 14766
 14767sys/net80211/ieee80211_input.c 1.83, 1.84
 14768
 14769 Don't check sequence number on multicast packets in station mode.
 14770 Handle overflow of 12bit sequence number.
 14771
 14772 In station mode filter packets that or not for us in case the
 14773 interface is in promiscous mode or doesn't filter packets itself.
 14774 [mlelstv, ticket #1382]
 14775