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.71 retrieving revision 1.72 diff -u -p -r1.71 -r1.72 --- src/UPDATING 2002/10/09 21:20:20 1.71 +++ src/UPDATING 2002/10/11 02:09:42 1.72 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.71 2002/10/09 21:20:20 wiz Exp $ +$NetBSD: UPDATING,v 1.72 2002/10/11 02:09:42 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. @@ -8,6 +8,12 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +20021010: + The config(8) grammar was changed to allow options to register + dependencies on attributes, as well as other options. Users + must update and reinstall usr.sbin/config before building a new + kernel. + 20021009: A new attribute dependency syntax was introduced to config(8), which is now used by the SCSI configuration description. Users