diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-07 09:35:56 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-07 09:35:56 +0000 |
commit | fdf63a30fe4f5f0d5dac2899b50996ca7088f1bf (patch) | |
tree | 5ebcd1bb12011226d94631273034cbcfa1b29b97 /docs | |
parent | 540a2a1f3b056ddaea72f84c5a9b7ec947d75c8e (diff) | |
download | busybox-w32-fdf63a30fe4f5f0d5dac2899b50996ca7088f1bf.tar.gz busybox-w32-fdf63a30fe4f5f0d5dac2899b50996ca7088f1bf.tar.bz2 busybox-w32-fdf63a30fe4f5f0d5dac2899b50996ca7088f1bf.zip |
docs: "how to add a patch"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/fix.html | 15 | ||||
-rw-r--r-- | docs/busybox.net/news.html | 3 |
2 files changed, 17 insertions, 1 deletions
diff --git a/docs/busybox.net/fix.html b/docs/busybox.net/fix.html new file mode 100644 index 000000000..45621cde7 --- /dev/null +++ b/docs/busybox.net/fix.html | |||
@@ -0,0 +1,15 @@ | |||
1 | <!--#include file="header.html" --> | ||
2 | |||
3 | <h3>How to get your patch added to "hot fixes"</h3> | ||
4 | |||
5 | <p> If you found a regression or severe bug in busybox, and you have a patch | ||
6 | for it, and you want to see it added to "hot fixes", please rediff your | ||
7 | patch against corresponding unmodified busybox source and send it to | ||
8 | <a href=mailto:busybox@busybox.net>the mailing list</a>. | ||
9 | </p> | ||
10 | |||
11 | <br> | ||
12 | <br> | ||
13 | <br> | ||
14 | |||
15 | <!--#include file="footer.html" --> | ||
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 3d0597616..9fccd1bbf 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -4,7 +4,8 @@ | |||
4 | <ul> | 4 | <ul> |
5 | <li><b>23 March, 2007 -- BusyBox 1.5.0 (unstable)</b> | 5 | <li><b>23 March, 2007 -- BusyBox 1.5.0 (unstable)</b> |
6 | <p><a href=http://busybox.net/downloads/busybox-1.5.0.tar.bz2>BusyBox 1.5.0</a>. | 6 | <p><a href=http://busybox.net/downloads/busybox-1.5.0.tar.bz2>BusyBox 1.5.0</a>. |
7 | (<a href=http://busybox.net/downloads/fixes-1.5.0/>patches</a>)</p> | 7 | (<a href=http://busybox.net/downloads/fixes-1.5.0/>patches</a>, |
8 | <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> | ||
8 | 9 | ||
9 | <p>Since this is a x.x.0 release, it probably does not deserve "stable" | 10 | <p>Since this is a x.x.0 release, it probably does not deserve "stable" |
10 | label. Please help making 1.5.1 stable by testing 1.5.0.</p> | 11 | label. Please help making 1.5.1 stable by testing 1.5.0.</p> |