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.102 retrieving revision 1.106 diff -u -p -r1.102 -r1.106 --- src/UPDATING 2004/01/09 19:36:28 1.102 +++ src/UPDATING 2004/01/25 14:13:08 1.106 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.102 2004/01/09 19:36:28 dbj Exp $ +$NetBSD: UPDATING,v 1.106 2004/01/25 14:13:08 bjh21 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,13 +8,19 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +20040125: + On acorn32, the beep and sysbeep devices are no longer + needed, and will need to be deleted from kernel configuration + files. + 20040109: Compatibility for old ffs superblock layouts has been added, and the restrictive fsck checks have been reenabled when using those layouts. If you have been using -current since 20030402, you may find that fsck again signals fatal superblock mismatches. To work around, you can use - fsck -b 32 to restore an alternate superblock. + fsck_ffs -b 32 -c 4 to restore an alternate superblock + and complete the filesystem upgrade. 20031203: New binutils builds may fail due to old dependencies.