From: Denis Vlasenko
Date: Wed, 25 Jun 2008 15:58:00 +0000 (-0000)
Subject: Announce 1.10.4 and 1.11.0
X-Git-Tag: 1_12_0~298
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6e18f9a6ea8e0c6f00eb8276744bdc3889b64c76;p=oweals%2Fbusybox.git
Announce 1.10.4 and 1.11.0
---
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index 47e61f21a..3e961c4da 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -1,6 +1,52 @@
+ - 25 June 2008 -- BusyBox 1.11.0 (unstable), BusyBox 1.10.4 (stable)
+
BusyBox 1.11.0.
+ (svn,
+ patches,
+ how to add a patch)
+ BusyBox 1.10.4.
+ (svn,
+ patches,
+ how to add a patch)
+ Sizes of busybox-1.10.4 and busybox-1.11.0 (with equivalent config, static uclibc build):
+ text data bss dec hex filename
+ 800675 636 7080 808391 c55c7 busybox-1.10.4
+ 798392 611 6900 805903 c4c0f busybox-1.11.0
+
+
+ New applets: inotify (Vladimir Dronnikov), man (Ivana Varekova),
+ fbsplash (Michele Sanges), depmod (Bernhard Fischer)
+
+
Changes since previous release:
+
+ - build system: reinstate CONFIG_CROSS_COMPILE_PREFIX
+
- ash: optional bash compatibility features added; other fixes
+
- hush: lots and lots of fixes
+
- msh: fix the case where the file has exec bit but can't be run directly (run "$SHELL $file" instead)
+
- msh: fix exit codes when command is not found or can't be execed
+
- udhcpc: added workaround for buggy kernels
+
- mount: fix mishandling of proto=tcp/udp
+
- diff: make it work on non-seekable streams
+
- openvt: made more compatible with "standard" one
+
- mdev: fix block/char device detection
+
- ping: add -w, -W support (James Simmons)
+
- crond: add handling of "MAILTO=user" lines
+
- start-stop-daemon: make --exec follow symlinks (Joakim Tjernlund)
+
- date: make it accept ISO date format
+
- echo: fix echo -e -n "msg\n\0" (David Pinedo)
+
- httpd: fix several bugs triggered by realtive path in -h DIR
+
- printf: fix printf -%s- foo, printf -- -%s- foo
+
- syslogd: do not error out on missing files to rotate
+
- ls: support Unicode in names
+
- ip: support for the LOWER_UP flag (Natanael Copa)
+
- mktemp: make argument optional (coreutil 6.12 compat)
+
- libiproute: fix option parsing, so that "ip -o link" works again
+
- other fixes and code size reductions in many applets
+
+
+
12 June 2008 -- Sponsors!
We want to thank the following companies which are providing support
for BusyBox project:
@@ -29,12 +75,6 @@
Bugfix-only release for 1.10.x branch. It contains fixes for dnsd, fuser, hush,
ip, mdev and syslogd.
-
-
- How to build static busybox for i486-linux-uclibc
-
- The email address gpl@busybox.net is the recommended way to contact
- the Software Freedom Law Center to report BusyBox license violations.
8 May 2008 -- BusyBox 1.10.2 (stable)