aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-01-23 13:54:15 +0000
committerJohn Beppu <beppu@lbox.org>2000-01-23 13:54:15 +0000
commit9bc7e89fc1eb493c06494ad86781ab49fc28c509 (patch)
tree03d3e22206f7aacfb43288025ca63fa262deb800
parenta4a8fd05f4512d9c7c195080d2ce9dd9a16c2908 (diff)
downloadbusybox-w32-9bc7e89fc1eb493c06494ad86781ab49fc28c509.tar.gz
busybox-w32-9bc7e89fc1eb493c06494ad86781ab49fc28c509.tar.bz2
busybox-w32-9bc7e89fc1eb493c06494ad86781ab49fc28c509.zip
Making note of my changes
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index aa56355c1..493c9c2f8 100644
--- a/Changelog
+++ b/Changelog
@@ -15,6 +15,8 @@
15 * Optional support contributed by Ben Collins <bcollins@debian.org> 15 * Optional support contributed by Ben Collins <bcollins@debian.org>
16 for the kernel init chroot patch by Werner Almesberger, which 16 for the kernel init chroot patch by Werner Almesberger, which
17 allows init to chroot to a new device, and umount the old one. 17 allows init to chroot to a new device, and umount the old one.
18 * Fixed bug that wouldn't let one chown a symlink -- it would
19 always dereference before. -beppu
18 20
19 21
20 -Erik Andersen 22 -Erik Andersen