blob: 41274bdaf10f726d36aa7580f2fc83af6c3a9e70 [file] [log] [blame]
Eric Andersen9e6089e2001-08-02 19:31:08 +00001busybox (1:0.60.0-1) unstable; urgency=low
2
3 * New version released. See changelog for details.
4
5 -- Erik Andersen <andersee@debian.org> Thu, 2 Aug 2001 12:12:37 -0600
6
Matt Kraaic9dd5f92001-08-02 15:12:16 +00007busybox (1:0.52-1.1) unstable; urgency=high
8
9 * Non-maintainer upload
10 * Fixed wget -P handling (closes: #106223).
11
12 -- Matt Kraai <kraai@debian.org> Wed, 25 Jul 2001 11:01:38 -0600
13
Eric Andersen02795052001-07-06 20:36:57 +000014busybox (1:0.52-1) unstable; urgency=high
Eric Andersend283e1c2001-05-09 17:31:27 +000015
Eric Andersen02795052001-07-06 20:36:57 +000016 * New version released. See changelog for details.
Eric Andersend283e1c2001-05-09 17:31:27 +000017
Eric Andersen5c3070b2001-07-07 08:13:27 +000018 -- Erik Andersen <andersee@debian.org> Sat, 7 Jul 2001 01:23:45 -0600
Eric Andersen02795052001-07-06 20:36:57 +000019
20busybox (1:0.51-10) unstable; urgency=high
21
22 * Fix a compile problem with gcc 3.0 on hppa (closes: #102045)
23
24 -- Erik Andersen <andersee@debian.org> Sat, 23 Jun 2001 23:55:57 -0600
25
26busybox (1:0.51-9) unstable; urgency=high
27
28 * tar was creating leading directories with 0777 permissions as
29 as reult of faulty umask handling. This fixes it, repairing
30 a grave security problem in the woody the boot floppies.
31 (closes: #101169)
32
33 -- Erik Andersen <andersee@debian.org> Wed, 20 Jun 2001 16:17:38 -0600
34
35busybox (1:0.51-8) unstable; urgency=high
36
37 * Fix cp from /proc, where size=0 (closes: #100369)
38 * Add some padding to struct sysinfo for m68k.
39 * Apparently some bugs failed to be closed when master choked
40 (closes: #99627, #99637, #98571)
41 * Disable the busybox shell for the .deb, since it is not needed
42 for the boot floppies.
43
44 -- Erik Andersen <andersee@debian.org> Mon, 11 Jun 2001 13:26:07 -0600
45
46busybox (1:0.51-7) unstable; urgency=high
47
48 * Fix tar permission setting for existing directories (closes: #99627)
49 * Do not remove the .cvsignore files on 'make release' (closes: #99637)
50
51 -- Erik Andersen <andersee@debian.org> Mon, 4 Jun 2001 10:55:19 -0600
52
53busybox (1:0.51-6) testing unstable; urgency=high
54
55 * Update the version in testing so DHCP in the woody boot-floppies will work.
56 * Enable expr for the boot-floppies (closes: #98433)
57 * It builds on arm just fine now (closes: #97510)
58
59 -- Erik Andersen <andersee@debian.org> Wed, 23 May 2001 14:50:13 -0600
60
61busybox (1:0.51-5) unstable; urgency=low
62
63 * Backport a sed fix from 0.52pre
64 * Backport chroot fix from 0.52pre
65
66 -- Erik Andersen <andersee@debian.org> Wed, 16 May 2001 23:50:33 -0600
67
68busybox (1:0.51-4) unstable; urgency=low
69
70 * Backport from 0.52pre an endianness bugfix for md5sum
71 * Backport some updates to grep and sed
72 * Fix 'wget -O -' so it sets the quiet flag
73
74 -- Erik Andersen <andersee@debian.org> Mon, 14 May 2001 14:17:36 -0600
75
76busybox (1:0.51-3) unstable; urgency=low
77
78 * This is the "I am an idiot" release.
79 * Make cp and mv work again (closes: #97290)
80 * Fix the version number.
81
82 -- Erik Andersen <andersee@debian.org> Sat, 12 May 2001 17:35:58 -0600
83
84busybox (0.51-2) unstable; urgency=low
85
86 * Backport several release critical fixes into the 0.51 codebase
87 so the boot-floppies will work again.
88 * Fix a link ordering problem. (closes: #93362)
89 * Fixed gunzip (closes: #94331)
90 * Fixed cp permission setting (closes: #94580)
91
92 -- Erik Andersen <andersee@debian.org> Sat, 12 May 2001 11:22:35 -0600
Eric Andersend283e1c2001-05-09 17:31:27 +000093
Eric Andersen3f8688b2001-04-09 19:00:29 +000094busybox (0.51-1) unstable; urgency=low
95
Eric Andersenfc994d12001-04-09 22:15:27 +000096 * Fixes several critical bugs (see the busybox changelog
97 for complete details)
Eric Andersen3f8688b2001-04-09 19:00:29 +000098 * Force USE_SYSTEM_PWD_GRP=false, so busybox bypasses
99 the glibc NSS libraries. (closes: #93362)
Eric Andersenfc994d12001-04-09 22:15:27 +0000100 * Fixed a bug in sed's address range handling (closes: #91758)
Eric Andersen3f8688b2001-04-09 19:00:29 +0000101 * Removed irrelevant cruft from the bottem of debian/changelog
102
Eric Andersen3c343052001-04-10 20:10:14 +0000103 -- Erik Andersen <andersee@debian.org> Tue, 10 Apr 2001 14:07:29 -0600
104
105busybox (0.50-2) unstable; urgency=low
106
107 * Enabled freeramdisk and pivot_root in the udeb (closes: #91336)
108 * Disabled lash (the busybox shell) in the udeb (closes: #91337)
109 * fixed a bug in syslog, a problem with rebooting when booted as
110 an initrd, and a few other minor problems.
111
112 -- Erik Andersen <andersee@debian.org> Sun, 25 Mar 2001 20:59:44 -0700
113
Eric Andersenfc994d12001-04-09 22:15:27 +0000114
115busybox (0.50-2) unstable; urgency=low
116
117 * Enabled freeramdisk and pivot_root in the udeb (closes: #91336)
118 * Disabled lash (the busybox shell) in the udeb (closes: #91337)
119 * fixed a bug in syslog, a problem with rebooting when booted as
120 an initrd, and a few other minor problems.
121
122 -- Erik Andersen <andersee@debian.org> Sun, 25 Mar 2001 20:59:44 -0700
Eric Andersen3f8688b2001-04-09 19:00:29 +0000123
Eric Andersen0d5051d2001-03-15 22:12:43 +0000124busybox (0.50-1) unstable; urgency=low
Eric Andersen88a5ceb2001-02-14 07:55:19 +0000125
Eric Andersen0d5051d2001-03-15 22:12:43 +0000126 * Tons on improvements all around -- See changelog for details.
Eric Andersen5d9cad02001-02-22 05:08:16 +0000127 * Fix malformed Build-Depends (closes: #86930)
128 * grep has worked for some time now (closes: #81084)
129 * init compiles with DEBUG_INIT enabled (closes: #85794)
130 * md5sum no longer displays filename when reading stdin (closes: #81283)
131 * lsmod, rmmod, and insmod are no longer enabled (closes: #85642)
Eric Andersenb2007bf2001-02-22 05:21:35 +0000132 * busybox and buxybox-static now conflict/replace each other (closes: #80421)
Eric Andersen88a5ceb2001-02-14 07:55:19 +0000133
Eric Andersen0d5051d2001-03-15 22:12:43 +0000134 -- Erik Andersen <andersee@debian.org> Thu, 15 Mar 2001 14:45:00 -0700
Eric Andersen88a5ceb2001-02-14 07:55:19 +0000135
Eric Andersen8ec10a92001-01-27 09:33:39 +0000136busybox (0.49-1) unstable; urgency=low
Eric Andersena6cd0702000-12-20 23:22:29 +0000137
Eric Andersen8ec10a92001-01-27 09:33:39 +0000138 * Lots more source updates and bug fixes. See changelog for details.
Eric Andersena6cd0702000-12-20 23:22:29 +0000139
Eric Andersen8ec10a92001-01-27 09:33:39 +0000140 -- Erik Andersen <andersee@debian.org> Sat, 27 Jan 2001 01:45:53 -0700
Eric Andersena6cd0702000-12-20 23:22:29 +0000141
Eric Andersen46948362000-12-13 16:42:24 +0000142busybox (0.48-1) unstable; urgency=low
Eric Andersenc8eedd52000-12-10 04:43:49 +0000143
144 * Lots more source updates and bug fixes. See changelog for details.
Eric Andersen46948362000-12-13 16:42:24 +0000145 * Now includes .udeb support for the debian-installer. The .udeb
146 probably needs some more work, but this should be a good start.
Eric Andersenc8eedd52000-12-10 04:43:49 +0000147
Eric Andersen46948362000-12-13 16:42:24 +0000148 -- Erik Andersen <andersee@debian.org> Wed, 13 Dec 2000 08:36:07 -0700
Eric Andersenb344c212000-10-27 18:09:53 +0000149
Eric Andersendb7f2af2000-09-26 05:02:50 +0000150busybox (0.47-1) unstable; urgency=low
Eric Andersen7df345e2000-07-21 21:27:11 +0000151
Eric Andersendb7f2af2000-09-26 05:02:50 +0000152 * New version released. See changelog for details.
Eric Andersen7df345e2000-07-21 21:27:11 +0000153
Eric Andersendb7f2af2000-09-26 05:02:50 +0000154 -- Erik Andersen <andersee@debian.org> Mon, 25 Sep 2000 23:00:56 -0600
Eric Andersen7df345e2000-07-21 21:27:11 +0000155
Eric Andersenaec27bc2000-07-11 18:18:40 +0000156busybox (0.46-1) unstable; urgency=low
157
158 * New version released. See changelog for details.
159
160 -- Erik Andersen <andersee@debian.org> Tue, 11 Jul 2000 12:15:44 -0600
161
Eric Andersena2db0972000-06-28 17:07:19 +0000162busybox (0.45-1) unstable; urgency=low
Eric Andersenb108a5b2000-06-19 09:21:34 +0000163
164 * First attempt at packaging BusyBox as a .deb. This has been in
165 in the Debian boot-floppies CVS tree forever. Hopefully, having it as a
166 standalone app will make life easier for me, the debian-installer team, and
167 everyone else as well...
168 * I have created a busybox-static that can be used as a rescue shell when you
169 hose your system. Just invoke "busybox sh" to fir up the shell. This has
170 every app provided by busybox staically linked in. There have been several
171 times in the past that I would have loved to have this sitting on my system
172 (i.e. when libc gets screwed up.)
173
Eric Andersen47cac672000-06-28 02:25:18 +0000174 -- Erik Andersen <andersee@debian.org> Tue, 27 Jun 2000 12:26:41 -0600
Eric Andersenb108a5b2000-06-19 09:21:34 +0000175