diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-21 10:35:26 +0000 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-21 10:35:26 +0000 |
| commit | 040feada1eaf813881cf92596043d3d9d770f694 (patch) | |
| tree | 2978ccefc1b2bd6f1d3f88ced1866724a9f72a92 /docs | |
| parent | c1b39edee14baa4ce352a16cb335cef603d2028b (diff) | |
| download | busybox-w32-040feada1eaf813881cf92596043d3d9d770f694.tar.gz busybox-w32-040feada1eaf813881cf92596043d3d9d770f694.tar.bz2 busybox-w32-040feada1eaf813881cf92596043d3d9d770f694.zip | |
- correct release date for 1.12.0 and fix a few typos
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/busybox.net/news.html | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 88e114437..bc67de913 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <!--#include file="header.html" --> | 1 | <!--#include file="header.html" --> |
| 2 | 2 | ||
| 3 | <ul> | 3 | <ul> |
| 4 | <li><b>25 June 2008 -- BusyBox 1.12.0 (unstable)</b> | 4 | <li><b>21 August 2008 -- BusyBox 1.12.0 (unstable)</b> |
| 5 | <p><a href=http://busybox.net/downloads/busybox-1.12.0.tar.bz2>BusyBox 1.12.0</a>. | 5 | <p><a href=http://busybox.net/downloads/busybox-1.12.0.tar.bz2>BusyBox 1.12.0</a>. |
| 6 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_12_stable/>svn</a>, | 6 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_12_stable/>svn</a>, |
| 7 | <a href=http://busybox.net/downloads/fixes-1.12.0/>patches</a>, | 7 | <a href=http://busybox.net/downloads/fixes-1.12.0/>patches</a>, |
| @@ -14,17 +14,17 @@ | |||
| 14 | 14 | ||
| 15 | <p>New applets: rdev (Grant Erickson), setfont, showkey (both by Vladimir) | 15 | <p>New applets: rdev (Grant Erickson), setfont, showkey (both by Vladimir) |
| 16 | 16 | ||
| 17 | <p>Most significant changes since previous release (please report is you found a regression): | 17 | <p>Most significant changes since previous release (please report any regression): |
| 18 | <ul> | 18 | <ul> |
| 19 | <li>ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1" | 19 | <li>ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1" |
| 20 | <li>ash: dont allow e.g. exec <&10 to attach to stript's fd! | 20 | <li>ash: dont allow e.g. exec <&10 to attach to script's fd! |
| 21 | <li>ash: fix a bug where redirection fds were not closed afterwards. optimize close+fcntl(DUPFD) into dup2 | 21 | <li>ash: fix a bug where redirection fds were not closed afterwards. optimize close+fcntl(DUPFD) into dup2 |
| 22 | <li>ash: fix segfault in "command -v" | 22 | <li>ash: fix segfault in "command -v" |
| 23 | <li>ash: fix very weak $RANDOM generator | 23 | <li>ash: fix very weak $RANDOM generator |
| 24 | <li>ash: prevent exec NN>&- from closing fd used for script reading | 24 | <li>ash: prevent exec NN>&- from closing fd used for script reading |
| 25 | <li>ash: teach ash about 123>file. It could take only 0..9 before | 25 | <li>ash: teach ash about 123>file. It could take only 0..9 before |
| 26 | <li>hush: add #defines to switch off break/continue if loops are not supported | 26 | <li>hush: add #defines to switch off break/continue if loops are not supported |
| 27 | <li>hush: delete unused field in struct child. reinstate needed check for invalid syntax | 27 | <li>hush: delete unused field in struct child. Reinstate needed check for invalid syntax |
| 28 | <li>hush: fix a case where "$@" must expand to no word at all | 28 | <li>hush: fix a case where "$@" must expand to no word at all |
| 29 | <li>hush: fix mishandling of a'b'c=fff as assignments. They are not | 29 | <li>hush: fix mishandling of a'b'c=fff as assignments. They are not |
| 30 | <li>hush: fix non-detection of builtins and applets in "v=break; ...; $v; ..." case | 30 | <li>hush: fix non-detection of builtins and applets in "v=break; ...; $v; ..." case |
| @@ -45,13 +45,13 @@ | |||
| 45 | <li>libbb: fix mishandling of "all argv are opts" in getopt32() | 45 | <li>libbb: fix mishandling of "all argv are opts" in getopt32() |
| 46 | <li>libbb: getopt32() should not ever touch argv[0] (even read) | 46 | <li>libbb: getopt32() should not ever touch argv[0] (even read) |
| 47 | <li>libbb: introduce and use xrealloc_vector | 47 | <li>libbb: introduce and use xrealloc_vector |
| 48 | <li>libbb: [x]fopen_for_{read,write} introduced and used (by Valdimir) | 48 | <li>libbb: [x]fopen_for_{read,write} introduced and used (by Vladimir) |
| 49 | <li>lineedit: fix use-after-free | 49 | <li>lineedit: fix use-after-free |
| 50 | <li>arp: without -H type, assume "ether" (closes bug 4564) | 50 | <li>arp: without -H type, assume "ether" (closes bug 4564) |
| 51 | <li>ar: reuse existing ar unpacking code | 51 | <li>ar: reuse existing ar unpacking code |
| 52 | <li>awk: fix a case with multiple -f options. simplify -f file reading. | 52 | <li>awk: fix a case with multiple -f options. Simplify -f file reading. |
| 53 | <li>bb_strtoXXX: close bug 4174 (potential use of buf[-1]) | 53 | <li>bb_strtoXXX: close bug 4174 (potential use of buf[-1]) |
| 54 | <li>build system: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | 54 | <li>build system: introduce and use FAST_FUNC: regparm on i386, otherwise no-op |
| 55 | <li>bunzip2: fix an uncompression error (by Rob Landley rob AT landley.net) | 55 | <li>bunzip2: fix an uncompression error (by Rob Landley rob AT landley.net) |
| 56 | <li>b[un]zip2, g[un]zip: unlink destination if -f is given (closes bug 3854) | 56 | <li>b[un]zip2, g[un]zip: unlink destination if -f is given (closes bug 3854) |
| 57 | <li>comm: almost total rewrite | 57 | <li>comm: almost total rewrite |
| @@ -88,19 +88,19 @@ | |||
| 88 | <li>man: teach it to use .lzma if requested by .config | 88 | <li>man: teach it to use .lzma if requested by .config |
| 89 | <li>mdev: check for "/block/" substring for block dev detection | 89 | <li>mdev: check for "/block/" substring for block dev detection |
| 90 | <li>mdev: do not complain if mdev.conf does not exist | 90 | <li>mdev: do not complain if mdev.conf does not exist |
| 91 | <li>mdev: if device was moved at creation, at removal coreectly remove it from moved location and also remove symlinks to it | 91 | <li>mdev: if device was moved at creation, at removal correctly remove it from moved location and also remove symlinks to it |
| 92 | <li>mdev: support for serializing hotplug | 92 | <li>mdev: support for serializing hotplug |
| 93 | <li>mdev, init: use shared code for fd sanitization | 93 | <li>mdev, init: use shared code for fd sanitization |
| 94 | <li>mkdir: fix "uname 0222; mkdir foo/bar" case (by Doug Graham dgraham AT nortel.com) | 94 | <li>mkdir: fix "uname 0222; mkdir -p foo/bar" case (by Doug Graham dgraham AT nortel.com) |
| 95 | <li>modprobe: support for /etc/modprobe.d (by Timo Teras) | 95 | <li>modprobe: support for /etc/modprobe.d (by Timo Teras) |
| 96 | <li>modprobe: use buffering line reads (fgets()) instead of reads() | 96 | <li>modprobe: use buffering line reads (fgets()) instead of reads() |
| 97 | <li>modutils: optional modprobe-small (by Vladimir), 15kb smaller than standard one | 97 | <li>modutils: optional modprobe-small (by Vladimir), 15kb smaller than standard one |
| 98 | <li>mount: support for "-o mand" | 98 | <li>mount: support for "-o mand" and "[no]relatime" |
| 99 | <li>mount: support nfs mount option nordiplus (by Octavian Purdila opurdila AT ixiacom.com) | 99 | <li>mount: support nfs mount option nordiplus (by Octavian Purdila opurdila AT ixiacom.com) |
| 100 | <li>mount: support relatime / norelatime | 100 | <li>mount: support relatime / norelatime |
| 101 | <li>mount: testsuite for "-o mand" | 101 | <li>mount: testsuite for "-o mand" |
| 102 | <li>msh: fix "while...continue" (closes bug 3884) | 102 | <li>msh: fix "while...continue" (closes bug 3884) |
| 103 | <li>mv: fix a case when we move dangling symlink | 103 | <li>mv: fix a case when we move dangling symlink across mountpoints |
| 104 | <li>netstat: optional -p support (by L. Gabriel Somlo somlo AT cmu.edu) | 104 | <li>netstat: optional -p support (by L. Gabriel Somlo somlo AT cmu.edu) |
| 105 | <li>nmeter: fix read past the end if a buffer (closes bug 4594) | 105 | <li>nmeter: fix read past the end if a buffer (closes bug 4594) |
| 106 | <li>od, hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (bug 4104) | 106 | <li>od, hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (bug 4104) |
| @@ -146,7 +146,6 @@ | |||
| 146 | the Software Freedom Law Center to report BusyBox license violations. | 146 | the Software Freedom Law Center to report BusyBox license violations. |
| 147 | </p> | 147 | </p> |
| 148 | 148 | ||
| 149 | |||
| 150 | <li><b>12 July 2008 -- BusyBox 1.11.1 (stable)</b> | 149 | <li><b>12 July 2008 -- BusyBox 1.11.1 (stable)</b> |
| 151 | <p><a href=http://busybox.net/downloads/busybox-1.11.1.tar.bz2>BusyBox 1.11.1</a>. | 150 | <p><a href=http://busybox.net/downloads/busybox-1.11.1.tar.bz2>BusyBox 1.11.1</a>. |
| 152 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_11_stable/>svn</a>, | 151 | (<a href=http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_11_stable/>svn</a>, |
