diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-11 18:06:01 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-11 18:06:01 +0000 |
commit | 960be79964738d18d137ae0188df3b41f3d2ec75 (patch) | |
tree | 6f195c8ce60bdb8aa59a208287d6c5d03e8cdc34 | |
parent | be909b1cd5a41c47e5c3a720a53651a81e158c68 (diff) | |
download | busybox-w32-960be79964738d18d137ae0188df3b41f3d2ec75.tar.gz busybox-w32-960be79964738d18d137ae0188df3b41f3d2ec75.tar.bz2 busybox-w32-960be79964738d18d137ae0188df3b41f3d2ec75.zip |
Final update for the release.
-rw-r--r-- | Changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | 0.46 | 1 | 0.46 |
2 | 2 | ||
3 | * Better portability. Now should compile cleanly with libc5, | ||
4 | GNU libc 2.0 and 2.1, and various Linux kernels including | ||
5 | 2.0.x, 2.2.x, and to 2.4.0-test*. (patch for 2.4.x kernels | ||
6 | to make /proc/mounts behave included in the kernel-patches dir). | ||
3 | * Fixed a _horrible_ bug where 'tar -tvf' could unlink | 7 | * Fixed a _horrible_ bug where 'tar -tvf' could unlink |
4 | local files that matched tarball contents!!! Fix thanks | 8 | local files that matched tarball contents!!! Fix thanks |
5 | to Marius Groeger <mgroeger@sysgo.de> | 9 | to Marius Groeger <mgroeger@sysgo.de> |