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.88 retrieving revision 1.89 diff -u -p -r1.88 -r1.89 --- src/UPDATING 2003/04/30 07:23:49 1.88 +++ src/UPDATING 2003/05/16 14:19:49 1.89 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.88 2003/04/30 07:23:49 itojun Exp $ +$NetBSD: UPDATING,v 1.89 2003/05/16 14:19:49 christos 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,16 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +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