diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-08-23 22:05:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-08-23 22:05:55 +0000 |
commit | 31b35a16e060960dd035010190059a3ec4ff50f7 (patch) | |
tree | 2d2593d2dab9c686ddac414a694ee124c1e07c9a /Changelog | |
parent | a3c8481a3323a5e4aa3be92bb6dc60adb30d673e (diff) | |
download | busybox-w32-0_60_1.tar.gz busybox-w32-0_60_1.tar.bz2 busybox-w32-0_60_1.zip |
Merge with the stable branch0_60_1
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 55 |
1 files changed, 53 insertions, 2 deletions
@@ -11,15 +11,66 @@ | |||
11 | 11 | ||
12 | Other Changes: | 12 | Other Changes: |
13 | 13 | ||
14 | * Vladimir Oleynik, Manuel Novoa III, Aaron Lehmann | ||
15 | -- a whole bunch of ash size optimizations | ||
14 | * Rodney Brown <RDBrown@mira.net> | 16 | * Rodney Brown <RDBrown@mira.net> |
15 | -- Optimized gzip.c, shrinking it be ~1.5k | 17 | -- Optimized gzip.c, shrinking it be ~1.5k |
16 | * Shu-Hao Chang <shuhao_chang@trend.com.tw> | 18 | |
17 | -- Fixed sed handling of multiple -e commands | ||
18 | 19 | ||
19 | -Erik Andersen, --not yet released-- | 20 | -Erik Andersen, --not yet released-- |
20 | 21 | ||
21 | 22 | ||
22 | 23 | ||
24 | 0.60.1 | ||
25 | |||
26 | Stable Release | ||
27 | |||
28 | |||
29 | New Applets & New Features: | ||
30 | none. :) | ||
31 | |||
32 | Known Problems (to be fixed in 0.60.2) | ||
33 | * msh can segfault on constructs such as | ||
34 | for i in `ls *.c` ; do echo $i ; done | ||
35 | due to a memory allocation problem. This only seems to cause | ||
36 | problems when the backtick expands to be several k in size. | ||
37 | |||
38 | |||
39 | Bugfixes: | ||
40 | * Matt Kraai | ||
41 | -- Fixed msh to support underscores in variable names. | ||
42 | -- Fixed a sed problem with unsatisfied backrefs (the problem was | ||
43 | noted by Martin Bene). | ||
44 | -- Removed BB_SH define entirely. Now one simply picks the shell | ||
45 | or shells they want as BB_<foo> in Config.h | ||
46 | -- Fixed head to use ferror(3) to check for errors, not errno. | ||
47 | * Shu-Hao Chang <shuhao_chang@trend.com.tw> | ||
48 | -- Fixed sed handling of multiple -e commands | ||
49 | * Magick <magick@linux-fan.com> | ||
50 | -- Fixed an init bug with AskFirst and /dev/null | ||
51 | * Jaspreet Singh <jsingh@somanetworks.com> | ||
52 | -- Fixed both a segfault and cosmetic bug in route | ||
53 | * Erik Andersen | ||
54 | -- Made the insmod options BB_FEATURE_NEW_MODULE_INTERFACE and | ||
55 | BB_FEATURE_OLD_MODULE_INTERFACE mutually exclusive | ||
56 | -- xgetcwd.c now includes sys/param.h to ensure PATH_MAX is defined | ||
57 | -- Fixed a potential segfault with lash + BB_FEATURE_CLEAN_UP | ||
58 | -- Removed uint64_t from dos2unix, avoiding C lib compat. problems. | ||
59 | * Glenn McGrath | ||
60 | -- Rewrite of tftp (commands match atftp, accepts -b, can use | ||
61 | non-standard ports, and is smaller). | ||
62 | -- Fixed unarchive exclude list handling | ||
63 | * Manuel Novoa III | ||
64 | -- rewrite of simplify_path so it behaves itself (fixing some | ||
65 | problems with mount and other applets). | ||
66 | -- Fixed ifconfig 'broadcast +' handling and disabled it by default | ||
67 | * Matthias ? <matthias@corelatus.com> | ||
68 | -- Fixed syslogd to log all messages from a single connection, not | ||
69 | just the first. | ||
70 | |||
71 | |||
72 | -Erik Andersen, 23 August 2001 | ||
73 | |||
23 | 74 | ||
24 | 0.60.0 | 75 | 0.60.0 |
25 | 76 | ||