Inform that the prop_{array,dictionary}_send_syscall(3) change breaks

backward compatibility with old quota2 binaries, so ensure that you
update both (proplib + quota2 executables) simultaneously when updating
a -current installation.
This commit is contained in:
jym 2011-09-30 22:17:50 +00:00
parent afca4e3b49
commit f0eca4d0dd

View File

@ -1,4 +1,4 @@
$NetBSD: UPDATING,v 1.228 2011/08/17 09:18:38 mrg Exp $ $NetBSD: UPDATING,v 1.229 2011/09/30 22:17:50 jym Exp $
This file (UPDATING) is intended to be a brief reference to recent 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 changes that might cause problems in the build process, and a guide for
@ -15,6 +15,12 @@ See also: BUILDING, build.sh, Makefile.
Recent changes: Recent changes:
^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
20111001:
the prop_*_send_syscall() functions from proplib(3) have been
changed and their new version is not backward compatible with the old
one. So ensure that all consumers of these functions (currently:
quota2 code and its tests) are updated together with the new lib.
20110817: 20110817:
sparc has been changed to use GCC 4.5.3, so any objdir or sparc has been changed to use GCC 4.5.3, so any objdir or
DESTDIR for them should be deleted before updating. DESTDIR for them should be deleted before updating.