diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-14 00:22:51 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-14 00:22:51 +0000 |
commit | f7b0d4a3e5f06bd209f074f09c3a1431bf89f447 (patch) | |
tree | 44f4564f0c8e44be6deed012cb004099f2354d1b | |
parent | a883fa4ceeab3ae5370359fd3048ba95474a17cd (diff) |
Update busybox.net webpage with 1.3.0 announcement
-rw-r--r-- | docs/busybox.net/news.html | 35 |
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 @@ <ul> + <li><b>14 December, 2006 -- BusyBox 1.3.0 (stable)</b> + <p><a href=http://busybox.net/downloads/busybox-1.3.0.tar.bz2>BusyBox 1.3.0</a>.</p> + + <p>This release has CONFIG_DESKTOP option which enables features + needed for busybox usage on desktop machine. For example, find, chmod + and chown get several less frequently used options, od is significantly + bigger but matches GNU coreutils, etc. Intended to eventually make + busybox a viable alternative for "standard" utilities for slightly + adventurous desktop users. + <p>Changes since previous release: + <ul> + <li>find: taking many more of standard options + <li>ps: POSIX-compliant -o implemented + <li>cp: added -s, -l + <li>grep: added -r, fixed -h + <li>watch: make it exec child like standard one does (was totally + incompatible) + <li>tar: fix limitations which were preventing bbox tar usage + on a big directories: long names and linknames, pax headers + (Linux kernel tarballs have that). Fixed a number of obscure bugs. + Raised max file limit (now 64Gb). Security fixes (/../ attacks). + <li>httpd: added -i (inetd), -f (foreground), support for + directory indexer CGI (example is included), bugfixes. + <li>telnetd: fixed/improved IPv6 support, inetd+standalone support, + other fixes. Useful IPv6 stuff factored out into libbb. + <li>runit/*: new applets adapted from http://smarden.sunsite.dk/runit/ + (these are my personal favorite small-and-beautiful toys) + <li>minor bugfixes to: login, dd, mount, umount, chmod, chown, ln, udhcp, + fdisk, ifconfig, sort, tee, mkswap, wget, insmod. + </ul> + <p>Note that GnuPG key used to sign this release is different. + 1.2.2.1 is also signed post-factum now. Sorry for the mess. + </p> + </li> + <li><b>29 October, 2006 -- BusyBox 1.2.2.1 (fix)</b> <p><a href=http://busybox.net/downloads/busybox-1.2.2.1.tar.bz2>BusyBox 1.2.2.1</a>.</p> |