diff options
author | Eric Andersen | 2000-12-07 00:34:58 +0000 |
---|---|---|
committer | Eric Andersen | 2000-12-07 00:34:58 +0000 |
commit | 3d957c87b7525c3bfefddfc9aa2c24f04995275d (patch) | |
tree | 7e65e9a434acd20aab7654b0a354856813bcf715 /Changelog | |
parent | 6b78fe383feb80c19af988337ac793ffa126e95b (diff) | |
download | busybox-3d957c87b7525c3bfefddfc9aa2c24f04995275d.zip busybox-3d957c87b7525c3bfefddfc9aa2c24f04995275d.tar.gz |
Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hard
links, and no longer segfault in a certain wierd case.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ * Larry Doolittle -- \r handled now in echo and tr * Matt Kraai -- rewrite of uniq * Mark Whitley -- remix of xargs + * Jim Gleason <jimg@lineo.com> -- fixed tar so it no longer breaks + hard links. -Erik Andersen |