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.86 retrieving revision 1.90 diff -u -p -r1.86 -r1.90 --- src/UPDATING 2003/04/10 08:12:29 1.86 +++ src/UPDATING 2003/06/30 20:13:26 1.90 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.86 2003/04/10 08:12:29 kleink Exp $ +$NetBSD: UPDATING,v 1.90 2003/06/30 20:13:26 wiz 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,30 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +20030630: + Groff was update to 1.19; it's probably necessary to do + cd src/gnu/usr.bin/groff + make MKMAN=no dependall install + (untested). + +20030516: + Due to bugs in the export handling code, invalid export lines + were accepted before and caused the kernel to panic when + mountd got restarted because it freed memory that had already + been freed. This has been fixed and the kernel checks + export addresses very strictly. If you upgrade your kernel, + make sure you also upgrade mountd, because if your export + file contains lines with an old inet4 address syntax (i.e. + a.b.c or a.b or a), they will get rejected by the new kernel. + +20030402: + The superblock layout for FFS was changed. If you have 1.6 + fsck binaries, they will signal a fatal superblock mismatch + with the first alternate, because they compare too many + fields (even ones that aren't useful). If possible, upgrade + your fsck_ffs binary before using a new kernel. + None of this signals actual filesystem damage. + 20030324: sendmail version 8.12.8 was imported. Since sendmail is now setgid to the smmsp group, and runs in "collection" @@ -36,6 +60,12 @@ Recent changes: update tools/mtree, before running make build. 20021219: + CVS repository layout was changed. See the following for details + if you are using (anonymous) cvs to update your tree. + + http://mail-index.netbsd.org/netbsd-announce/2002/12/19/0000.html + +20021219: install(1) had a '-N dbdir' option added, to specify an alternate location to look up users & groups (instead of the host system passwd(5) and group(5) databases).