diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-10 20:15:46 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-10 20:15:46 +0000 |
commit | 776fe22756a0c6a57f30bbb39fd4ccd66181ba2f (patch) | |
tree | d857fa131c475765b47a87e71e54e2b764cfc4a8 | |
parent | bb5b2ffbc5673e90994a2daa8029b5f8f1061d40 (diff) | |
download | busybox-w32-776fe22756a0c6a57f30bbb39fd4ccd66181ba2f.tar.gz busybox-w32-776fe22756a0c6a57f30bbb39fd4ccd66181ba2f.tar.bz2 busybox-w32-776fe22756a0c6a57f30bbb39fd4ccd66181ba2f.zip |
- add note pointing to the stable branch, so users can pickup the current
stable version with fixes via svn.
-rw-r--r-- | docs/busybox.net/news.html | 5 | ||||
-rw-r--r-- | docs/busybox.net/subversion.html | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index a5a36e9cc..2f703e64c 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -9,6 +9,11 @@ | |||
9 | find -xdev, and a fix for comm. Check the file "changelog" in the tarball | 9 | find -xdev, and a fix for comm. Check the file "changelog" in the tarball |
10 | for more info.</p> | 10 | for more info.</p> |
11 | 11 | ||
12 | <p>You can obtain the current stable branch via | ||
13 | <pre> | ||
14 | svn co svn://busybox.net/branches/busybox_1_1_stable | ||
15 | </pre></p> | ||
16 | |||
12 | <p>The next new development release (1.2.0) is slated for June. A 1.1.3 | 17 | <p>The next new development release (1.2.0) is slated for June. A 1.1.3 |
13 | will be released before then if more bug fixes crop up. (The new plan is | 18 | will be released before then if more bug fixes crop up. (The new plan is |
14 | to have a 1.x.0 new development release every 3 months, with 1.x.y stable | 19 | to have a 1.x.0 new development release every 3 months, with 1.x.y stable |
diff --git a/docs/busybox.net/subversion.html b/docs/busybox.net/subversion.html index 65be61c73..fb4bac774 100644 --- a/docs/busybox.net/subversion.html +++ b/docs/busybox.net/subversion.html | |||
@@ -18,7 +18,13 @@ grab a copy of the latest version of BusyBox using anonymous svn access: | |||
18 | <pre> | 18 | <pre> |
19 | svn co svn://busybox.net/trunk/busybox</pre> | 19 | svn co svn://busybox.net/trunk/busybox</pre> |
20 | 20 | ||
21 | <p> | ||
22 | The current <em>stable branch</em> can be obtained with | ||
23 | <pre> | ||
24 | svn co svn://busybox.net/branches/busybox_1_1_stable | ||
25 | </pre> | ||
21 | 26 | ||
27 | </p> | ||
22 | <p> | 28 | <p> |
23 | 29 | ||
24 | If you are not already familiar with using Subversion, I recommend you visit <a | 30 | If you are not already familiar with using Subversion, I recommend you visit <a |