summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--docs/busybox.net/news.html71
2 files changed, 71 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5de426ad3..618b51898 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 1 1VERSION = 1
2PATCHLEVEL = 9 2PATCHLEVEL = 9
3SUBLEVEL = 0 3SUBLEVEL = 0
4EXTRAVERSION = .svn 4EXTRAVERSION =
5NAME = Unnamed 5NAME = Unnamed
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index 2036e0eb7..28ddcbc58 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -1,6 +1,76 @@
1<!--#include file="header.html" --> 1<!--#include file="header.html" -->
2 2
3<ul> 3<ul>
4 <li><b>24 December 2007 -- BusyBox 1.9.0 (unstable)</b>
5 <p><a href=http://busybox.net/downloads/busybox-1.9.0.tar.bz2>BusyBox 1.9.0</a>.
6 (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_9_stable/>svn</a>,
7 <a href=http://busybox.net/downloads/fixes-1.9.0/>patches</a>,
8 <a href=http://busybox.net/fix.html>how to add a patch</a>)</p>
9
10 <p>Sizes of busybox-1.8.2 and busybox-1.9.0 (with almost full config, static uclibc build):<pre>
11 text data bss dec hex filename
12 792796 978 9724 803498 c42aa busybox-1.8.2
13 783803 683 7508 791994 c15ba busybox-1.9.0
14</pre>
15 <p>Top 10 stack users:<pre>
16busybox-1.8.2: busybox-1.9.0:
17input_tab 10428 echo_dg 4116
18umount_main 8252 bb_full_fd_action 4112
19rtnl_talk 8240 discard_dg 4096
20xrtnl_dump_filter 8240 echo_stream 4096
21sendMTFValues 5316 discard_stream 4096
22mainSort 4700 find_list_entry2 4096
23mkfs_minix_main 4288 readlink_main 4096
24grave 4260 ipaddr_list_or_flush 3900
25unix_do_one 4156 iproute_list_or_flush 3680
26parse_prompt 4132 insmod_main 3152
27</pre>
28
29 <p>lash is deleted from this release. hush can be configured down to almost
30 the same size, but it is significantly less buggy. It even works
31 on NOMMU machines (interactive mode and backticks are not working on NOMMU,
32 though). "lash" applet is still available, but it runs hush.
33
34 <p>init has some changes in this release, please report if it causes
35 problems for you.
36
37 <p>Changes since previous release:
38 <ul>
39 <li>Build system improvements
40 <li>Testsuite additions
41 <li>Stack size reductions, code size reductions, data/bss reductions
42 <li>An option to prefer IPv4 address if host has both
43 <li>New applets: hd, sestatus
44 <li>Removed applets: lash
45 <li>hush: fixed a few bugs, wired up echo and test to be builtins
46 <li>init: simplify forking of children
47 <li>getty: special handling of '#' and '@' is removed
48 <li>[su]login: sanitize environment if called by non-root
49 <li>udhcpc: support "bad" servers which send oversized packets
50 (Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn at axis.com&gt;)
51 <li>udhcpc: -O option allows to specify which options to ask tor
52 (Stefan Hellermann &lt;stefan at the2masters.de&gt;)
53 <li>udhcpc: optionally check whether given IP is really free (by ARP ping)
54 (Jonas Danielsson &lt;jonas.danielsson at axis.com&gt;)
55 <li>vi: now handles files with unlimited line length
56 <li>vi: speedup for huge line lengths
57 <li>vi: Del key works
58 <li>sed: support GNUism '\t'
59 <li>cp/mv/install: optionally use bigger buffer for bulk copying
60 <li>line editing: don't eat stack like crazy
61 <li>passwd: follows symlinked /etc/passwd
62 <li>renice: accepts priority with +N too
63 <li>netstat: wide output mode
64 <li>nameif: extended matching (Nico Erfurth &lt;masta at perlgolf.de&gt;)
65 <li>test: become NOFORK applet
66 <li>find: -iname (Alexander Griesser &lt;alexander.griesser at lkh-vil.or.at&gt;)
67 <li>df: -i option (show inode info) (Pascal Bellard &lt;pascal.bellard at ads-lu.com&gt;)
68 <li>hexdump: -R option (Pascal Bellard &lt;pascal.bellard at ads-lu.com&gt;)
69 </ul>
70
71 <p><a href=http://busybox.net/~vda/HOWTO_bbox_with_uclibc.txt>How to build static busybox against uclibc</a>
72
73
4 <li><b>23 November 2007 -- BusyBox 1.8.2 (stable), BusyBox 1.7.4 (stable)</b> 74 <li><b>23 November 2007 -- BusyBox 1.8.2 (stable), BusyBox 1.7.4 (stable)</b>
5 <p><a href=http://busybox.net/downloads/busybox-1.8.2.tar.bz2>BusyBox 1.8.2</a>. 75 <p><a href=http://busybox.net/downloads/busybox-1.8.2.tar.bz2>BusyBox 1.8.2</a>.
6 (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_8_stable/>svn</a>, 76 (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_8_stable/>svn</a>,
@@ -132,7 +202,6 @@ Equivalent .config, i386 uclibc static builds:
132 </ul> 202 </ul>
133 </p> 203 </p>
134 204
135 <p><a href=http://busybox.net/~vda/HOWTO_bbox_with_uclibc.txt>How to build static busybox against uclibc</a></p>
136 </li> 205 </li>
137 206
138 <li><b>4 November 2007 -- BusyBox 1.7.3 (stable)</b> 207 <li><b>4 November 2007 -- BusyBox 1.7.3 (stable)</b>