Sat Mar 6 22:58:27 2010 UTC ()
Ticket 1320


(sborrill)
diff -r1.1.2.209 -r1.1.2.210 src/doc/CHANGES-5.1

cvs diff -r1.1.2.209 -r1.1.2.210 src/doc/Attic/CHANGES-5.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.1 2010/03/06 22:48:46 1.1.2.209
+++ src/doc/Attic/CHANGES-5.1 2010/03/06 22:58:27 1.1.2.210
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.1,v 1.1.2.209 2010/03/06 22:48:46 sborrill Exp $ 1# $NetBSD: CHANGES-5.1,v 1.1.2.210 2010/03/06 22:58:27 sborrill Exp $
2 2
3A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 3A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
4release: 4release:
5 5
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 5.0_STABLE. 9 Welcome to 5.0_STABLE.
10 [snj] 10 [snj]
11 11
12sys/arch/i386/conf/ALL 1.187 12sys/arch/i386/conf/ALL 1.187
13sys/arch/i386/conf/GENERIC 1.922 13sys/arch/i386/conf/GENERIC 1.922
14sys/dev/pci/files.pci 1.309 14sys/dev/pci/files.pci 1.309
@@ -16883,13 +16883,19 @@ gnu/dist/gdb6/libiberty/floatformat.c 1 @@ -16883,13 +16883,19 @@ gnu/dist/gdb6/libiberty/floatformat.c 1
16883 16883
16884 Fix standard-violating use of INFINITY in build of NetBSD/vax. 16884 Fix standard-violating use of INFINITY in build of NetBSD/vax.
16885 Use HUGE_VAL instead of INFINITY as positive infinity (or maximum 16885 Use HUGE_VAL instead of INFINITY as positive infinity (or maximum
16886 value) is good enough and the side effects of ISO C99 7.12 (4) 16886 value) is good enough and the side effects of ISO C99 7.12 (4)
16887 are not desired. 16887 are not desired.
16888 [joerg, ticket #1328] 16888 [joerg, ticket #1328]
16889 16889
16890usr.bin/ldd/ldd.c 1.13 16890usr.bin/ldd/ldd.c 1.13
16891 16891
16892 Mark each object as printed as visited and then print. 16892 Mark each object as printed as visited and then print.
16893 Fixes PR/42811. Improve print order. 16893 Fixes PR/42811. Improve print order.
16894 [skrll, ticket #1318] 16894 [skrll, ticket #1318]
16895 16895
 16896crypto/dist/openssl/crypto/evp/m_sha1.c patch
 16897
 16898 Ensure that SHA384 always calls the SHA384 functions.
 16899 Should fix PR#42881.
 16900 [joerg, ticket #1320]
 16901