aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-04 21:14:15 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-04 21:14:15 +0000
commit05ebdd03d4507bb92bff395906a3076fecc1010d (patch)
treed348fdfe900630410bf092c754258bccded666be
parent0810f723b137cb73d41b9021b3ea945f98001159 (diff)
downloadbusybox-w32-05ebdd03d4507bb92bff395906a3076fecc1010d.tar.gz
busybox-w32-05ebdd03d4507bb92bff395906a3076fecc1010d.tar.bz2
busybox-w32-05ebdd03d4507bb92bff395906a3076fecc1010d.zip
Update to changelog -- mostly from Larry Doolittle.
-rw-r--r--Changelog31
1 files changed, 30 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 2803ad902..fab930c92 100644
--- a/Changelog
+++ b/Changelog
@@ -1,8 +1,37 @@
10.49pre 10.49pre
2 2
3 * Glenn McGrath -- new 'dpkg-deb' command 3 * Glenn McGrath -- new 'dpkg-deb' command
4 * me -- md5sum was broken. Now fixed.
5 * Matt Kraai -- new sort.c 4 * Matt Kraai -- new sort.c
5 * Glenn McGrath -- new 'dpkg-deb' applet
6 * Glenn McGrath -- new ar code
7 * Erik Andersen -- disabled many less commonly used applets by default
8 * ?? -- more thrashing about to get clean perror_msg usage
9 * Matt Kraai -- new command line munging
10 * Larry Doolittle -- keep some locales from messing up busybox.sh
11 * Matt Kraai -- cleaned up dd and tail with new parse_number routine
12 * Mark Whitley -- remove debugging messages from deallocvt
13 * Matt Kraai and Mark Whitley -- new document "How to Add a New Applet
14 to BusyBox"
15 * David Douthitt -- fixed "grep -qv" bug
16 * Larry Doolittle -- fixed insmod bug with old kernels
17 * Matt Kraai -- logger remixed to use getopt, selection of stdin made
18 util-linux compatible
19 * Erik Andersen -- many more internal symbols classified static to
20 avoid namespace pollut
21 * Matt Kraai -- nc listening support
22 * Erik Andersen -- made sed understand arbitrary regexp delimiters
23 * Larry Doolittle et al. -- internal shell cleanup and buglet fixing,
24 read and exec should work better now
25 * Matt Kraai et al. -- more tar improvements and bug fixes, now
26 handles regexp file exclusion
27 * Larry Doolittle -- new script to automate build rule checking
28 * Matt Kraai -- update/cleanup of the docs on how to use init.
29 * Erik Andersen -- sh.c renamed all symbols per the style guide.
30 Better if-then-else-fi handling
31 * Erik Andersen -- cleaner division of labor between cmdedit.c and sh.c
32 * Erik Andersen -- md5sum was broken in 0.48. Now fixed (and doesn't
33 use getline, shrinking static compiles (since nothing else used it).
34
6 35
7 -Erik Andersen, <not released yet> 36 -Erik Andersen, <not released yet>
8 37