aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-07 09:35:56 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-07 09:35:56 +0000
commitc891e27bc28236ed070971f7cf5b27dea656ad93 (patch)
tree5ebcd1bb12011226d94631273034cbcfa1b29b97 /docs
parentfc4718d95a1b6f6e0e77a6f84772a22482f70ff1 (diff)
downloadbusybox-w32-c891e27bc28236ed070971f7cf5b27dea656ad93.tar.gz
busybox-w32-c891e27bc28236ed070971f7cf5b27dea656ad93.tar.bz2
busybox-w32-c891e27bc28236ed070971f7cf5b27dea656ad93.zip
docs: "how to add a patch"
git-svn-id: svn://busybox.net/trunk/busybox@18358 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.net/fix.html15
-rw-r--r--docs/busybox.net/news.html3
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>