diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-08-02 19:31:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-08-02 19:31:08 +0000 |
commit | 9e6089ee0fcb07a582c553479ebab740a5021358 (patch) | |
tree | 5961dc8b3b2c94d2bbfba9421dd67bd3662a74eb /Changelog | |
parent | c9dd5f945bc8ce709bfe7ceeecb138ad26c68431 (diff) | |
download | busybox-w32-9e6089ee0fcb07a582c553479ebab740a5021358.tar.gz busybox-w32-9e6089ee0fcb07a582c553479ebab740a5021358.tar.bz2 busybox-w32-9e6089ee0fcb07a582c553479ebab740a5021358.zip |
Ok, here we go...
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -1,4 +1,19 @@ | |||
1 | 0.53 | 1 | 0.60.0 |
2 | |||
3 | Note: | ||
4 | |||
5 | For this release I have bumped the version number to 0.60.0. This | ||
6 | reflects the fact that this release is intended to form a new stable | ||
7 | BusyBox release series. If you need to rely on a stable version of | ||
8 | BusyBox, you should plan on using the stable 0.60.x series. If bugs | ||
9 | show up then I will release 0.60.1, then 0.60.2, etc... This is also | ||
10 | intended to deal with the fact that the BusyBox build system will be | ||
11 | getting a major overhaul for the next release and I don't want that to | ||
12 | break products that people are shipping. To avoid that, the new build | ||
13 | system will be released as part of a new BusyBox development series | ||
14 | that will have some not-yet-decided-on odd version number. Once things | ||
15 | stabablize and the new build system is working for everyone, then I | ||
16 | will release that as a new stable release series. | ||
2 | 17 | ||
3 | Critical Bugfixes: | 18 | Critical Bugfixes: |
4 | * Matt Kraai | 19 | * Matt Kraai |
@@ -23,13 +38,13 @@ | |||
23 | 38 | ||
24 | Other Changes: | 39 | Other Changes: |
25 | * Erik Andersen | 40 | * Erik Andersen |
26 | -- various little things | ||
27 | -- fixed busybox.spec so it should now work on redhat systems | 41 | -- fixed busybox.spec so it should now work on redhat systems |
28 | -- fixed dos2unix and unix2dos so they should work once again | 42 | -- fixed dos2unix and unix2dos so they should work once again |
29 | -- Adjustments to make busybox more uClinux friendly. Busybox | 43 | -- Adjustments to make busybox more uClinux friendly. Busybox |
30 | should now work on uClinux systems without needing and source | 44 | should now work on uClinux systems without needing and source |
31 | code changes (applets that won't work on uClinux systems are | 45 | code changes (applets that won't work on uClinux systems are |
32 | now automagicaly disabled). | 46 | now automagicaly disabled). |
47 | -- various things (cleanups, libc compatibility work, etc, etc) | ||
33 | * Jim Gleason <jimg@lineo.com> | 48 | * Jim Gleason <jimg@lineo.com> |
34 | -- Fixed for sed, where it failed to preserve whether or not the | 49 | -- Fixed for sed, where it failed to preserve whether or not the |
35 | line was previously altered when running a subst command. | 50 | line was previously altered when running a subst command. |