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.45 retrieving revision 1.46 diff -u -p -r1.45 -r1.46 --- src/UPDATING 2001/10/30 06:05:28 1.45 +++ src/UPDATING 2001/11/28 18:53:34 1.46 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.45 2001/10/30 06:05:28 yamt Exp $ +$NetBSD: UPDATING,v 1.46 2001/11/28 18:53:34 thorpej Exp $ This file is intended to be a brief introduction to the build process and a reference on what to do if something doesn't work. @@ -7,6 +7,13 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +20011128: + Kernel config information was changed to use defflag in + the various "files" files. Bug fixes to config(8) are + required in order for this to work properly. Make sure + to build and install in usr.sbin/config before attempting + to build a new kernel. + 20011030: libc/locale/wcstod.c now needs new lint(1). Update lint(1) before building libc.