Fri Jan 7 23:29:06 2011 UTC ()
Tickets 1511, 1521, 1522.


(riz)
diff -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-5.2

cvs diff -r1.1.2.48 -r1.1.2.49 src/doc/Attic/CHANGES-5.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.2 2011/01/07 19:17:29 1.1.2.48
+++ src/doc/Attic/CHANGES-5.2 2011/01/07 23:29:05 1.1.2.49
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.2,v 1.1.2.48 2011/01/07 19:17:29 riz Exp $ 1# $NetBSD: CHANGES-5.2,v 1.1.2.49 2011/01/07 23:29:05 riz Exp $
2 2
3A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2 3A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
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_STABLE. 9 Welcome to 5.1_STABLE.
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)
@@ -4258,13 +4258,29 @@ external/bsd/top/dist/display.c 1.9 vi @@ -4258,13 +4258,29 @@ external/bsd/top/dist/display.c 1.9 vi
4258 4258
4259usr.sbin/nfsd/nfsd.c 1.57 4259usr.sbin/nfsd/nfsd.c 1.57
4260 4260
4261 PR/42486: stop nfsd exiting prematurely during port-scan 4261 PR/42486: stop nfsd exiting prematurely during port-scan
4262 [bouyer, ticket #1515] 4262 [bouyer, ticket #1515]
4263 4263
4264sys/kern/subr_disk.c patch 4264sys/kern/subr_disk.c patch
4265sys/sys/device.h 1.133 4265sys/sys/device.h 1.133
4266 4266
4267 Add helper function that determines the size and block size of a 4267 Add helper function that determines the size and block size of a
4268 disk device. 4268 disk device.
4269 [mrg, ticket #1520] 4269 [mrg, ticket #1520]
4270 4270
 4271doc/3RDPARTY patch
 4272
 4273 Update Postfix version.
 4274 [tron, ticket #1521]
 4275
 4276sys/dev/raidframe/rf_disks.c 1.76
 4277sys/dev/raidframe/rf_netbsdkintf.c 1.276
 4278
 4279 support non-512K sector disks (up to 16KB) in raidframe.
 4280 [mrg, ticket #1522]
 4281
 4282sys/dev/raidframe/rf_netbsdkintf.c 1.278
 4283
 4284 Hack to fix up disks with old raidframe component labels.
 4285 [mrg, ticket #1511]
 4286