summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>1999-12-29 02:36:29 +0000
committerErik Andersen <andersen@codepoet.org>1999-12-29 02:36:29 +0000
commitf664c004db12cdb3e379c1745351e225c7b92de7 (patch)
tree0eb9f4d1d08bde592fc79ef034990fd5c0788e25 /Changelog
parent2fe08c7afb3ddef42f304e78cb6edfa28e0741ef (diff)
downloadbusybox-w32-f664c004db12cdb3e379c1745351e225c7b92de7.tar.gz
busybox-w32-f664c004db12cdb3e379c1745351e225c7b92de7.tar.bz2
busybox-w32-f664c004db12cdb3e379c1745351e225c7b92de7.zip
Fixed mv so it now does the right thing (same method used in cp). Removed
some cruft from cp. -Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 8edf3a62a..8d0b78eeb 100644
--- a/Changelog
+++ b/Changelog
@@ -13,6 +13,9 @@
13 * Fixed a bug where tar would set, and then clear SGID and SUID bits. 13 * Fixed a bug where tar would set, and then clear SGID and SUID bits.
14 * Fixed a bug where tar would not set the user and group on device 14 * Fixed a bug where tar would not set the user and group on device
15 special files. 15 special files.
16 * cp and mv were quite broken when moving directories. I have rewritten
17 them so they should now work as expected.
18
16 19
17 -Erik Andersen 20 -Erik Andersen
18 21