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 | |
parent | 540a2a1f3b056ddaea72f84c5a9b7ec947d75c8e (diff) |
docs: "how to add a patch"
-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 @@ +<!--#include file="header.html" --> + +<h3>How to get your patch added to "hot fixes"</h3> + +<p> If you found a regression or severe bug in busybox, and you have a patch + for it, and you want to see it added to "hot fixes", please rediff your + patch against corresponding unmodified busybox source and send it to + <a href=mailto:busybox@busybox.net>the mailing list</a>. +</p> + +<br> +<br> +<br> + +<!--#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 @@ <ul> <li><b>23 March, 2007 -- BusyBox 1.5.0 (unstable)</b> <p><a href=http://busybox.net/downloads/busybox-1.5.0.tar.bz2>BusyBox 1.5.0</a>. - (<a href=http://busybox.net/downloads/fixes-1.5.0/>patches</a>)</p> + (<a href=http://busybox.net/downloads/fixes-1.5.0/>patches</a>, + <a href=http://busybox.net/fix.html>how to add a patch</a>)</p> <p>Since this is a x.x.0 release, it probably does not deserve "stable" label. Please help making 1.5.1 stable by testing 1.5.0.</p> |