aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-07 20:54:30 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-07 20:54:30 +0000
commitdc0d51de73fc5c374094a48ea82956857da5abc9 (patch)
tree770f9754e5f23af81d0efd9975c0a03feeb6cabb /Changelog
parent218de2f75ff91322db4f786c8e3954357e992caa (diff)
downloadbusybox-w32-dc0d51de73fc5c374094a48ea82956857da5abc9.tar.gz
busybox-w32-dc0d51de73fc5c374094a48ea82956857da5abc9.tar.bz2
busybox-w32-dc0d51de73fc5c374094a48ea82956857da5abc9.zip
Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn't
maintain it very well, so including it was not very appropriate. Those wanting an fdisk are invited to grab a copy from util-linux. -Erik git-svn-id: svn://busybox.net/trunk/busybox@774 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 16eba5830..c8f3bfb1e 100644
--- a/Changelog
+++ b/Changelog
@@ -37,6 +37,10 @@
37 * In 0.43, backspace and delete worked properly, but with 0.45, 37 * In 0.43, backspace and delete worked properly, but with 0.45,
38 it just echoed a ^? for backspace, and ^H for control-h. This 38 it just echoed a ^? for backspace, and ^H for control-h. This
39 was due to a broken macro in init.c, that is now fixed. 39 was due to a broken macro in init.c, that is now fixed.
40 * Removed sfdisk from BusyBox. It was buggy, fat, and we really
41 couldn't maintain it very well, so including it was not really
42 very appropriate. Those wanting an fdisk are invited to
43 grab a copy from util-linux.
40 44
41 45
42 -Erik Andersen 46 -Erik Andersen