aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-26 12:14:30 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-26 12:14:30 +0000
commit1386e7021015959443a3b601b224660848acdda4 (patch)
tree05cc6c41012fe0f7ff2df50a4ba84d4b5ced4d8f /Changelog
parentef40aa81c5024bc305a4e95f6edb76bae258cc2b (diff)
downloadbusybox-1386e7021015959443a3b601b224660848acdda4.tar.gz
Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
Fix thanks to Arne Bernin <arne@matrix.loopback.org> -Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 889d17df3..f747ebe6c 100644
--- a/Changelog
+++ b/Changelog
@@ -6,6 +6,8 @@
* Fixed a nasty bug in tar when could mess up saved symlinks.
* Fixed insmod module option parsing for options lacking an '='.
Fix thanks to Marc Nijdam <marc_nijdam@hp.com>
+ * Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
+ Fix thanks to Arne Bernin <arne@matrix.loopback.org>
-Erik Andersen