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.299 retrieving revision 1.300 diff -u -p -r1.299 -r1.300 --- src/UPDATING 2019/02/08 09:57:01 1.299 +++ src/UPDATING 2019/07/23 06:35:40 1.300 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.299 2019/02/08 09:57:01 mrg Exp $ +$NetBSD: UPDATING,v 1.300 2019/07/23 06:35:40 martin 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 @@ -19,6 +19,13 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^^^^^^^^^^^^^ +20190723: + The jemalloc allocator in libc is now build without extended + debugging (for performance reasons). In update builds make sure + to rebuild it completly, by removing all affected object files, + including compat builds, something like: + cd /usr/obj && find . -type d -name jemalloc|xargs rm -rf + 20190207: GCC 7 switched for many ports. Update builds are likely to fail.