aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2000-07-11 17:43:42 +0000
committerMark Whitley <markw@lineo.com>2000-07-11 17:43:42 +0000
commit9ebccb289154aba69cc87990d63f8ad3280e0674 (patch)
tree02f7093b0c53fa823d50ff063f39aea24730bf51
parentf1f6d58598ae6628b6a31d512e9148674349ee98 (diff)
downloadbusybox-w32-9ebccb289154aba69cc87990d63f8ad3280e0674.tar.gz
busybox-w32-9ebccb289154aba69cc87990d63f8ad3280e0674.tar.bz2
busybox-w32-9ebccb289154aba69cc87990d63f8ad3280e0674.zip
Added changelog entries for grep/sed/regex changes.
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index c99ef9064..c68568936 100644
--- a/Changelog
+++ b/Changelog
@@ -48,6 +48,9 @@
48 then be loaded in by 'loadkmap' -- submitted by 48 then be loaded in by 'loadkmap' -- submitted by
49 Arne Bernin <arne@matrix.loopback.org> 49 Arne Bernin <arne@matrix.loopback.org>
50 * Fixed NFS so it supports 2.4.x kernels and NFSv3. 50 * Fixed NFS so it supports 2.4.x kernels and NFSv3.
51 * Brand, new versions of grep and sed which use libc regex routines. The
52 hand-tooled "regexp.[ch]" files have been removed. Much help from Matt
53 Kraai <kraai@alumni.carnegiemellon.edu> on these.
51 54
52 55
53 -Erik Andersen 56 -Erik Andersen