Fri Jan 7 23:54:41 2011 UTC ()
Tickets 1414, 1432.


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

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

--- src/doc/Attic/CHANGES-5.2 2011/01/07 23:29:05 1.1.2.49
+++ src/doc/Attic/CHANGES-5.2 2011/01/07 23:54:41 1.1.2.50
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.2,v 1.1.2.49 2011/01/07 23:29:05 riz Exp $ 1# $NetBSD: CHANGES-5.2,v 1.1.2.50 2011/01/07 23:54:41 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)
@@ -4274,13 +4274,25 @@ doc/3RDPARTY patch @@ -4274,13 +4274,25 @@ doc/3RDPARTY patch
4274 [tron, ticket #1521] 4274 [tron, ticket #1521]
4275 4275
4276sys/dev/raidframe/rf_disks.c 1.76 4276sys/dev/raidframe/rf_disks.c 1.76
4277sys/dev/raidframe/rf_netbsdkintf.c 1.276 4277sys/dev/raidframe/rf_netbsdkintf.c 1.276
4278 4278
4279 support non-512K sector disks (up to 16KB) in raidframe. 4279 support non-512K sector disks (up to 16KB) in raidframe.
4280 [mrg, ticket #1522] 4280 [mrg, ticket #1522]
4281 4281
4282sys/dev/raidframe/rf_netbsdkintf.c 1.278 4282sys/dev/raidframe/rf_netbsdkintf.c 1.278
4283 4283
4284 Hack to fix up disks with old raidframe component labels. 4284 Hack to fix up disks with old raidframe component labels.
4285 [mrg, ticket #1511] 4285 [mrg, ticket #1511]
4286 4286
 4287lib/libpam/Makefile 1.3
 4288lib/libpam/modules/mod.mk 1.9 via patch
 4289lib/libpam/staticmodules/Makefile 1.1
 4290
 4291 Make the dependency on libpam explicit. Fixes afpd in pkgsrc.
 4292 [christos, ticket #1414]
 4293
 4294gnu/lib/libstdc++-v3_4/Makefile 1.5
 4295
 4296 Explicitly link libstdc++ against libm.
 4297 [joerg, ticket #1432]
 4298