Bump version number for release
This commit is contained in:
parent
aeea32ca69
commit
7cce16cf21
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#--------------------------------------------------------
|
#--------------------------------------------------------
|
||||||
PROG := busybox
|
PROG := busybox
|
||||||
VERSION := 1.00-pre6
|
VERSION := 1.00-pre7
|
||||||
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
|
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,31 @@
|
|||||||
|
|
||||||
<ul>
|
<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 updated
|
||||||
|
by 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>
|
<li><b>30 January 2004 -- BusyBox 1.0.0-pre6 released</b><p>
|
||||||
|
|
||||||
Here goes the next pre-release for the new BusyBox stable
|
Here goes the next pre-release for the new BusyBox stable
|
||||||
@ -66,40 +91,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<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
|
|
||||||
series. This release includes major rework to sed, lots of
|
|
||||||
rework on tar, a new tiny implementation of bunzip2, a new
|
|
||||||
devfsd applet, support for 2.6.x kernel modules, updates to
|
|
||||||
the ash shell, sha1sum and md5sum have been merged into a
|
|
||||||
common applet, the dpkg applets has been cleaned up, and tons
|
|
||||||
of random bugs have been fixed. Thanks everyone for all the
|
|
||||||
testing, bug reports, and patches! Once again, a big
|
|
||||||
thank-you goes to Glenn McGrath (bug1) for stepping in and
|
|
||||||
helping get patches merged!
|
|
||||||
|
|
||||||
<p>
|
|
||||||
|
|
||||||
And of course, if you are reading this, you might have noticed
|
|
||||||
the busybox website has been completely reworked. Hopefully
|
|
||||||
things are now somewhat easier to navigate... 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>
|
<p>
|
||||||
<li><b>Old News</b><p>
|
<li><b>Old News</b><p>
|
||||||
<a href="/oldnews.html">Click here to read older news</a>
|
<a href="/oldnews.html">Click here to read older news</a>
|
||||||
|
@ -3,6 +3,38 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
<li><b>10 December 2003 -- BusyBox 1.0.0-pre4 released</b><p>
|
||||||
|
|
||||||
|
Here goes the fourth pre-release for the new BusyBox stable
|
||||||
|
series. This release includes major rework to sed, lots of
|
||||||
|
rework on tar, a new tiny implementation of bunzip2, a new
|
||||||
|
devfsd applet, support for 2.6.x kernel modules, updates to
|
||||||
|
the ash shell, sha1sum and md5sum have been merged into a
|
||||||
|
common applet, the dpkg applets has been cleaned up, and tons
|
||||||
|
of random bugs have been fixed. Thanks everyone for all the
|
||||||
|
testing, bug reports, and patches! Once again, a big
|
||||||
|
thank-you goes to Glenn McGrath (bug1) for stepping in and
|
||||||
|
helping get patches merged!
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
And of course, if you are reading this, you might have noticed
|
||||||
|
the busybox website has been completely reworked. Hopefully
|
||||||
|
things are now somewhat easier to navigate... 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>12 Sept 2003 -- BusyBox 1.0.0-pre3 released</b><p>
|
<li><b>12 Sept 2003 -- BusyBox 1.0.0-pre3 released</b><p>
|
||||||
|
|
||||||
Here goes the third pre-release for the new BusyBox stable
|
Here goes the third pre-release for the new BusyBox stable
|
||||||
|
Loading…
Reference in New Issue
Block a user