Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/UPDATING,v retrieving revision 1.194 retrieving revision 1.195 diff -u -p -r1.194 -r1.195 --- src/UPDATING 2009/03/29 18:33:56 1.194 +++ src/UPDATING 2009/05/01 23:08:25 1.195 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.194 2009/03/29 18:33:56 mrg Exp $ +$NetBSD: UPDATING,v 1.195 2009/05/01 23:08:25 perry Exp $ This file (UPDATING) is intended to be a brief reference to recent changes that might cause problems in the build process, and a guide for @@ -16,6 +16,14 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^^^^^^^^^^^^^ +20090501: + Several new functions were added to string.h/libc, and this + can cause autoconf problems during the tool build for people + who fail to clean out their tools objects properly. If you + note messages about stpcpy, stpncpy or strnlen accompanying a + failure during the tool build, clean out all your tools + objects and start again. + 20090325: The i386 port was switched to i486 default toolchain. This requires cleaning your src/tools directory and $TOOLDIR and rebuilding them.