diff --git a/Makefile b/Makefile index 5de426ad3..618b51898 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 1 PATCHLEVEL = 9 SUBLEVEL = 0 -EXTRAVERSION = .svn +EXTRAVERSION = NAME = Unnamed # *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 @@
BusyBox 1.9.0. + (svn, + patches, + how to add a patch)
+ +Sizes of busybox-1.8.2 and busybox-1.9.0 (with almost full config, static uclibc build):
+ text data bss dec hex filename + 792796 978 9724 803498 c42aa busybox-1.8.2 + 783803 683 7508 791994 c15ba busybox-1.9.0 ++
Top 10 stack users:
+busybox-1.8.2: busybox-1.9.0: +input_tab 10428 echo_dg 4116 +umount_main 8252 bb_full_fd_action 4112 +rtnl_talk 8240 discard_dg 4096 +xrtnl_dump_filter 8240 echo_stream 4096 +sendMTFValues 5316 discard_stream 4096 +mainSort 4700 find_list_entry2 4096 +mkfs_minix_main 4288 readlink_main 4096 +grave 4260 ipaddr_list_or_flush 3900 +unix_do_one 4156 iproute_list_or_flush 3680 +parse_prompt 4132 insmod_main 3152 ++ +
lash is deleted from this release. hush can be configured down to almost + the same size, but it is significantly less buggy. It even works + on NOMMU machines (interactive mode and backticks are not working on NOMMU, + though). "lash" applet is still available, but it runs hush. + +
init has some changes in this release, please report if it causes + problems for you. + +
Changes since previous release: +
BusyBox 1.8.2. (svn, @@ -132,7 +202,6 @@ Equivalent .config, i386 uclibc static builds:
How to build static busybox against uclibc