aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-10-23 21:18:59 +0000
committerMatt Kraai <kraai@debian.org>2001-10-23 21:18:59 +0000
commit1c9cebc8df13e6cbdd5af26ebb274eae2970ac63 (patch)
tree6c6e2910c512950fe5638c6b66fd2ca9f7fd416d /Changelog
parent8470b9a85c4f202e0167bfba13460d89a9da876c (diff)
downloadbusybox-1c9cebc8df13e6cbdd5af26ebb274eae2970ac63.tar.gz
Fix empty line substitutions (noted by Joshua Hudson).
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 6017ccb1d..9ed6d58ce 100644
--- a/Changelog
+++ b/Changelog
@@ -22,6 +22,7 @@
-- Fix ash exec (noted by Arne Bernin).
-- Fix tar segfault when include list is empty and exclude list is
not.
+ -- Fix sed s/$/@/ handling (noted by Joshua Hudson).
* Magick
-- made init run inittab command's in the order they show up
in the inittab file (FIFO instead of LIFO).