diff options
-rw-r--r-- | Changelog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,8 @@ | |||
1 | 0.46 | 1 | 0.46 |
2 | 2 | ||
3 | * Fixed a _horrible_ bug where 'tar -tvf' could unlink | 3 | * Fixed a _horrible_ bug where 'tar -tvf' could unlink |
4 | local files!!! Fix thanks to Marius Groeger <mgroeger@sysgo.de> | 4 | local files that matched tarball contents!!! Fix thanks |
5 | to Marius Groeger <mgroeger@sysgo.de> | ||
5 | * Fixed a nasty bug in tar when could mess up saved symlinks. | 6 | * Fixed a nasty bug in tar when could mess up saved symlinks. |
6 | * Fixed tar creation support when reading from stdin ('tar -cf - . ') | 7 | * Fixed tar creation support when reading from stdin ('tar -cf - . ') |
7 | thanks to Daniel Quinlan <quinlan@transmeta.com> | 8 | thanks to Daniel Quinlan <quinlan@transmeta.com> |
@@ -31,7 +32,9 @@ | |||
31 | Merged common escape seq. code from tr and echo into utility.c. | 32 | Merged common escape seq. code from tr and echo into utility.c. |
32 | - Major work in updating/cleaning up the docs, and getting the | 33 | - Major work in updating/cleaning up the docs, and getting the |
33 | new SGML based docs into shape. | 34 | new SGML based docs into shape. |
35 | - cleanup of ar.c | ||
34 | - BusyBox should now poweroff when asked to do so. | 36 | - BusyBox should now poweroff when asked to do so. |
37 | - Fixed 'ln -n' and 'ln -s' so they both work properly. | ||
35 | * Reorganized signal names in kill.c for better architecture support | 38 | * Reorganized signal names in kill.c for better architecture support |
36 | -- patch thanks to simon wood <simon@mungewell.uklinux.net> | 39 | -- patch thanks to simon wood <simon@mungewell.uklinux.net> |
37 | * In 0.43, backspace and delete worked properly, but with 0.45, | 40 | * In 0.43, backspace and delete worked properly, but with 0.45, |