diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-26 12:14:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-26 12:14:30 +0000 |
commit | 1386e7021015959443a3b601b224660848acdda4 (patch) | |
tree | 05cc6c41012fe0f7ff2df50a4ba84d4b5ced4d8f /Changelog | |
parent | ef40aa81c5024bc305a4e95f6edb76bae258cc2b (diff) | |
download | busybox-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-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |