Module Name: src Committed By: riz Date: Mon Nov 22 02:55:43 UTC 2010
Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Tickets 1476, 1477 To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-5.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-5.2 diff -u src/doc/CHANGES-5.2:1.1.2.24 src/doc/CHANGES-5.2:1.1.2.25 --- src/doc/CHANGES-5.2:1.1.2.24 Mon Nov 22 01:45:14 2010 +++ src/doc/CHANGES-5.2 Mon Nov 22 02:55:43 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.2,v 1.1.2.24 2010/11/22 01:45:14 riz Exp $ +# $NetBSD: CHANGES-5.2,v 1.1.2.25 2010/11/22 02:55:43 riz Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -812,3 +812,16 @@ Fix an array overflow when cpuid >= 32. [bouyer, ticket #1475] +usr.bin/passwd/yp_passwd.c 1.34 + + PR/43852: Wolfgang Stukenbrock: yp_passwd command may destroy NIS + database entries when used on a server that includes users via + netgroups. + [dholland, ticket #1476] + +sys/kern/vfs_wapbl.c 1.38 via patch + + Fix an error that can lead to file system corruption and + freeing free block" panics. + [hannken, ticket #1477] +