aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-23 21:18:59 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-23 21:18:59 +0000
commit03fb0c28d9f0e24f1bcbfd152ea33bb4e165629f (patch)
tree6c6e2910c512950fe5638c6b66fd2ca9f7fd416d
parent841eec880483acc0bdb6cf73ecd363e3f5a2a8d7 (diff)
downloadbusybox-w32-03fb0c28d9f0e24f1bcbfd152ea33bb4e165629f.tar.gz
busybox-w32-03fb0c28d9f0e24f1bcbfd152ea33bb4e165629f.tar.bz2
busybox-w32-03fb0c28d9f0e24f1bcbfd152ea33bb4e165629f.zip
Fix empty line substitutions (noted by Joshua Hudson).
git-svn-id: svn://busybox.net/trunk/busybox@3556 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
22 -- Fix ash exec (noted by Arne Bernin). 22 -- Fix ash exec (noted by Arne Bernin).
23 -- Fix tar segfault when include list is empty and exclude list is 23 -- Fix tar segfault when include list is empty and exclude list is
24 not. 24 not.
25 -- Fix sed s/$/@/ handling (noted by Joshua Hudson).
25 * Magick 26 * Magick
26 -- made init run inittab command's in the order they show up 27 -- made init run inittab command's in the order they show up
27 in the inittab file (FIFO instead of LIFO). 28 in the inittab file (FIFO instead of LIFO).