aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-11 17:42:56 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-11 17:42:56 +0000
commitf1f6d58598ae6628b6a31d512e9148674349ee98 (patch)
treec44a4a4a91b6e83d68eabaa3356692021b46abe6
parent0c838af50bdd7a94465c913c5d6b0780a497f30a (diff)
downloadbusybox-f1f6d58598ae6628b6a31d512e9148674349ee98.tar.gz
Some changelog updates.
-Erik
-rw-r--r--Changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index af2320668..c99ef9064 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,8 @@
0.46
* Fixed a _horrible_ bug where 'tar -tvf' could unlink
- local files!!! Fix thanks to Marius Groeger <mgroeger@sysgo.de>
+ local files that matched tarball contents!!! Fix thanks
+ to Marius Groeger <mgroeger@sysgo.de>
* Fixed a nasty bug in tar when could mess up saved symlinks.
* Fixed tar creation support when reading from stdin ('tar -cf - . ')
thanks to Daniel Quinlan <quinlan@transmeta.com>
@@ -31,7 +32,9 @@
Merged common escape seq. code from tr and echo into utility.c.
- Major work in updating/cleaning up the docs, and getting the
new SGML based docs into shape.
+ - cleanup of ar.c
- BusyBox should now poweroff when asked to do so.
+ - Fixed 'ln -n' and 'ln -s' so they both work properly.
* Reorganized signal names in kill.c for better architecture support
-- patch thanks to simon wood <simon@mungewell.uklinux.net>
* In 0.43, backspace and delete worked properly, but with 0.45,