diff options
-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> |