bump version, prepare for -pre10
This commit is contained in:
parent
3561b017ce
commit
4c8b0dd973
@ -19,7 +19,7 @@
|
||||
|
||||
#--------------------------------------------------------
|
||||
PROG := busybox
|
||||
VERSION := 1.00-pre9
|
||||
VERSION := 1.00-pre10
|
||||
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
|
||||
|
||||
|
||||
|
@ -3,6 +3,25 @@
|
||||
|
||||
<ul>
|
||||
|
||||
<li><b>13 April 2004 -- BusyBox 1.0.0-pre10 released</b><p>
|
||||
|
||||
Ok, I lied. It turns out that -pre9 will not be the final BusyBox
|
||||
pre-release. With any luck however -pre10 will be, since I <b>really</b>
|
||||
want to get BusyBox 1.0.0 released this week. As usual, please do not
|
||||
bother to send in patches adding cool new features at this time. Only
|
||||
bug-fix patches will be accepted. It would also be <b>very</b> helpful if
|
||||
people could continue to review the BusyBox documentation and submit
|
||||
improvements.
|
||||
|
||||
<p>
|
||||
The <a href="downloads/Changelog">changelog</a> has all the details.
|
||||
And as usual you can <a href="downloads">download busybox here</a>.
|
||||
|
||||
<p>Have Fun!
|
||||
<p>
|
||||
|
||||
|
||||
<p>
|
||||
<li><b>6 April 2004 -- BusyBox 1.0.0-pre9 released</b><p>
|
||||
|
||||
Here goes the final BusyBox pre-release... This is your last chance for
|
||||
@ -53,95 +72,6 @@
|
||||
<p>
|
||||
|
||||
|
||||
<p>
|
||||
<li><b>4 February 2004 -- BusyBox 1.0.0-pre7 released</b><p>
|
||||
|
||||
There was a bug in -pre6 that broke argument parsing for a
|
||||
number of applets, since a variable was not being zeroed out
|
||||
properly. This release is primarily intended to fix that one
|
||||
problem. In addition, this release fixes several other
|
||||
problems, including a rewrite by mjn3 of the code for parsing
|
||||
the busybox.conf file used for suid handling, some shell updates
|
||||
from vodz, and a scattering of other small fixes. We are still
|
||||
aiming to finish off the -pre series in February and move on to
|
||||
the final 1.0.0 release... If you see any problems, of have
|
||||
suggestions to make, as always, please feel free to email the
|
||||
busybox mailing list.
|
||||
|
||||
<p>
|
||||
|
||||
The <a href="downloads/Changelog">changelog</a> has all
|
||||
the details. And as usual you can
|
||||
<a href="downloads">download busybox here</a>.
|
||||
|
||||
<p>Have Fun!
|
||||
<p>
|
||||
|
||||
|
||||
<p>
|
||||
<li><b>30 January 2004 -- BusyBox 1.0.0-pre6 released</b><p>
|
||||
|
||||
Here goes the next pre-release for the new BusyBox stable
|
||||
series. This release adds a number of size optimizations,
|
||||
updates udhcp, fixes up 2.6 modutils support, updates ash
|
||||
and the shell command line editing, and the usual pile of
|
||||
bug fixes both large and small. Things appear to be
|
||||
settling down now, so with a bit of luck and some testing
|
||||
perhaps we can finish off the -pre series in February and
|
||||
move on to the final 1.0.0 release... If you see any
|
||||
problems, of have suggestions to make, as always, please
|
||||
feel free to email the busybox mailing list.
|
||||
|
||||
<p>
|
||||
|
||||
People who rely on the <a href= "downloads/snapshots/">daily BusyBox snapshots</a>
|
||||
should be aware that snapshots of the old busybox 0.60.x
|
||||
series are no longer available. Daily snapshots are now
|
||||
only available for the BusyBox 1.0.0 series and now use
|
||||
the naming scheme "busybox-<date>.tar.bz2". Please
|
||||
adjust any build scripts using the old naming scheme accordingly.
|
||||
|
||||
<p>
|
||||
|
||||
The <a href="downloads/Changelog">changelog</a> has all
|
||||
the details. And as usual you can
|
||||
<a href="downloads">download busybox here</a>.
|
||||
|
||||
<p>Have Fun!
|
||||
<p>
|
||||
|
||||
|
||||
<p>
|
||||
<li><b>23 December 2003 -- BusyBox 1.0.0-pre5 released</b><p>
|
||||
|
||||
Here goes the next pre-release for the new BusyBox stable
|
||||
series. The most obvious thing in this release is a fix for
|
||||
a terribly stupid bug in mount that prevented it from working
|
||||
properly unless you specified the filesystem type. This
|
||||
release also fixes a few compile problems, updates udhcp,
|
||||
fixes a silly bug in fdisk, fixes ifup/ifdown to behave like
|
||||
the Debian version, updates devfsd, updates the 2.6.x
|
||||
modutils support, add a new 'rx' applet, removes the obsolete
|
||||
'loadacm' applet, fixes a few tar bugs, fixes a sed bug, and
|
||||
a few other odd fixes.
|
||||
|
||||
<p>
|
||||
|
||||
If you see any problems, of have suggestions to make, as
|
||||
always, please feel free to send an email to the busybox
|
||||
mailing list.
|
||||
|
||||
<p>
|
||||
|
||||
The <a href="downloads/Changelog">changelog</a> has all
|
||||
the details. And as usual you can
|
||||
<a href="downloads">download busybox here</a>.
|
||||
|
||||
<p>Have Fun!
|
||||
<p>
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
<li><b>Old News</b><p>
|
||||
<a href="/oldnews.html">Click here to read older news</a>
|
||||
|
@ -3,6 +3,94 @@
|
||||
|
||||
<ul>
|
||||
|
||||
<li><b>4 February 2004 -- BusyBox 1.0.0-pre7 released</b><p>
|
||||
|
||||
There was a bug in -pre6 that broke argument parsing for a
|
||||
number of applets, since a variable was not being zeroed out
|
||||
properly. This release is primarily intended to fix that one
|
||||
problem. In addition, this release fixes several other
|
||||
problems, including a rewrite by mjn3 of the code for parsing
|
||||
the busybox.conf file used for suid handling, some shell updates
|
||||
from vodz, and a scattering of other small fixes. We are still
|
||||
aiming to finish off the -pre series in February and move on to
|
||||
the final 1.0.0 release... If you see any problems, of have
|
||||
suggestions to make, as always, please feel free to email the
|
||||
busybox mailing list.
|
||||
|
||||
<p>
|
||||
|
||||
The <a href="downloads/Changelog">changelog</a> has all
|
||||
the details. And as usual you can
|
||||
<a href="downloads">download busybox here</a>.
|
||||
|
||||
<p>Have Fun!
|
||||
<p>
|
||||
|
||||
|
||||
<p>
|
||||
<li><b>30 January 2004 -- BusyBox 1.0.0-pre6 released</b><p>
|
||||
|
||||
Here goes the next pre-release for the new BusyBox stable
|
||||
series. This release adds a number of size optimizations,
|
||||
updates udhcp, fixes up 2.6 modutils support, updates ash
|
||||
and the shell command line editing, and the usual pile of
|
||||
bug fixes both large and small. Things appear to be
|
||||
settling down now, so with a bit of luck and some testing
|
||||
perhaps we can finish off the -pre series in February and
|
||||
move on to the final 1.0.0 release... If you see any
|
||||
problems, of have suggestions to make, as always, please
|
||||
feel free to email the busybox mailing list.
|
||||
|
||||
<p>
|
||||
|
||||
People who rely on the <a href= "downloads/snapshots/">daily BusyBox snapshots</a>
|
||||
should be aware that snapshots of the old busybox 0.60.x
|
||||
series are no longer available. Daily snapshots are now
|
||||
only available for the BusyBox 1.0.0 series and now use
|
||||
the naming scheme "busybox-<date>.tar.bz2". Please
|
||||
adjust any build scripts using the old naming scheme accordingly.
|
||||
|
||||
<p>
|
||||
|
||||
The <a href="downloads/Changelog">changelog</a> has all
|
||||
the details. And as usual you can
|
||||
<a href="downloads">download busybox here</a>.
|
||||
|
||||
<p>Have Fun!
|
||||
<p>
|
||||
|
||||
|
||||
<p>
|
||||
<li><b>23 December 2003 -- BusyBox 1.0.0-pre5 released</b><p>
|
||||
|
||||
Here goes the next pre-release for the new BusyBox stable
|
||||
series. The most obvious thing in this release is a fix for
|
||||
a terribly stupid bug in mount that prevented it from working
|
||||
properly unless you specified the filesystem type. This
|
||||
release also fixes a few compile problems, updates udhcp,
|
||||
fixes a silly bug in fdisk, fixes ifup/ifdown to behave like
|
||||
the Debian version, updates devfsd, updates the 2.6.x
|
||||
modutils support, add a new 'rx' applet, removes the obsolete
|
||||
'loadacm' applet, fixes a few tar bugs, fixes a sed bug, and
|
||||
a few other odd fixes.
|
||||
|
||||
<p>
|
||||
|
||||
If you see any problems, of have suggestions to make, as
|
||||
always, please feel free to send an email to the busybox
|
||||
mailing list.
|
||||
|
||||
<p>
|
||||
|
||||
The <a href="downloads/Changelog">changelog</a> has all
|
||||
the details. And as usual you can
|
||||
<a href="downloads">download busybox here</a>.
|
||||
|
||||
<p>Have Fun!
|
||||
<p>
|
||||
|
||||
|
||||
|
||||
<li><b>10 December 2003 -- BusyBox 1.0.0-pre4 released</b><p>
|
||||
|
||||
Here goes the fourth pre-release for the new BusyBox stable
|
||||
|
Loading…
Reference in New Issue
Block a user