Module Name:    src
Committed By:   perry
Date:           Fri May  1 23:08:26 UTC 2009

Modified Files:
        src: UPDATING

Log Message:
note a new failure mode thanks to the new string functions
requested by mrg


To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 src/UPDATING

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/UPDATING
diff -u src/UPDATING:1.194 src/UPDATING:1.195
--- src/UPDATING:1.194	Sun Mar 29 18:33:56 2009
+++ src/UPDATING	Fri May  1 23:08:25 2009
@@ -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 @@
 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.

Reply via email to