diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-11-03 22:11:00 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-11-03 22:11:00 +0000 |
commit | ba8c09c8b9d141edbd1c9d2ef9ab91cfb75b95a3 (patch) | |
tree | 33238a0a0904975fe355eb6a38fe696de249f353 /docs | |
parent | 3c2f869f2a47139985df28bdfaced691f5448ee3 (diff) | |
download | busybox-w32-ba8c09c8b9d141edbd1c9d2ef9ab91cfb75b95a3.tar.gz busybox-w32-ba8c09c8b9d141edbd1c9d2ef9ab91cfb75b95a3.tar.bz2 busybox-w32-ba8c09c8b9d141edbd1c9d2ef9ab91cfb75b95a3.zip |
Announce 1.1.0-pre1 already. Erik, please move links to the downloads directory
once you've got the signed tarballs up.
git-svn-id: svn://busybox.net/trunk/busybox@12135 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/FAQ.html | 9 | ||||
-rw-r--r-- | docs/busybox.net/news.html | 12 |
2 files changed, 16 insertions, 5 deletions
diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html index d4f7ba2f7..f2c862829 100644 --- a/docs/busybox.net/FAQ.html +++ b/docs/busybox.net/FAQ.html | |||
@@ -49,11 +49,10 @@ have additions to this FAQ document, we would love to add them, | |||
49 | BusyBox uses the name it was invoked under to determine which applet is | 49 | BusyBox uses the name it was invoked under to determine which applet is |
50 | being invoked. (Try "mv busybox ls" and then "./ls -l".) Installing | 50 | being invoked. (Try "mv busybox ls" and then "./ls -l".) Installing |
51 | busybox consists of creating symlinks (or hardlinks) to the busybox | 51 | busybox consists of creating symlinks (or hardlinks) to the busybox |
52 | binary for each applet in busybox, and making sure these symlinks are in | 52 | binary for each applet in busybox, and making sure these links are in |
53 | the shell's command $PATH. ("make install" creates these symlinks, and | 53 | the shell's command $PATH. The special applet name "busybox" (or with |
54 | "make install-hardlinks" creates hardlinks instead.) The special applet | 54 | any optional suffix, such as "busybox-static") uses the first argument |
55 | name "busybox" (or with any optional suffix, such as "busybox-static") | 55 | to determine which applet to run, as shown above. |
56 | uses the first argument to determine which applet to run, as shown above. | ||
57 | </p> | 56 | </p> |
58 | <p> | 57 | <p> |
59 | BusyBox also has a feature called the "standalone shell", where the busybox | 58 | BusyBox also has a feature called the "standalone shell", where the busybox |
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 37836f0c8..86c7af132 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -3,6 +3,18 @@ | |||
3 | 3 | ||
4 | <ul> | 4 | <ul> |
5 | 5 | ||
6 | <li><b>31 October 2005 -- 1.1.0-pre1</b> | ||
7 | <p>The development branch of busybox is stable enough for wider testing, so | ||
8 | you can now download (temporarly location: | ||
9 | <a href="http://www.landley.net/busybox/busybox-1.1.0-pre1.tar.bz2">tarball</a> | ||
10 | <a href="http://www.landley.net/busybox/BusyBox.html">docs</a>) | ||
11 | the first prerelease of 1.1.0. This prerelease includes a lot of new | ||
12 | functionality: new applets, new features, and extensive rewrites of | ||
13 | several existing applets. This prerelease should be noticeably more | ||
14 | <a href="http://www.opengroup.org/onlinepubs/009695399/">standards | ||
15 | compliant</a> than earlier versions of busybox, although we're | ||
16 | still working out the <a href="http://bugs.busybox.net">bugs</a>.</p> | ||
17 | |||
6 | <li><b>16 August 2005 -- 1.01 is out</b> | 18 | <li><b>16 August 2005 -- 1.01 is out</b> |
7 | 19 | ||
8 | <p>A new stable release (<a href="http://www.busybox.net/downloads/busybox-1.01.tar.bz2">BusyBox | 20 | <p>A new stable release (<a href="http://www.busybox.net/downloads/busybox-1.01.tar.bz2">BusyBox |