diff --git a/Changelog b/Changelog index aa56355c1..493c9c2f8 100644 --- a/Changelog +++ b/Changelog @@ -15,6 +15,8 @@ * Optional support contributed by Ben Collins for the kernel init chroot patch by Werner Almesberger, which allows init to chroot to a new device, and umount the old one. + * Fixed bug that wouldn't let one chown a symlink -- it would + always dereference before. -beppu -Erik Andersen