Tue Sep 17 19:41:00 2013 UTC ()
Cleanup a bit for ticket 943.


(msaitoh)
diff -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-6.2

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

--- src/doc/Attic/CHANGES-6.2 2013/09/17 19:39:38 1.1.2.38
+++ src/doc/Attic/CHANGES-6.2 2013/09/17 19:41:00 1.1.2.39
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.2,v 1.1.2.38 2013/09/17 19:39:38 msaitoh Exp $ 1# $NetBSD: CHANGES-6.2,v 1.1.2.39 2013/09/17 19:41:00 msaitoh 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
@@ -697,15 +697,15 @@ sys/net/npf/npf_inet.c 1.23 @@ -697,15 +697,15 @@ sys/net/npf/npf_inet.c 1.23
697lib/libc/stdlib/_env.c 1.8 697lib/libc/stdlib/_env.c 1.8
698 698
699 Don't scrub the environment unless we are going to change it. 699 Don't scrub the environment unless we are going to change it.
700 This should prevent crashes in applications which carefully and 700 This should prevent crashes in applications which carefully and
701 manually construct a temporary environment and later restore the 701 manually construct a temporary environment and later restore the
702 original environment like Emacs 24. 702 original environment like Emacs 24.
703 [tron, ticket #940] 703 [tron, ticket #940]
704 704
705external/bsd/pkg_install/dist/lib/pkg_signature.c 1.2 705external/bsd/pkg_install/dist/lib/pkg_signature.c 1.2
706 706
707 Fixed installation of signed packages. Some variables part of struct 707 Fixed installation of signed packages. Some variables part of struct
708 signature_archive were not initialized properly, therefore randomly 708 signature_archive were not initialized properly, therefore randomly
709 failing in the verify_signature_read_cb() callback. 709 failing in the verify_signature_read_cb() callback.
710 Partly closes PR pkg/48194; pkgsrc needs to be updated as well. 710 Partly closes PR pkg/48194.
711 [khorben, ticket #943] 711 [khorben, ticket #943]