Fri Nov 18 22:49:37 2011 UTC ()
Ticket #1691


(sborrill)
diff -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-5.1.1

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

--- src/doc/Attic/CHANGES-5.1.1 2011/11/03 17:55:15 1.1.2.38
+++ src/doc/Attic/CHANGES-5.1.1 2011/11/18 22:49:37 1.1.2.39
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.1.1,v 1.1.2.38 2011/11/03 17:55:15 riz Exp $ 1# $NetBSD: CHANGES-5.1.1,v 1.1.2.39 2011/11/18 22:49:37 sborrill Exp $
2 2
3A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.1.1 3A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.1.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.1.0_PATCH. 9 Welcome to 5.1.0_PATCH.
10 [riz] 10 [riz]
11 11
12crypto/dist/openssl/ssl/t1_lib.c patch 12crypto/dist/openssl/ssl/t1_lib.c patch
13 13
14 Fix a race condition. (CVE-2010-3864) 14 Fix a race condition. (CVE-2010-3864)
@@ -2537,13 +2537,18 @@ share/zoneinfo/systemv patch @@ -2537,13 +2537,18 @@ share/zoneinfo/systemv patch
2537share/zoneinfo/yearistype.sh patch 2537share/zoneinfo/yearistype.sh patch
2538share/zoneinfo/zone.tab patch 2538share/zoneinfo/zone.tab patch
2539 2539
2540 Update to tzdata2011n. 2540 Update to tzdata2011n.
2541 [apb, ticket #1684] 2541 [apb, ticket #1684]
2542 2542
2543sys/arch/xen/xen/xbdback_xenbus.c 1.45 via patch 2543sys/arch/xen/xen/xbdback_xenbus.c 1.45 via patch
2544 2544
2545 Guard against spurious xbdback_backend_changed() calls which 2545 Guard against spurious xbdback_backend_changed() calls which
2546 would result in the block device being opened twice, and a 2546 would result in the block device being opened twice, and a
2547 panic. PR#45158. 2547 panic. PR#45158.
2548 [bouyer, ticket #1682] 2548 [bouyer, ticket #1682]
2549 2549
 2550sys/uvm/uvm_meter.c 1.57
 2551
 2552 Dereference correct variable and thus stop a sysctl crash.
 2553 [christos, ticket #1691]
 2554