aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-07 20:54:30 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-07 20:54:30 +0000
commite6b9dfa96730d9cedfb1f22a4bc0f3bcb6949ea6 (patch)
tree770f9754e5f23af81d0efd9975c0a03feeb6cabb /Changelog
parent53a955786d71ba891cf98e5c5e4bcbbc6f0ded3e (diff)
downloadbusybox-e6b9dfa96730d9cedfb1f22a4bc0f3bcb6949ea6.tar.gz
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
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 @@
* In 0.43, backspace and delete worked properly, but with 0.45,
it just echoed a ^? for backspace, and ^H for control-h. This
was due to a broken macro in init.c, that is now fixed.
+ * Removed sfdisk from BusyBox. It was buggy, fat, and we really
+ couldn't maintain it very well, so including it was not really
+ very appropriate. Those wanting an fdisk are invited to
+ grab a copy from util-linux.
-Erik Andersen