Wed Jun 17 20:17:40 2009 UTC ()
Ticket #1326.


(jdc)
diff -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-4.0.2

cvs diff -r1.1.2.34 -r1.1.2.35 src/doc/Attic/CHANGES-4.0.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-4.0.2 2009/06/10 19:24:35 1.1.2.34
+++ src/doc/Attic/CHANGES-4.0.2 2009/06/17 20:17:40 1.1.2.35
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-4.0.2,v 1.1.2.34 2009/06/10 19:24:35 bouyer Exp $ 1# $NetBSD: CHANGES-4.0.2,v 1.1.2.35 2009/06/17 20:17:40 jdc Exp $
2 2
3A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2 3A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
4release: 4release:
5 5
6File Revision(s) 6File Revision(s)
7---- -------- 7---- --------
8gnu/usr.bin/groff/tmac/mdoc.local patch 8gnu/usr.bin/groff/tmac/mdoc.local patch
9sys/sys/param.h patch 9sys/sys/param.h patch
10 10
11 Welcome to 4.0.1_PATCH 11 Welcome to 4.0.1_PATCH
12 12
13sys/arch/cobalt/conf/INSTALL 1.32,1.35 13sys/arch/cobalt/conf/INSTALL 1.32,1.35
14 14
@@ -607,13 +607,21 @@ external/bsd/pkg_install/sbin/pkg_info/M @@ -607,13 +607,21 @@ external/bsd/pkg_install/sbin/pkg_info/M
607external/lib/Makefile patch 607external/lib/Makefile patch
608usr.sbin/Makefile patch 608usr.sbin/Makefile patch
609 609
610 Pull up pkg_install-20090528, libarchive-2.5.5 and libfetch-2.23 610 Pull up pkg_install-20090528, libarchive-2.5.5 and libfetch-2.23
611 with the associated build infrastructure as of 20090529 from HEAD.  611 with the associated build infrastructure as of 20090529 from HEAD.
612 [joerg, ticket #1322] 612 [joerg, ticket #1322]
613 613
614sys/arch/sh3/sh3/locore_subr.S 1.52 614sys/arch/sh3/sh3/locore_subr.S 1.52
615 615
616 Fix logic error in copyinstr() when deciding whether to return EFAULT 616 Fix logic error in copyinstr() when deciding whether to return EFAULT
617 or ENAMETOOLONG. 617 or ENAMETOOLONG.
618 [uwe, ticket #1323] 618 [uwe, ticket #1323]
619 619
 620lib/libpam/modules/pam_unix/pam_unix.c 1.13
 621 Restore the good old UNIX behavior of root password changing: only root
 622 may change the root password.
 623
 624 (Checked that everybody else's password can be changed without any
 625 problem, and checked that root can still change the root password.)
 626 [tonnerre, ticket #1326]
 627