diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-01-13 17:15:34 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-01-13 17:15:34 +0000 |
commit | 223f409709e1137134b84c8cc4aa10349ef923b9 (patch) | |
tree | 3b21fd43cc8f5b50145d70dfc35c1e3f19a8f260 | |
parent | df357000d668174cc11e0775da45f5535c429b22 (diff) | |
download | busybox-w32-223f409709e1137134b84c8cc4aa10349ef923b9.tar.gz busybox-w32-223f409709e1137134b84c8cc4aa10349ef923b9.tar.bz2 busybox-w32-223f409709e1137134b84c8cc4aa10349ef923b9.zip |
Mention the new bug tracking system
git-svn-id: svn://busybox.net/trunk/busybox@9697 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | docs/busybox.net/header.html | 1 | ||||
-rw-r--r-- | docs/busybox.net/news.html | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/docs/busybox.net/header.html b/docs/busybox.net/header.html index d0204bf1a..dda2a3c4d 100644 --- a/docs/busybox.net/header.html +++ b/docs/busybox.net/header.html | |||
@@ -51,6 +51,7 @@ | |||
51 | <br><a href="/FAQ.html">FAQ</a> | 51 | <br><a href="/FAQ.html">FAQ</a> |
52 | <br><a href="/cvs_anon.html">Accessing CVS</a> | 52 | <br><a href="/cvs_anon.html">Accessing CVS</a> |
53 | <br><a href="/cgi-bin/cvsweb/busybox/">Browse CVS</a> | 53 | <br><a href="/cgi-bin/cvsweb/busybox/">Browse CVS</a> |
54 | <br><a href="http://bugs.busybox.net/">Bug Tracking</a> | ||
54 | <br><a href="/docs.html">Documentation</a> | 55 | <br><a href="/docs.html">Documentation</a> |
55 | <br><a href="/products.html">Products</a> | 56 | <br><a href="/products.html">Products</a> |
56 | <br><a href="/shame.html">Hall of Shame</a> | 57 | <br><a href="/shame.html">Hall of Shame</a> |
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 0d4c81bab..7796d6f95 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -3,6 +3,25 @@ | |||
3 | 3 | ||
4 | <ul> | 4 | <ul> |
5 | 5 | ||
6 | <li><b>13 January 2005 -- Bug and Patch Tracking</b><p> | ||
7 | |||
8 | Bug reports sometimes get lost when posted to the mailing list. The | ||
9 | developers of BusyBox are busy people, and have only so much they can keep | ||
10 | in their brains at a time. In my case, I'm lucky if I can remember my own | ||
11 | name, much less a bug report posted last week... To prevent your bug report | ||
12 | from getting lost, if you find a bug in BusyBox, please use the | ||
13 | <a href="http://bugs.busybox.net/">shiny new Bug and Patch Tracking System</a> | ||
14 | to post all the gory details. | ||
15 | |||
16 | <p> | ||
17 | |||
18 | The same applies to patches... Regardless of whether your patch | ||
19 | is a bug fix or adds spify new features, please post your patch | ||
20 | to the Bug and Patch Tracking System to make certain it is | ||
21 | properly considered. | ||
22 | |||
23 | |||
24 | <p> | ||
6 | <li><b>13 October 2004 -- BusyBox 1.00 released</b><p> | 25 | <li><b>13 October 2004 -- BusyBox 1.00 released</b><p> |
7 | 26 | ||
8 | When you take a careful look at nearly every embedded Linux device or | 27 | When you take a careful look at nearly every embedded Linux device or |