aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-14 00:22:51 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-14 00:22:51 +0000
commitf7b0d4a3e5f06bd209f074f09c3a1431bf89f447 (patch)
tree44f4564f0c8e44be6deed012cb004099f2354d1b
parenta883fa4ceeab3ae5370359fd3048ba95474a17cd (diff)
downloadbusybox-w32-f7b0d4a3e5f06bd209f074f09c3a1431bf89f447.tar.gz
busybox-w32-f7b0d4a3e5f06bd209f074f09c3a1431bf89f447.tar.bz2
busybox-w32-f7b0d4a3e5f06bd209f074f09c3a1431bf89f447.zip
Update busybox.net webpage with 1.3.0 announcement
-rw-r--r--docs/busybox.net/news.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index 2814c9b73..375519925 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -2,6 +2,41 @@
2 2
3 3
4<ul> 4<ul>
5 <li><b>14 December, 2006 -- BusyBox 1.3.0 (stable)</b>
6 <p><a href=http://busybox.net/downloads/busybox-1.3.0.tar.bz2>BusyBox 1.3.0</a>.</p>
7
8 <p>This release has CONFIG_DESKTOP option which enables features
9 needed for busybox usage on desktop machine. For example, find, chmod
10 and chown get several less frequently used options, od is significantly
11 bigger but matches GNU coreutils, etc. Intended to eventually make
12 busybox a viable alternative for "standard" utilities for slightly
13 adventurous desktop users.
14 <p>Changes since previous release:
15 <ul>
16 <li>find: taking many more of standard options
17 <li>ps: POSIX-compliant -o implemented
18 <li>cp: added -s, -l
19 <li>grep: added -r, fixed -h
20 <li>watch: make it exec child like standard one does (was totally
21 incompatible)
22 <li>tar: fix limitations which were preventing bbox tar usage
23 on a big directories: long names and linknames, pax headers
24 (Linux kernel tarballs have that). Fixed a number of obscure bugs.
25 Raised max file limit (now 64Gb). Security fixes (/../ attacks).
26 <li>httpd: added -i (inetd), -f (foreground), support for
27 directory indexer CGI (example is included), bugfixes.
28 <li>telnetd: fixed/improved IPv6 support, inetd+standalone support,
29 other fixes. Useful IPv6 stuff factored out into libbb.
30 <li>runit/*: new applets adapted from http://smarden.sunsite.dk/runit/
31 (these are my personal favorite small-and-beautiful toys)
32 <li>minor bugfixes to: login, dd, mount, umount, chmod, chown, ln, udhcp,
33 fdisk, ifconfig, sort, tee, mkswap, wget, insmod.
34 </ul>
35 <p>Note that GnuPG key used to sign this release is different.
36 1.2.2.1 is also signed post-factum now. Sorry for the mess.
37 </p>
38 </li>
39
5 <li><b>29 October, 2006 -- BusyBox 1.2.2.1 (fix)</b> 40 <li><b>29 October, 2006 -- BusyBox 1.2.2.1 (fix)</b>
6 <p><a href=http://busybox.net/downloads/busybox-1.2.2.1.tar.bz2>BusyBox 1.2.2.1</a>.</p> 41 <p><a href=http://busybox.net/downloads/busybox-1.2.2.1.tar.bz2>BusyBox 1.2.2.1</a>.</p>
7 42