diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-06 18:46:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-06 18:46:10 +0000 |
commit | e6c4de03c6e1ead4423bb2791d49303666822d85 (patch) | |
tree | afe0bc21e52493f55ee83cb4bd81d5f53f2deaa7 | |
parent | f15d4dad66374f1b035e2ee59a6495ab4743646a (diff) | |
download | busybox-w32-e6c4de03c6e1ead4423bb2791d49303666822d85.tar.gz busybox-w32-e6c4de03c6e1ead4423bb2791d49303666822d85.tar.bz2 busybox-w32-e6c4de03c6e1ead4423bb2791d49303666822d85.zip |
First pass at trying to retrofit a changelog for 0.50. Please everyone
look over this and if I forgot something, misattributed your work, or
spelled something badly, please let me know.
-Erik
-rw-r--r-- | Changelog | 64 |
1 files changed, 59 insertions, 5 deletions
@@ -1,13 +1,67 @@ | |||
1 | 0.50 | 1 | 0.50 |
2 | * Evin Robertson -- new pivot_root applet | 2 | * Erik Andersen -- added ifconfig interface status reporting |
3 | * Bjorn Wesen -- new ifconfig and route applet (taken from | 3 | * Erik Andersen -- Debian packaging updates |
4 | work done be Axis Communications). | 4 | * Erik Andersen -- lash environment variable expansion updated |
5 | * Erik Andersen -- Fix use of busybox with dmalloc debugging lib | ||
6 | * Erik Andersen -- fixed ls behavior for broken or very narrow terminals. | ||
7 | * Erik Andersen -- if umount2 or pivot_root are not available, | ||
8 | stub them out. | ||
9 | * Erik Andersen -- Make sure libpwd.a is linked _last_ so it | ||
10 | overrides the system pwd/grp | ||
5 | * Vladimir N. Oleynik -- new stty applet | 11 | * Vladimir N. Oleynik -- new stty applet |
6 | * Kenneth Chalmers and Erik Andersen -- fixed ln so it | 12 | * Kenneth Chalmers and Erik Andersen -- fixed ln so it |
7 | behaves when given no arguments (prints usage) and when | 13 | behaves when given no arguments (prints usage) and when |
8 | given just one arg (tries to make a link in the cwd). | 14 | given just one arg (tries to make a link in the cwd). |
9 | 15 | * Magnus Damm -- added a tftp applet | |
10 | <lots of other things -- fixme> | 16 | * Magnus Damm -- powerpc support for busybox insmod. |
17 | * David Douthitt -- fixed a build error in df.c when | ||
18 | BB_FEATURE_HUMAN_READABLE was disabled | ||
19 | * Vladimir Oleynik -- saved 128 bytes by moving error checking | ||
20 | for several my_* functions into utility.c | ||
21 | * John Beppu -- wrote autodocifier.pl, which will be used to auto- | ||
22 | generate the documentation from the source code, making life | ||
23 | much simpler for all. | ||
24 | * Magnus Damm <damm@opensource.se> -- Fixed an 'inner scope var | ||
25 | masking outer scope var with same name' bug that prevented | ||
26 | the loopback device from being unmounted if mount() failed. | ||
27 | * Larry Doolittle -- rewrote ifconfig to make it smaller | ||
28 | * Larry Doolittle and Erik Andersen -- cleanups to pristine source | ||
29 | * Larry Doolittle -- many bugfixes resulting from regression testing | ||
30 | * Erik Gustavsson <cyrano@algonet.se> -- allow env variables set on the | ||
31 | kernel command line to be inherited into init and its children. | ||
32 | * Chris Jaeger -- Makefile cleanup to make option setting less error-prone | ||
33 | * Chris Jaeger <cjaeger@ensim.com> -- Carefully check NFS_MOUNT_VERSION | ||
34 | depending on what kernel is being used. | ||
35 | * Quinn Jensen <jensenq@lineo.com> -- MIPS support for busybox insmod. | ||
36 | * Evin Robertson -- new pivot_root applet | ||
37 | * Kent Robotti -- usage message cleanups | ||
38 | * Kent Robotti -- reworked dos2unix/unix2dos | ||
39 | * Evin Robertson and Manuel Novoa III -- reworked how usage messages | ||
40 | are stored to save several k of space. | ||
41 | * Matt Kraai -- Keep trying if an NFS mount fails | ||
42 | * Matt Kraai -- fixed insmod so it won't try to insmod directories. | ||
43 | * Matt Kraai -- added nc listening support | ||
44 | * Matt Kraai and David Douthitt -- reworked fine to support -type, | ||
45 | -perm, -mtime, and other improvements. | ||
46 | * Matt Kraai -- added find_applet_by_name and saved some memory thereby | ||
47 | * Matt Kraai -- added chomp to reduce redundant code elsewhere | ||
48 | * Matt Kraai -- Removed trailing \n chars from error_msg{,_and_die} messages. | ||
49 | * Glenn McGrath -- bypass /proc in mount, now uses sysfs. | ||
50 | * Glenn McGrath -- several updates to dpkg and dpkg-deb. | ||
51 | * Manuel Novoa III -- several size optimizations: parse_mode, | ||
52 | process_escape_sequence, format, and get_kernel_revision. | ||
53 | * Vladimir N. Oleynik -- Fixed a bug where init set PATH incorrectly | ||
54 | * Vladimir N. Oleynik -- cleanups to route, cmdedit, mkdir, | ||
55 | mkfs_minix, mkswap, chmod_chown_chgrp and utility.c | ||
56 | * Vladimir N. Oleynik -- many fixes to cmdedit. so tab completion | ||
57 | is now working and general editing is much improved. | ||
58 | * Vladimir N. Oleynik -- added route status reporting. | ||
59 | * Vladimir N. Oleynik -- fixed wget to use xfopen | ||
60 | * Bjorn Wesen -- new ifconfig and route applet (taken from | ||
61 | work done by Axis Communications). | ||
62 | * Mark Whitley -- Added a 'How to contribute to Busybox' doc | ||
63 | and updated the style guide. | ||
64 | * Mark Whitley -- implemented grep -A, -B, and -C | ||
11 | 65 | ||
12 | 66 | ||
13 | -Erik Andersen, not yet released | 67 | -Erik Andersen, not yet released |