diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-07 08:13:27 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-07 08:13:27 +0000 |
commit | 5c3070b29ca4a2a2b99f8d08931b173fbab4e832 (patch) | |
tree | 437fa3e6037ea7b023a9a2d094f306eb1270e28e | |
parent | 807bda4a240db2dfc41874828d28c5ea4145c94e (diff) | |
download | busybox-w32-5c3070b29ca4a2a2b99f8d08931b173fbab4e832.tar.gz busybox-w32-5c3070b29ca4a2a2b99f8d08931b173fbab4e832.tar.bz2 busybox-w32-5c3070b29ca4a2a2b99f8d08931b173fbab4e832.zip |
Update changelogs
-rw-r--r-- | Changelog | 46 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 35 insertions, 13 deletions
@@ -1,27 +1,49 @@ | |||
1 | 0.52 | 1 | 0.52 |
2 | 2 | ||
3 | Critical Bugfixes: | 3 | Critical Bugfixes: |
4 | * Glenn McGrath -- Fix gunzip, zcat when reading from stdin | 4 | * Glenn McGrath -- Fixed gunzip, zcat when reading from stdin |
5 | * Marc Karasek and Kanoj (kernel serial.c maintainer) -- fixed init | ||
6 | problem on serial consoles with 2.4.3+ kernels. | ||
5 | 7 | ||
6 | New Applet: | 8 | New Applets: |
7 | * Laurence Anderson -- rpm2cpio applet, obsoletes rpmunpack. | 9 | * Laurence Anderson -- rpm2cpio applet, this obsoletes rpmunpack |
10 | which has now been removed from BusyBox | ||
8 | * Laurence Anderson and Glenn McGrath -- cpio applet, currently | 11 | * Laurence Anderson and Glenn McGrath -- cpio applet, currently |
9 | only supports unpacking the ascii cpio format. | 12 | only supports unpacking the ascii cpio format. |
10 | * Vladimir Oleynik -- ash, most function busybox shell. | 13 | * Vladimir Oleynik and Erik Andersen -- added ash, the most correct |
11 | * Larry Doolittle -- hush, small shell desinged specifically | 14 | busybox shell. |
12 | for busybox. | 15 | * Larry Doolittle -- hush, small shell designed specifically |
13 | * Erik Anderson -- msh, minix shell, only uses vfork, so can be | 16 | for busybox. Quite usable but still a work in progress. |
14 | used on uClinux systems. | 17 | * Erik Andersen -- msh, minix shell. A very small but capable shell |
18 | that only uses vfork, so it can be used on uClinux systems. | ||
15 | 19 | ||
16 | Other Changes: | 20 | Other Changes: |
17 | * Sterling Huxley -- Several bugfixes for the vi applet. | 21 | * Sterling Huxley -- Several bugfixes for the vi applet. |
18 | * Glenn McGrath -- Restructure unarchiving code to make more code | 22 | * Glenn McGrath -- Restructure unarchiving code to make more code |
19 | common to the ar, cpio, dpkg, dpkg-deb applets. | 23 | common to the ar, cpio, dpkg, dpkg-deb applets. |
20 | tar applet hasnt been assimilated yet. | 24 | tar applet has not yet been assimilated... |
21 | * Matt Kraai -- Rewrote cp, dirname, mkdir, mv, and rm. | 25 | * Matt Kraai -- Rewrote cp, dirname, mkdir, mv, and rm. |
22 | 26 | * Paul J.Y. Lahaie <pjlahaie@linuxcare.com> -- Fixed an endian-ness | |
23 | 27 | bug in md5sum (in 0.51, md5sum on big endian machines was broken) | |
24 | -Erik Andersen, not yet released | 28 | * Mark Whitley -- rewrote cut, major updates to grep and sed. |
29 | * Erik Andersen -- bunches of insmod fixes. It should now always | ||
30 | work (no more segfault or missing symbols problems). | ||
31 | * Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de> and Jinux Kim | ||
32 | added uClinux/m68k insmod support. | ||
33 | * Manuel Novoa III -- rewrote make_human_readable so ls, du, and df | ||
34 | should work as expected. Eliminated use of floats. | ||
35 | * Aaron Lehmann <aaronl@vitelus.com> -- Scrubbed gzip.c | ||
36 | * Alan Modra <amodra@bigpond.net.au> -- fixed an hard to spot | ||
37 | bug breaking gunzip checksum checking. | ||
38 | * Gennady Feldman -- Fixed 'syslog -C' | ||
39 | * Gernot Poerner <gp@it-netservice.de> -- Added mount bind support. | ||
40 | * Adam Heath <doogie@debian.org> -- wget arbitrary header support | ||
41 | * John Beppu -- updated the automagical doc generator | ||
42 | * Zillions of other bugfixes, optimizations, and cleanups. | ||
43 | |||
44 | |||
45 | |||
46 | -Erik Andersen, 7 July 2001 | ||
25 | 47 | ||
26 | 48 | ||
27 | 0.51 | 49 | 0.51 |
diff --git a/debian/changelog b/debian/changelog index c29520210..89e735491 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -2,7 +2,7 @@ busybox (1:0.52-1) unstable; urgency=high | |||
2 | 2 | ||
3 | * New version released. See changelog for details. | 3 | * New version released. See changelog for details. |
4 | 4 | ||
5 | -- Erik Andersen <andersee@debian.org> Fri, 6 Jul 2001 14:28:05 -0600 | 5 | -- Erik Andersen <andersee@debian.org> Sat, 7 Jul 2001 01:23:45 -0600 |
6 | 6 | ||
7 | busybox (1:0.51-10) unstable; urgency=high | 7 | busybox (1:0.51-10) unstable; urgency=high |
8 | 8 | ||