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.174 retrieving revision 1.175 diff -u -p -r1.174 -r1.175 --- src/UPDATING 2008/07/23 00:29:35 1.174 +++ src/UPDATING 2008/08/01 07:34:57 1.175 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.174 2008/07/23 00:29:35 lukem Exp $ +$NetBSD: UPDATING,v 1.175 2008/08/01 07:34:57 simonb Exp $ This file (UPDATING) is intended to be a brief reference to recent changes that might cause problems in the build process, and a guide for @@ -16,6 +16,13 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^^^^^^^^^^^^^ +20080731: + WAPBL (metadata journaling support) has been added, but at this + time isn't backwards compatible with pre-WAPBL aware kernels + and userland (fsck_ffs in particular). Please make sure you + don't use a journaled filesystem with an older kernel/userland, + especially an uncleanly mounted journaled filesystem. + 20080721: Assembler warnings are now fatal if $WARNS>0 and $NOGCCERROR isn't defined.