aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.net
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-03-22 23:31:29 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-03-22 23:31:29 +0000
commit7d10823f6a6b4c5a0d57e402d8319f57e2fc989d (patch)
tree28bf76a8091a161095a0b34844635b34381b148d /docs/busybox.net
parent4b38e297641c08addea11f82ecf9155ceb58979a (diff)
downloadbusybox-w32-7d10823f6a6b4c5a0d57e402d8319f57e2fc989d.tar.gz
busybox-w32-7d10823f6a6b4c5a0d57e402d8319f57e2fc989d.tar.bz2
busybox-w32-7d10823f6a6b4c5a0d57e402d8319f57e2fc989d.zip
Announce 1.5.0 and move svn to 1.6.0.svn
Diffstat (limited to 'docs/busybox.net')
-rw-r--r--docs/busybox.net/news.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index 156b4f7c7..94264db66 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -2,6 +2,44 @@
2 2
3 3
4<ul> 4<ul>
5 <li><b>23 March, 2007 -- BusyBox 1.5.0 (unstable)</b>
6 <p><a href=http://busybox.net/downloads/busybox-1.5.0.tar.bz2>BusyBox 1.5.0</a>.
7 </p>
8 <p>Since this is a x.x.0 release, it probably does not deserve "stable"
9 label. Please help making 1.5.1 stable by testing 1.5.0.</p>
10 <p>Notable changes since previous release:
11 <ul>
12 <li>find: added support for -user, -not, fixed -mtime, -mmin, -perm
13 <li>[de]archivers: merge common logic into one module
14 <li>ping[6]: unified code for both
15 <li>less: regex search improved
16 <li>ash: more readable code, testsuite added
17 <li>sed: several very obscure bugs fixed
18 <li>chown: -H, -L, -P support (required by POSIX)
19 <li>tar: handle (broken) checksums a-la Sun; tar restores mode again
20 <li>grep: implement -w, "implement" -a and -I by ignoring them
21 <li>cp: more sane behavior when overwriting existing files
22 <li>init: stop doing silly things with the console (-400 bytes)
23 <li>httpd: make httpd usable for NOMMU CPUs; fix POSTDATA handling bugs
24 <li>httpd: run interpreter for configured file extensions in any dir,
25 not only in /cgi-bin/
26 <li>chrt: new applet
27 <li>SELinux: SELinux-related code and -Z option added to several applets,
28 new SELinux-specific applets: chcon, runcon.
29 <li>Build system: produces link map, uses -Wwrite-strings to catch
30 improper usage of string constants.
31 <li>Data and bss section usage audited and reduced - should help NOMMU
32 targets.
33 <li>Applets with bug fixes: gunzip, vi, syslogd, dpkg, ls, adjtimex, resize,
34 sv, printf, diff, awk, sort, dpkg, diff, tftp
35 <li>Applets with usability improvements: swapon, more, ifup/ifdown, hwclock,
36 udhcpd, start_stop_daemon, cmp
37 <li>Applets with code cleaned up: telnet, fdisk, fsck_minix, mkfs_minix,
38 syslogd, swapon, runsv, svlogd, klogd
39 </ul>
40 </p>
41 </li>
42
5 <li><b>18 March, 2007 -- BusyBox 1.4.2 (stable)</b> 43 <li><b>18 March, 2007 -- BusyBox 1.4.2 (stable)</b>
6 <p><a href=http://busybox.net/downloads/busybox-1.4.2.tar.bz2>BusyBox 1.4.2</a>. 44 <p><a href=http://busybox.net/downloads/busybox-1.4.2.tar.bz2>BusyBox 1.4.2</a>.
7 </p> 45 </p>