diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-09 22:09:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-09 22:09:41 +0000 |
commit | 7cf9fed83f6e7bf86eb4cac324b98734739fa861 (patch) | |
tree | 67c170363e3276eb2dec3c72eea58670a7248140 | |
parent | 3f8688b406fd9c1876f028689b18feeb6fafc69b (diff) | |
download | busybox-w32-7cf9fed83f6e7bf86eb4cac324b98734739fa861.tar.gz busybox-w32-7cf9fed83f6e7bf86eb4cac324b98734739fa861.tar.bz2 busybox-w32-7cf9fed83f6e7bf86eb4cac324b98734739fa861.zip |
update the changelog, prepatory to the 0.51 release. Please review
for correctness!
-Erik
-rw-r--r-- | Changelog | 63 |
1 files changed, 58 insertions, 5 deletions
@@ -1,14 +1,67 @@ | |||
1 | 0.51pre | 1 | 0.51 |
2 | Critical Bugfixes: | ||
3 | * Erik Andersen -- Fixed a bug that could crash the shell in 0.50 | ||
4 | when pressing <Enter> on an empty line. | ||
5 | * Gennady Feldman -- Fixed a bug that could crash the shell in 0.50 | ||
6 | when performing an 'export' in the shell. | ||
7 | * Gennady Feldman -- fixed a syslogd bug where syslogd could cause | ||
8 | the init process to block (which can break systems badly). | ||
9 | |||
10 | New Applets: | ||
2 | * Sterling Huxley -- contributed a new vi applet! This is a very | 11 | * Sterling Huxley -- contributed a new vi applet! This is a very |
3 | functional vi implementation in Only 22k. | 12 | functional vi implementation in Only 22k. |
4 | * Erik Andersen -- added env applet | 13 | * Erik Andersen -- added env applet |
5 | * Erik Andersen -- Split utility.c into libbb | 14 | |
15 | Other changes: | ||
16 | * Erik Andersen -- Split utility.c into libbb, which provides a | ||
17 | much cleaner was for us to include shared functionality. | ||
18 | * Erik Andersen -- Reorganized how and when busybox includes | ||
19 | syscalls, aiding portability and (in this case) making the | ||
20 | busybox work on ia64 systems. | ||
21 | * Erik Andersen -- dpkg.c cleanup to use the updated gunzip interface. | ||
22 | * Erik Andersen -- Cleanups for libc5, glibc, and uClibc. | ||
23 | * Erik Andersen and Matt Kraai -- Cleanups for the human-readable | ||
24 | output from ls, du, and df. | ||
25 | * John Beppu -- The busybox.pod documentation is now automagically | ||
26 | generated from the source code. This makes it _much_ simpler. | ||
27 | Now to update the docs, just update the usage message... | ||
28 | * Dirk Behme <dirk.behme@de.bosch.com> -- Adjusted MIPS insmod | ||
29 | support a bit for Mips RS3. | ||
30 | * Christophe Boyanique -- egrep invoked the "init" applet in 0.50! | ||
31 | * Larry Doolittle -- Added -Wshadow and fixed a number of shadowed | ||
32 | variables | ||
33 | * David Douthitt -- fixed 'find -print' | ||
34 | * Gennady Feldman -- fixes for the syslogd circular buffer code | ||
35 | * Jeff Garzik -- a number of structural cleanups, fixes for -Wshadow | ||
36 | bugs, and similar problems. | ||
37 | * Matt Kraai -- Added a new 'shutdown' action to busybox init. Now | ||
38 | you can specify arbitrary behavior for 'ctrlaltdel' so now | ||
39 | pressing CTL-ALT-DEL can do something else (or nothing). | ||
6 | * Andreas Neuhaus <andy@fasta.fh-dortmund.de> -- fix for merging | 40 | * Andreas Neuhaus <andy@fasta.fh-dortmund.de> -- fix for merging |
7 | kernel command line environment variables into child environment | 41 | kernel command line environment variables into child environment |
8 | for init.c | 42 | for init.c |
9 | * Matt Kraai -- Added a new 'shutdown' action to busybox init. Now | 43 | * Glenn McGrath -- Fixed problems with dpkg and dpkg-deb applets |
10 | you can specify arbitrary behavior for 'ctrlaltdel' without that | 44 | * Glenn McGrath -- Don't try to automount devfs |
11 | behavior needing to be a reboot. | 45 | * Vladimir N. Oleynik -- optimizations for more.c |
46 | * Vladimir N. Oleynik -- Added locale support to the shell. | ||
47 | * Vladimir N. Oleynik -- moved struct applet from busybox.c to applets.c | ||
48 | * Vladimir N. Oleynik -- A size optimization for rdate | ||
49 | * Vladimir N. Oleynik -- Fixed printf applets's locale handling | ||
50 | * Vladimir N. Oleynik -- More cmdedit updates | ||
51 | * Pierre Peiffer <pierre.peiffer@sxb.bsf.alcatel.fr> -- made | ||
52 | find_pid_by_name() cope with swapped out processes. | ||
53 | * Jari Ruusu <jari.ruusu@pp.inet.fi> -- updates so that setting | ||
54 | D_FILE_OFFSET_BITS=64 now works as expected. | ||
55 | * Anthony Towns <aj@azure.humbug.org.au> -- fixed a bug with | ||
56 | sed address range handling | ||
57 | * Dmitry Zakharov <dmit@crp.bank.gov.ua> -- a number of updates | ||
58 | to wget: support for ftp downloads, basic HTTP basic auth, | ||
59 | handling of http redirects, protocol changed to 1.0 to stop | ||
60 | servers from requesting chunked encoding, when attempting to | ||
61 | continue an aborted download but server doesn't support restarts | ||
62 | then reopen output file in write mode, bugfix: when content-length | ||
63 | not given, wget didn't download anything, if -c is not specified, | ||
64 | it no longer default to restarting an aborted download. | ||
12 | 65 | ||
13 | 66 | ||
14 | -Erik Andersen, not yet released | 67 | -Erik Andersen, not yet released |