From 6f05874b9dc4623512878566d144b0905700525d Mon Sep 17 00:00:00 2001
From: Denis Vlasenko
Date: Mon, 10 Nov 2008 22:23:20 +0000
Subject: webpage: announce 1.13.0 and 1.12.2
---
docs/busybox.net/news.html | 104 +++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 101 insertions(+), 3 deletions(-)
(limited to 'docs/busybox.net/news.html')
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index 84705db15..0aead811c 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -22,6 +22,107 @@
+ 10 November 2008 -- BusyBox 1.13.0 (unstable), BusyBox 1.12.2 (stable)
+ BusyBox 1.13.0.
+ (svn,
+ patches,
+ how to add a patch)
+ BusyBox 1.12.2.
+ (svn,
+ patches,
+ how to add a patch)
+
+ Sizes of busybox-1.12.2 and busybox-1.13.0 (with equivalent config, static uclibc build):
+ text data bss dec hex filename
+ 778291 551 7856 786698 c010a busybox-1.12.2/busybox
+ 778981 551 7852 787384 c03b8 busybox-1.13.0/busybox
+
+
+ New applets: blkid, devmem
+
+
Changes since previous release:
+
+ - mail applets: total overhaul. Vladimir as usual
+ - ash: fix "while kill -0 $child; do true; done" looping forever
+ - ash: fix NOEXEC mode - we were forgetting to pass environment
+ - ash: fix a bug in standalone mode (corrupted getopt state)
+ - ash: optionally support ">&file" and "&>file" redirections
+ - awk: bitwise ops cast oprands and results to unsigned long, not signed. closes bug 4774
+ - awk: fix typo in atan2 code. closes bug 5594
+ - awk: improve handling of negative numbers in bitwise ops; fix handling of octal costants
+ - awk: support hex constants
+ - basename: fix error code (again)
+ - cpio: emit TRAILER even when hard links were found. By Pascal Bellard (pascal.bellard AT ads-lu.com)
+ - crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)
+ - dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com)
+ - dhcpc: treat "discover...select...discover..." loop the same way as "discover...discover...discover..."
+ - dpkg: add dpkg -l PACKAGE_PATTERN. By Peter Korsgaard
+ - fbset: fix mode matching code: original code may trigger false positive.
+ - findfs: fix LUKS and FAT detection routines; do not exit if corrupted FAT fs makes us try to seek past the end
+ - grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT case. By Natanael Copa
+ - grep: fix EXTRA_COMPAT grep to honor -E and -i
+ - gunzip: restore mtime
+ - halt: reinstate -w even if !FEATURE_WTMP
+ - hexdump: fix SEGV in hexdump -e ""
+ - httpd: pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedrichsen)
+ - hush: fix environment and memory leaks
+ - hush: fix trashing of environment by local env vars: a=a; a=b cmd; - a was unset
+ - id: improve compatibility with coreutils. By Tito Ragusa
+ - inetd: fix a case when we have zero services
+ - inetd: use config parser. by Vladimir
+ - init: set stderr to NONBLOCK
+ - insmod: fix detection of open failure
+ - install: support -D
+ - ip: fix ip route rejecting dotted quads as prefix
+ - ip: route metric support (Natanael Copa)
+ - iplink: accept shorthands for "address" keyword: "ip link set address 00:11:22:33:44:55"
+ - kbd_mode: support -C TTY
+ - kill[all[5]]: accept -s SIG too. By Steve Bennett (steveb AT workware.net.au)
+ - klogd: handle many lines at once. By Steve Bennett (steveb AT workware.net.au)
+ - less: support -I to be able to search case-insensitively
+ - less: add optional line number toggle and resizing on window resize
+ - libbb: do not reject floating point strings like ".15"
+ - lineedit: fix bug 5824 "since rev 23530 fdisk and ed don't work any more"
+ - lineedit: fix problems with empty commands in history
+ - login: fix /etc/nologin handling
+ - man: fix inconsistencies in handling $MANPATH
+ - mdev: support match by major,minor. See bug 4714
+ - modprobe-small: make insmod command line compatible
+ - modprobe-small: support "blacklist" keyword in /etc/modules/MODULE_NAME
+ - modprobe: fix a segfault when modprobe is called with no arguments at all
+ - modutils/*: rewrite by Timo Teras (timo.teras AT iki.fi)
+ - mount: fix "-o parm1 -o parm2" not accumulating
+ - nmeter: 4k buffers are too small for /proc files, make them dynamically sized with 16k upper limit
+ - ping: SO_RCVBUF must be bigger than packet size, otherwise large ping packets might fail to be received
+ - route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com)
+ - rpm: fix incompatibilities which prevented rpm -i foo.src.rpm
+ - runsvdir: support runsvdir-as-init
+ - setarch: do not try to use non-existent data in argv[]
+ - setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)
+ - setup_environment: cd $HOME regardless of clear_env value
+ - slattach: preserve speed in non-raw mode. By Matthieu Castet (matthieu.castet AT parrot.com)
+ - start_stop_daemon: accept (and ignore) -R PARAM
+ - sv: make default service dir configurable (Vladimir wants it)
+ - sysctl: fix bug 3894 (by Kryzhanovskyy Maksym)
+ - tar: fix bug 3844: non-root tar does not preserve perms
+ - telnetd: handle emacs M-DEL and IAC-NOP. by Jim Cathey (jcathey AT ciena.com)
+ - top: fix "top -d 1" (bug 5144)
+ - top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)
+ - trylink: make messages less confusing
+ - unzip: handle "central directory". needed for OpenOffice, gmail attachment .zips etc
+ - vi: Rob's algorithm of reading and matching ESC sequences (nice work btw!)
+ - vi: deal with EOF/error on stdin and with input NULs
+ - vi: fix uninitialized last_search_pattern (bug 5794)
+ - vi: handle chars 0x80, 0x81 etc correctly
+ - volume identification: abolish /proc/partitions and /proc/cdroms scanning. It does not catch volume managers and such. Simply scan /dev/* for any block devices
+ - watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds
+ - watchdog: add -T option
+
+
+ The email address gpl@busybox.net is the recommended way to contact
+ the Software Freedom Law Center to report BusyBox license violations.
+
+
28 September 2008 -- BusyBox 1.12.1 (stable), BusyBox 1.11.3 (stable)
BusyBox 1.12.1.
(svn,
@@ -178,9 +279,6 @@
xargs: fix -e default to match newer GNU xargs, add SUS mandated -E (closes bug 4414)
other fixes and code size reductions in many applets
-
- The email address gpl@busybox.net is the recommended way to contact
- the Software Freedom Law Center to report BusyBox license violations.
12 July 2008 -- BusyBox 1.11.1 (stable)
--
cgit v1.2.3