Module Name: src Committed By: riz Date: Sat Mar 13 07:31:59 UTC 2010
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Tickets 1336, 1337 To generate a diff of this commit: cvs rdiff -u -r1.1.2.215 -r1.1.2.216 src/doc/CHANGES-5.1 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.1 diff -u src/doc/CHANGES-5.1:1.1.2.215 src/doc/CHANGES-5.1:1.1.2.216 --- src/doc/CHANGES-5.1:1.1.2.215 Sat Mar 13 00:56:09 2010 +++ src/doc/CHANGES-5.1 Sat Mar 13 07:31:59 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.215 2010/03/13 00:56:09 riz Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.216 2010/03/13 07:31:59 riz Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -16942,3 +16942,13 @@ Fix race condition on reallocation of huge category. PR#42876. [enami, ticket #1327] +sys/dev/apm/apm.c 1.26 + + Fix apm(4) suspend/resume. + [bouyer, ticket #1337] + +lib/libpam/modules/pam_unix/pam_unix.c 1.14 + + When changing the password, don't clear PAM_AUTHTOK at the beginning. + [drochner, ticket #1336] +