aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-11-16 00:46:00 +0000
committerEric Andersen <andersen@codepoet.org>1999-11-16 00:46:00 +0000
commitd80e851dc05f978dded84b7ac9fcae7066e3ffe0 (patch)
tree9f32d236ce80a7a692f74fe1012df3bed6b19418 /Changelog
parenta9c95ea6551eb3d894fcc56822c8aa394972b699 (diff)
downloadbusybox-d80e851dc05f978dded84b7ac9fcae7066e3ffe0.tar.gz
Stuf
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 0dddd4cd8..bba974618 100644
--- a/Changelog
+++ b/Changelog
@@ -11,6 +11,11 @@
* NFS support added to mount by Eric Delaunay. It costs 10k when compiled
in, but that is still a big win for those that use NFS.
* Made 'rm -f' be silent for non-existant files (thanks to Eric Delaunay).
+ * changed zcat.c to gunzip.c. It now obeys the principle of least surprise
+ and acts as god intended gunzip and zcat to act. They answer --help and
+ obey the '-c' flag.
+ * Fixed a bug in mv which caused it to not move files when the destination
+ was a directory name.
-Erik Andersen