From 5dcb43a5d1ea07e6b58770741882a4b0b82bb29d Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 15 Apr 2009 02:13:14 +0000 Subject: [PATCH] website: announce 1.14.0 and 1.13.4 Makefile: bump version to 1.14.0 --- Makefile | 2 +- docs/busybox.net/news.html | 160 +++++++++++++++++++++++++++++++++++++++++++++ libbb/Kbuild | 1 + scripts/defconfig | 4 +- 4 files changed, 164 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5b8cad8..0d6e17d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 1 PATCHLEVEL = 14 SUBLEVEL = 0 -EXTRAVERSION = .svn +EXTRAVERSION = NAME = Unnamed # *DOCUMENTATION* diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 8c33438..8f756f0 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, diff --git a/libbb/Kbuild b/libbb/Kbuild index 57d5d21..8fddabd 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild @@ -122,6 +122,7 @@ lib-$(CONFIG_LOSETUP) += loop.o lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o lib-$(CONFIG_ADDGROUP) += update_passwd.o lib-$(CONFIG_ADDUSER) += update_passwd.o +lib-$(CONFIG_DELGROUP) += update_passwd.o lib-$(CONFIG_DELUSER) += update_passwd.o lib-$(CONFIG_PASSWD) += pw_encrypt.o update_passwd.o lib-$(CONFIG_CHPASSWD) += pw_encrypt.o update_passwd.o diff --git a/scripts/defconfig b/scripts/defconfig index 50a6a33..a3ab588 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Busybox version: 1.14.0.svn -# Mon Apr 13 16:22:36 2009 +# Busybox version: 1.14.0 +# Wed Apr 15 04:12:17 2009 # CONFIG_HAVE_DOT_CONFIG=y -- 2.7.4