diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-04 11:44:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-04 11:44:58 +0000 |
commit | 7cce16cf21ea039412f33e4fba61c3a5b45c08be (patch) | |
tree | 16e1167fc70ce074d40f57ff341aab3deda725c8 /docs | |
parent | aeea32ca696c0c68836d8dc2dfc22abd435f444f (diff) | |
download | busybox-w32-1_00_pre7.tar.gz busybox-w32-1_00_pre7.tar.bz2 busybox-w32-1_00_pre7.zip |
Bump version number for release1_00_pre7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/news.html | 59 | ||||
-rw-r--r-- | docs/busybox.net/oldnews.html | 32 |
2 files changed, 57 insertions, 34 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 285ecafa6..ea91e4252 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -3,6 +3,31 @@ | |||
3 | 3 | ||
4 | <ul> | 4 | <ul> |
5 | 5 | ||
6 | <li><b>4 February 2004 -- BusyBox 1.0.0-pre7 released</b><p> | ||
7 | |||
8 | There was a bug in -pre6 that broke argument parsing for a | ||
9 | number of applets, since a variable was not being zeroed out | ||
10 | properly. This release is primarily intended to fix that one | ||
11 | problem. In addition, this release fixes several other | ||
12 | problems, including a rewrite by mjn3 of the code for parsing | ||
13 | the busybox.conf file used for suid handling, some shell updated | ||
14 | by vodz, and a scattering of other small fixes. We are still | ||
15 | aiming to finish off the -pre series in February and move on to | ||
16 | the final 1.0.0 release... If you see any problems, of have | ||
17 | suggestions to make, as always, please feel free to email the | ||
18 | busybox mailing list. | ||
19 | |||
20 | <p> | ||
21 | |||
22 | The <a href="downloads/Changelog">changelog</a> has all | ||
23 | the details. And as usual you can | ||
24 | <a href="downloads">download busybox here</a>. | ||
25 | |||
26 | <p>Have Fun! | ||
27 | <p> | ||
28 | |||
29 | |||
30 | <p> | ||
6 | <li><b>30 January 2004 -- BusyBox 1.0.0-pre6 released</b><p> | 31 | <li><b>30 January 2004 -- BusyBox 1.0.0-pre6 released</b><p> |
7 | 32 | ||
8 | Here goes the next pre-release for the new BusyBox stable | 33 | Here goes the next pre-release for the new BusyBox stable |
@@ -66,40 +91,6 @@ | |||
66 | 91 | ||
67 | 92 | ||
68 | 93 | ||
69 | <p> | ||
70 | <li><b>10 December 2003 -- BusyBox 1.0.0-pre4 released</b><p> | ||
71 | |||
72 | Here goes the fourth pre-release for the new BusyBox stable | ||
73 | series. This release includes major rework to sed, lots of | ||
74 | rework on tar, a new tiny implementation of bunzip2, a new | ||
75 | devfsd applet, support for 2.6.x kernel modules, updates to | ||
76 | the ash shell, sha1sum and md5sum have been merged into a | ||
77 | common applet, the dpkg applets has been cleaned up, and tons | ||
78 | of random bugs have been fixed. Thanks everyone for all the | ||
79 | testing, bug reports, and patches! Once again, a big | ||
80 | thank-you goes to Glenn McGrath (bug1) for stepping in and | ||
81 | helping get patches merged! | ||
82 | |||
83 | <p> | ||
84 | |||
85 | And of course, if you are reading this, you might have noticed | ||
86 | the busybox website has been completely reworked. Hopefully | ||
87 | things are now somewhat easier to navigate... If you see any | ||
88 | problems, of have suggestions to make, as always, please feel | ||
89 | free to send an email to the busybox mailing list. | ||
90 | |||
91 | <p> | ||
92 | |||
93 | The <a href="downloads/Changelog">changelog</a> has all | ||
94 | the details. And as usual you can | ||
95 | <a href="downloads">download busybox here</a>. | ||
96 | |||
97 | <p>Have Fun! | ||
98 | <p> | ||
99 | |||
100 | |||
101 | |||
102 | |||
103 | <p> | 94 | <p> |
104 | <li><b>Old News</b><p> | 95 | <li><b>Old News</b><p> |
105 | <a href="/oldnews.html">Click here to read older news</a> | 96 | <a href="/oldnews.html">Click here to read older news</a> |
diff --git a/docs/busybox.net/oldnews.html b/docs/busybox.net/oldnews.html index 363e9a1c2..a13bf7733 100644 --- a/docs/busybox.net/oldnews.html +++ b/docs/busybox.net/oldnews.html | |||
@@ -3,6 +3,38 @@ | |||
3 | 3 | ||
4 | <ul> | 4 | <ul> |
5 | 5 | ||
6 | <li><b>10 December 2003 -- BusyBox 1.0.0-pre4 released</b><p> | ||
7 | |||
8 | Here goes the fourth pre-release for the new BusyBox stable | ||
9 | series. This release includes major rework to sed, lots of | ||
10 | rework on tar, a new tiny implementation of bunzip2, a new | ||
11 | devfsd applet, support for 2.6.x kernel modules, updates to | ||
12 | the ash shell, sha1sum and md5sum have been merged into a | ||
13 | common applet, the dpkg applets has been cleaned up, and tons | ||
14 | of random bugs have been fixed. Thanks everyone for all the | ||
15 | testing, bug reports, and patches! Once again, a big | ||
16 | thank-you goes to Glenn McGrath (bug1) for stepping in and | ||
17 | helping get patches merged! | ||
18 | |||
19 | <p> | ||
20 | |||
21 | And of course, if you are reading this, you might have noticed | ||
22 | the busybox website has been completely reworked. Hopefully | ||
23 | things are now somewhat easier to navigate... If you see any | ||
24 | problems, of have suggestions to make, as always, please feel | ||
25 | free to send an email to the busybox mailing list. | ||
26 | |||
27 | <p> | ||
28 | |||
29 | The <a href="downloads/Changelog">changelog</a> has all | ||
30 | the details. And as usual you can | ||
31 | <a href="downloads">download busybox here</a>. | ||
32 | |||
33 | <p>Have Fun! | ||
34 | |||
35 | |||
36 | |||
37 | <p> | ||
6 | <li><b>12 Sept 2003 -- BusyBox 1.0.0-pre3 released</b><p> | 38 | <li><b>12 Sept 2003 -- BusyBox 1.0.0-pre3 released</b><p> |
7 | 39 | ||
8 | Here goes the third pre-release for the new BusyBox stable | 40 | Here goes the third pre-release for the new BusyBox stable |