summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-07 00:34:58 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-07 00:34:58 +0000
commit3d957c87b7525c3bfefddfc9aa2c24f04995275d (patch)
tree7e65e9a434acd20aab7654b0a354856813bcf715 /Changelog
parent6b78fe383feb80c19af988337ac793ffa126e95b (diff)
downloadbusybox-w32-3d957c87b7525c3bfefddfc9aa2c24f04995275d.tar.gz
busybox-w32-3d957c87b7525c3bfefddfc9aa2c24f04995275d.tar.bz2
busybox-w32-3d957c87b7525c3bfefddfc9aa2c24f04995275d.zip
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--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 83ca4ad87..90212119f 100644
--- a/Changelog
+++ b/Changelog
@@ -43,6 +43,8 @@
43 * Larry Doolittle -- \r handled now in echo and tr 43 * Larry Doolittle -- \r handled now in echo and tr
44 * Matt Kraai -- rewrite of uniq 44 * Matt Kraai -- rewrite of uniq
45 * Mark Whitley -- remix of xargs 45 * Mark Whitley -- remix of xargs
46 * Jim Gleason <jimg@lineo.com> -- fixed tar so it no longer breaks
47 hard links.
46 48
47 49
48 -Erik Andersen 50 -Erik Andersen