diff options
-rw-r--r-- | Changelog | 55 | ||||
-rw-r--r-- | docs/busybox.net/index.html | 18 |
2 files changed, 71 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 | ||
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index 753b21265..e606238d4 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html | |||
@@ -81,6 +81,24 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo | |||
81 | 81 | ||
82 | <ul> | 82 | <ul> |
83 | 83 | ||
84 | <li> <b>23 August 2001 -- BusyBox 0.60.1 released</b> | ||
85 | <br> | ||
86 | |||
87 | This is a relatively minor bug fixing release that fixes | ||
88 | up the bugs that have shown up in the stable release in | ||
89 | the last few weeks. Fortunately, nothing <em>too</em> | ||
90 | serious has shown up. This release only fixes bugs -- no | ||
91 | new features, no new applets. So without further ado, | ||
92 | here it is. Come and get it. | ||
93 | <p> | ||
94 | The | ||
95 | <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> has all | ||
96 | the details. As usual BusyBox 0.60.1 can be downloaded from | ||
97 | <a href="ftp://oss.lineo.com/busybox">ftp://oss.lineo.com/busybox</a>. | ||
98 | <p>Have Fun! | ||
99 | <p> | ||
100 | |||
101 | |||
84 | <li> <b>2 August 2001 -- BusyBox 0.60.0 released</b> | 102 | <li> <b>2 August 2001 -- BusyBox 0.60.0 released</b> |
85 | <br> | 103 | <br> |
86 | I am very pleased to announce the immediate availability of | 104 | I am very pleased to announce the immediate availability of |