From 5dcb43a5d1ea07e6b58770741882a4b0b82bb29d Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 15 Apr 2009 02:13:14 +0000 Subject: website: announce 1.14.0 and 1.13.4 Makefile: bump version to 1.14.0 --- docs/busybox.net/news.html | 160 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) (limited to 'docs/busybox.net') diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 8c33438d3..8f756f088 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html @@ -22,6 +22,166 @@

+
  • 15 April 2009 -- BusyBox 1.14.0 (unstable), BusyBox 1.13.4 (stable) +

    BusyBox 1.14.0. + (svn, + patches, + how to add a patch)

    +

    BusyBox 1.13.4. + (svn, + patches, + how to add a patch)

    + +

    Sizes of busybox-1.13.4 and busybox-1.14.0 (with equivalent config, static uclibc build):

    +   text    data     bss     dec     hex filename
    + 785501     483    7036  793020   c19bc busybox.1.13.4/busybox
    + 788380     467    6960  795807   c249f busybox.1.14.0/busybox
    +  15361       0       0   15361    3c01 busybox.1.13.4/shell/hush.o
    +  20724       0       0   20724    50f4 busybox.1.14.0/shell/hush.o
    +
    +

    Most of growth is in hush. The rest shrank a bit. + +

    New applets: +

    + +

    Changes since previous release: + +

    lash and msh are deprecated, please migrate to hush. + +

    hush had many, many fixes and features added: here documents, arithmetic evaluation, function support, and all this works on NOMMU too, safely: 100kb-sized `command` and heredocs. Here document support, arithmetic evaluation, improved ${var} ops, other fixes are by Mike Frysinger (vapier AT gentoo.org). + +

    Other changes: +

    +

    +
  • 8 March 2009 -- BusyBox 1.13.3 (stable)

    BusyBox 1.13.3. (svn, -- cgit v1.2.3