mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
- add note pointing to the stable branch, so users can pickup the current
stable version with fixes via svn.
This commit is contained in:
parent
bb5b2ffbc5
commit
776fe22756
@ -9,6 +9,11 @@
|
|||||||
find -xdev, and a fix for comm. Check the file "changelog" in the tarball
|
find -xdev, and a fix for comm. Check the file "changelog" in the tarball
|
||||||
for more info.</p>
|
for more info.</p>
|
||||||
|
|
||||||
|
<p>You can obtain the current stable branch via
|
||||||
|
<pre>
|
||||||
|
svn co svn://busybox.net/branches/busybox_1_1_stable
|
||||||
|
</pre></p>
|
||||||
|
|
||||||
<p>The next new development release (1.2.0) is slated for June. A 1.1.3
|
<p>The next new development release (1.2.0) is slated for June. A 1.1.3
|
||||||
will be released before then if more bug fixes crop up. (The new plan is
|
will be released before then if more bug fixes crop up. (The new plan is
|
||||||
to have a 1.x.0 new development release every 3 months, with 1.x.y stable
|
to have a 1.x.0 new development release every 3 months, with 1.x.y stable
|
||||||
|
@ -18,7 +18,13 @@ grab a copy of the latest version of BusyBox using anonymous svn access:
|
|||||||
<pre>
|
<pre>
|
||||||
svn co svn://busybox.net/trunk/busybox</pre>
|
svn co svn://busybox.net/trunk/busybox</pre>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
The current <em>stable branch</em> can be obtained with
|
||||||
|
<pre>
|
||||||
|
svn co svn://busybox.net/branches/busybox_1_1_stable
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
If you are not already familiar with using Subversion, I recommend you visit <a
|
If you are not already familiar with using Subversion, I recommend you visit <a
|
||||||
|
Loading…
Reference in New Issue
Block a user