aboutsummaryrefslogtreecommitdiff
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-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--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 @@
* 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