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