aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-23 21:38:12 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-23 21:38:12 +0000
commit77270119c57c2beb66c027bf8d6c1ca751a10b7e (patch)
tree3663c1184286a33a63f1cc88cebe4c7a79f38314 /Changelog
parenta97e1d1f07821e7d508dd7e5280583a5a6d5df4f (diff)
downloadbusybox-w32-77270119c57c2beb66c027bf8d6c1ca751a10b7e.tar.gz
busybox-w32-77270119c57c2beb66c027bf8d6c1ca751a10b7e.tar.bz2
busybox-w32-77270119c57c2beb66c027bf8d6c1ca751a10b7e.zip
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@116 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 1a7fd715e..7a7f50ab6 100644
--- a/Changelog
+++ b/Changelog
@@ -6,6 +6,10 @@
6 * Several options are now moved into busybox.defs.h 6 * Several options are now moved into busybox.defs.h
7 * Now 'rm -R' and 'rm -r' both work. 7 * Now 'rm -R' and 'rm -r' both work.
8 * dd now properly handles input beyond 1 block from stdin. 8 * dd now properly handles input beyond 1 block from stdin.
9 * Fixed a bug where tar unpacked everything a directories. Moved some code
10 from createPath into mkdir where it belonged, thereby making tar work properly.
11 * Fixed an off-by-one bug in cat. Given a list of file it wouldn't cat out the
12 last file in the list.
9 13
10 -Erik Andrsen 14 -Erik Andrsen
11 15