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 rcsdiff: /ftp/cvs/cvsroot/src/UPDATING,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.153 retrieving revision 1.154 diff -u -p -r1.153 -r1.154 --- src/UPDATING 2006/12/14 02:11:52 1.153 +++ src/UPDATING 2006/12/14 20:15:32 1.154 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.153 2006/12/14 02:11:52 reed Exp $ +$NetBSD: UPDATING,v 1.154 2006/12/14 20:15:32 he 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,16 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^^^^^^^^^^^^^ +20061214: + Following the move of string_to_flags() and flags_to_string() + from the bin/ls/ sources to libutil, users doing UPDATE builds + will need to do a "make cleandir" in + tools/mtree/, tools/makefs/, tools/binstall/, tools/pax/, + bin/pax/, bin/ls/, usr.sbin/mtree/, usr.sbin/makefs/, + usr.bin/xinstall/, and libexec/ftpd/ + in order to excise stale references to the old stat_flags.h header + file in the ls sources -- stat_flags.h has been removed. + 20061108: The configure script used in the src/tools/gcc compiler has been changed to indicate that our libc has ssp support built-in and