aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-11 17:45:42 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-11 17:45:42 +0000
commitd006c9e6307c654f5a9110d37994d4ff3ddcd6a1 (patch)
tree93f72d8c8d98a4ed051ebfab22592025866b193d
parent9ebccb289154aba69cc87990d63f8ad3280e0674 (diff)
downloadbusybox-d006c9e6307c654f5a9110d37994d4ff3ddcd6a1.tar.gz
More changelog updates
-Erik
-rw-r--r--Changelog7
1 files changed, 4 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index c68568936..28012ebd9 100644
--- a/Changelog
+++ b/Changelog
@@ -48,9 +48,10 @@
then be loaded in by 'loadkmap' -- submitted by
Arne Bernin <arne@matrix.loopback.org>
* Fixed NFS so it supports 2.4.x kernels and NFSv3.
- * Brand, new versions of grep and sed which use libc regex routines. The
- hand-tooled "regexp.[ch]" files have been removed. Much help from Matt
- Kraai <kraai@alumni.carnegiemellon.edu> on these.
+ * Brand, new versions of grep and sed which use libc regex routines,
+ thanks to Mark Whitley <markw@lineo.com>. The hand-tooled
+ "regexp.[ch]" files have been removed. Much help on these from
+ Matt Kraai as well.
-Erik Andersen