1d6f8e88c493b889480b4334c1ba0c65b85db85e
[busybox-power] / debian / changelog
1 busybox-power (1.21.1power1) unstable; urgency=low
2
3   * New upstream release (BusyBox 1.21.1)
4   * swapon: support "pri=NNN" in fstab
5
6  -- Dennis Groenen <tj.groenen@gmail.com>  Sun, 18 Aug 2013 11:26:49 +0200
7
8 busybox-power (1.21.0power2) unstable; urgency=low
9
10   * Apply BusyBox 1.21.0 hotfixes
11   * Divert busybox binary to /opt/busybox-power
12
13  -- Dennis Groenen <tj.groenen@gmail.com>  Sat, 16 Mar 2013 11:41:43 +0100
14
15 busybox-power (1.21.0power1+harmattan0) unstable; urgency=low
16
17   * Merged master
18   * Do not build busybox-power-althist in the Harmattan target
19
20  -- Dennis Groenen <tj.groenen@gmail.com>  Sat, 26 Jan 2013 11:20:29 +0100
21
22 busybox-power (1.21.0power1) unstable; urgency=low
23
24   * New upstream release (BusyBox 1.21.0)
25   * Correct the symlink locations of several applets
26   * Generate busybox-power-althist package
27
28  -- Dennis Groenen <tj.groenen@gmail.com>  Tue, 22 Jan 2013 12:45:45 +0100
29
30 busybox-power (1.20.2power5+harmattan0) unstable; urgency=low
31
32   * Merged master
33
34  -- Dennis Groenen <tj.groenen@gmail.com>  Fri, 30 Nov 2012 19:55:53 +0100
35
36 busybox-power (1.20.2power5) unstable; urgency=low
37
38   * Introduce Diablo support (by Teemu Ikonen)
39   * Don't show the first time inst. warning when /tmp/.bbp-unattended exists
40   * Don't use local diversions
41   * Modify warning messages to include more useful information
42   * Check for $DISPLAY and $SSH_TTY in preinst
43
44  -- Dennis Groenen <tj.groenen@gmail.com>  Wed, 28 Nov 2012 22:30:14 +0100
45
46 busybox-power (1.20.2power4+harmattan0) unstable; urgency=low
47
48   * Apply initial Harmattan specific config changes
49   * Add aegis manifest file
50   * Update debian/control file
51   * Remove patches that are not applicable to Harmattan
52
53  -- Dennis Groenen <tj.groenen@gmail.com>  Wed, 24 Oct 2012 22:10:00 +0200
54
55 busybox-power (1.20.2power4) unstable; urgency=low
56
57   * Divert /bin/busybox during installation
58   * Use SHA1 hashes instead of MD5 for integrity control
59   * Move (un)install-binary.sh to postinst and prerm scripts
60   * Introduce Harmattan support in the installation framework
61   * Improve error handling in (un)installation
62   * Remove cleanup code for old conffile
63   * Increase copy buffer size, great speed improvement in various applets
64   * Update BusyBox 1.20.2 hotfixes
65
66  -- Dennis Groenen <tj.groenen@gmail.com>  Wed, 24 Oct 2012 17:55:14 +0200
67
68 busybox-power (1.20.2power3) unstable; urgency=low
69
70   * Exit shell cleanly upon receiving SIGHUP
71   * Re-enable writing out shell history on exit
72
73  -- Dennis Groenen <tj.groenen@gmail.com>  Sat, 13 Oct 2012 13:18:27 +0200
74
75 busybox-power (1.20.2power2) unstable; urgency=low
76
77   * Disable writing out shell history on exit
78   * Remove workaround for bug #5317, not required anymore
79
80  -- Dennis Groenen <tj.groenen@gmail.com>  Wed, 19 Sep 2012 23:39:03 +0200
81
82 busybox-power (1.20.2power1) unstable; urgency=low
83
84   * New upstream release (BusyBox 1.20.2)
85   * Apply BusyBox 1.20.2 hotfixes
86   * Portrait mode support by Pali Rohár (CSSU patch)
87   * Increase shell history size to 255
88   * Enable username completion in shell
89   * Disable the use of internal (shadow) password and group functions
90   * Restructure internal (un)installation scripts
91   * Use platform names instead of device names in internal scripts
92   * Don't restore backup binary if /bin/busybox has been modified
93
94  -- Dennis Groenen <tj.groenen@gmail.com>  Sat, 25 Aug 2012 11:57:55 +0200
95
96 busybox-power (1.20.1power2) unstable; urgency=low
97
98   * Synchronize patches with Debian Sid
99   * Apply BusyBox 1.20.1 hotfixes
100   * Restore screen after closing vi
101
102  -- Dennis Groenen <tj.groenen@gmail.com>  Fri, 22 Jun 2012 21:28:18 +0200
103
104 busybox-power (1.20.1power1) unstable; urgency=low
105
106   * New upstream release (BusyBox 1.20.1)
107
108  -- Dennis Groenen <tj.groenen@gmail.com>  Mon, 28 May 2012 11:00:29 +0200
109
110 busybox-power (1.20.0power1) unstable; urgency=low
111
112   * New upstream release (BusyBox 1.20.0)
113   * Apply BusyBox 1.20.0 hotfixes 
114
115  -- Dennis Groenen <tj.groenen@gmail.com>  Fri, 27 Apr 2012 10:56:57 +0200
116
117 busybox-power (1.19.4power1) unstable; urgency=low
118
119   * New upstream release (BusyBox 1.19.4)
120   * Clean up (un)installation scripts
121   * Revert the whole SUID situation (reintroduces bug #700)
122   * Support for -x (match whole line) in grep
123
124  -- Dennis Groenen <tj.groenen@gmail.com>  Tue, 10 Apr 2012 18:33:24 +0200
125
126 busybox-power (1.19.3power5) unstable; urgency=low
127
128   * Make df's output more compatible with Maemo's stock df
129   * Implement :p (go to previous file) in vi
130   * Update BusyBox 1.19.3 hotfixes
131
132  -- Dennis Groenen <tj.groenen@gmail.com>  Tue, 31 Jan 2012 16:50:22 +0100
133
134 busybox-power (1.19.3power4) unstable; urgency=low
135
136   * Parse /etc/environment prior to applet launch
137   * Update BusyBox 1.19.3 hotfixes
138   * Set SUID bit on busybox
139
140  -- Dennis Groenen <tj.groenen@gmail.com>  Thu, 12 Jan 2012 21:23:47 +0100
141
142 busybox-power (1.19.3power3) unstable; urgency=low
143
144   * Enable Unicode support by default
145   * Disable the SUID bit for now
146
147  -- Dennis Groenen <tj.groenen@gmail.com>  Thu, 24 Nov 2011 20:31:21 +0100
148
149 busybox-power (1.19.3power2) unstable; urgency=low
150
151   * Merge busybox and busybox_root, set SUID bit on busybox
152   * Synchronize patches with Debian Sid
153   * Apply BusyBox 1.19.3 hotfixes
154
155  -- Dennis Groenen <tj.groenen@gmail.com>  Tue, 22 Nov 2011 19:58:33 +0100
156
157 busybox-power (1.19.3power1) unstable; urgency=low
158
159   * New upstream release (BusyBox 1.19.3)
160   * Update debian/control file
161
162  -- Dennis Groenen <tj.groenen@gmail.com>  Sat, 29 Oct 2011 17:13:24 +0200
163
164 busybox-power (1.19.2power1) unstable; urgency=low
165
166   * New upstream release (BusyBox 1.19.2)
167   * Sync save history on exit patches with BusyBox git
168
169  -- Dennis Groenen <tj.groenen@gmail.com>  Sat, 10 Sep 2011 17:48:03 +0200
170
171 busybox-power (1.19.0power3) unstable; urgency=low
172
173   * Apply BusyBox 1.19.0 hotfixes
174
175  -- Dennis Groenen <tj.groenen@gmail.com>  Thu, 25 Aug 2011 12:33:37 +0200
176
177 busybox-power (1.19.0power2) unstable; urgency=low
178
179   * Enable ipv6 support in busybox_root
180
181  -- Dennis Groenen <tj.groenen@gmail.com>  Tue, 23 Aug 2011 11:37:47 +0200
182
183 busybox-power (1.19.0power1) unstable; urgency=low
184
185   * New upstream release (BusyBox 1.19.0) (fixes bug #5978)
186   * Split busybox into busybox and busybox_root (fixes bug #700)
187   * Keep shell history in memory; do away with temporary file
188
189  -- Dennis Groenen <tj.groenen@gmail.com>  Sun, 21 Aug 2011 13:52:00 +0200
190
191 busybox-power (1.18.5power3) unstable; urgency=low
192
193   * Apply workaround for bug #5317
194   * Introduce new ash history buffer (fixes bugs #4174, #4175)
195   * Update e-mail address
196
197  -- Dennis Groenen <tj.groenen@gmail.com>  Sun, 31 Jul 2011 14:33:01 +0200
198
199 busybox-power (1.18.5power2) unstable; urgency=low
200
201   * Add support for installation in Maemo's SDK
202   * Cleanup and improve scripts
203
204  -- Dennis Groenen <dennis_groenen@hotmail.com>  Sun,  3 Jul 2011 20:11:13 +0200
205
206 busybox-power (1.18.5power1) unstable; urgency=low
207
208   * New upstream release (BusyBox 1.18.5)
209
210  -- Dennis Groenen <dennis_groenen@hotmail.com>  Mon, 13 Jun 2011 15:47:18 +0200
211
212 busybox-power (1.18.4power5) unstable; urgency=low
213
214   * Add patch to make ps accept and ignore missing common options
215   * Pull patch from BusyBox' git tree to make showkey work on any stdin
216   * Change showkey's default option from -k to -a
217
218  -- Dennis Groenen <dennis_groenen@hotmail.com>  Sat, 28 May 2011 14:39:55 +0200
219
220 busybox-power (1.18.4power4) unstable; urgency=low
221
222   * Update postinst scripts to not depend on coreutils
223   * Update debian/control file
224
225  -- Dennis Groenen <dennis_groenen@hotmail.com>  Mon, 16 May 2011 17:03:25 +0200
226
227 busybox-power (1.18.4power3) unstable; urgency=low
228
229   * Add patch to parse the complete hostname when set from a file
230
231  -- Dennis Groenen <dennis_groenen@hotmail.com>  Mon,  9 May 2011 21:42:48 +0200
232
233 busybox-power (1.18.4power2) unstable; urgency=low
234
235   * Update debian/control file
236
237  -- Dennis Groenen <dennis_groenen@hotmail.com>  Sat,  7 May 2011 16:50:56 +0200
238
239 busybox-power (1.18.4power1) unstable; urgency=low
240
241   * New upstream release (BusyBox 1.18.4)
242   * Import updated versions of Nokia's patches from Debian Sid 
243   * Port Nokia's patches which aren't in upstream
244   * Add patch to suppress "sh: bad number" messages when testing uninitialized variables in scripts
245   * Make ash save 100 lines of history instead of just 15
246   * Update Maemo's busybox configuration file to reflect the changed options available in upstream
247   * Fix unicode issue with the new BusyBox configuration
248   * Fix DNS resolving issue with the new BusyBox configuration
249   * Include scripts to dynamically create symlinks upon installation instead of hardcoding them
250
251  -- Dennis Groenen <dennis_groenen@hotmail.com>  Fri,  6 May 2011 22:16:20 +0200
252
253 busybox (3:1.10.2.legal-1osso30+0m5) unstable; urgency=low
254
255   * This entry has been added by BIFH queue processor
256     version has been changed to 3:1.10.2.legal-1osso30+0m5
257
258  -- Lyubimkin Eugene <ext-lyubimkin.eugene@nokia.com>  Fri, 12 Mar 2010 10:49:27 +0200
259
260 busybox (3:1.10.2.legal-1osso30) unstable; urgency=low
261
262   * Fixes: NB#160158 - Device doesn't boot up after 1.1.1 -> 1.2 SSU
263
264  -- Alexander Shishkin <ext-alexander.shishkin@nokia.com>  Fri, 12 Mar 2010 10:11:20 +0200
265
266 busybox (3:1.10.2.legal-1osso29) unstable; urgency=low
267
268   * Fixes: NB#157159 -  Enable ar in busybox 
269
270  -- Eugene Lyubimkin <ext-lyubimkin.eugene@nokia.com>  Tue, 02 Mar 2010 11:09:43 +0200
271
272 busybox (3:1.10.2.legal-1osso26) unstable; urgency=low
273
274   * Enable more fance tar features. Fixes: NB#124832.
275
276  -- Alexander Shishkin <ext-alexander.shishkin@nokia.com>  Mon, 29 Jun 2009 15:32:56 +0300
277
278 busybox (3:1.10.2.legal-1osso25) unstable; urgency=low
279
280   * Call telinit to facilitate proper shutdown/reboot. Fixes: NB#120283.
281
282  -- Alexander Shishkin <ext-alexander.shishkin@nokia.com>  Wed, 24 Jun 2009 14:41:13 +0300
283
284 busybox (3:1.10.2.legal-1osso24) unstable; urgency=low
285
286   * Don't follow symlinks for -l or -s in ls. Fixes: NB#120999.
287
288  -- Alexander Shishkin <ext-alexander.shishkin@nokia.com>  Mon, 15 Jun 2009 12:55:17 +0300
289
290 busybox (3:1.10.2.legal-1osso23) unstable; urgency=low
291
292   * Enable more options for pidof. Fixes: NB#112823.
293
294  -- Alexander Shishkin <ext-alexander.shishkin@nokia.com>  Thu, 23 Apr 2009 16:10:24 +0300
295
296 busybox (3:1.10.2.legal-1osso22) unstable; urgency=low
297
298   * Remove 3 second sleep()s from sfdisk.
299
300  -- Alexander Shishkin <ext-alexander.shishkin@nokia.com>  Thu, 23 Apr 2009 11:32:08 +0300
301
302 busybox (3:1.10.2.legal-1osso21) unstable; urgency=low
303
304   * Drop dependencies to symlink packages. Fixes: NB#86011.
305
306  -- Alexander Shishkin <ext-alexander.shishkin@nokia.com>  Wed, 01 Apr 2009 14:14:32 +0300
307
308 busybox (3:1.10.2.legal-1osso20) unstable; urgency=low
309
310   * Merge sysvinit-maemo into busybox.
311   * Remove last from provided symlinks. Fixes: NB#108560.
312   * Patch to display RSS instead of VSZ in top. Fixes: NB#103591.
313   * Patch to only update history upon shell exit. Fixes: NB#107770.
314
315  -- Alexander Shishkin <ext-alexander.shishkin@nokia.com>  Tue, 31 Mar 2009 14:28:47 +0300
316
317 busybox (3:1.10.2.legal-1osso19) unstable; urgency=low
318
319   * Create alternatives directory if missing. Fixes: NB#107784.
320   * Enable CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY. Fixes: NB#107771.
321   * Disable wtmp for applets. Fixes: NB#101256.
322
323  -- Alexander Shishkin <ext-alexander.shishkin@nokia.com>  Wed, 25 Mar 2009 10:28:05 +0200
324
325 busybox (3:1.10.2.legal-1osso18) unstable; urgency=low
326
327   * Transition: make busybox depend on all packages with symlinks
328   to facilitate NB#86011.
329   * Symlinks moved to separate packages to match debian's counterparts.
330   * Enable xargs support for quotes. Fixes: NB#96575.
331
332  -- Alexander Shishkin <ext-alexander.shishkin@nokia.com>  Wed, 18 Mar 2009 12:39:35 +0200
333
334 busybox (3:1.10.2.legal-1osso17) unstable; urgency=low
335
336   * Add IPv6 support. Fixes: NB#98038.
337   * Add fix for pidof/killall5. Fixes: NB#101755.
338
339  -- Alexander Shishkin <ext-alexander.shishkin@nokia.com>  Tue, 10 Mar 2009 15:14:05 +0200
340
341 busybox (3:1.10.2.legal-1osso16) unstable; urgency=low
342
343   * Added CONFIG_CLEAR and CONFIG_RESET to config.maemo
344   * Added ncurses-bin to Provides/Replaces/Conflicts. Fixes: NB#92440
345
346  -- Turo Janka <ext-turo.1.janka@nokia.com>  Thu, 12 Feb 2009 12:50:42 +0200
347
348 busybox (3:1.10.2.legal-1osso15) unstable; urgency=low
349
350   * Removed CONFIG_FEATURE_GUNZIP_UNCOMPRESS from config.maemo
351   * Added CONFIG_UNCOMPRESS to config.maemo. Fixes: NB#98035
352
353  -- Turo Janka <ext-turo.1.janka@nokia.com>  Wed, 11 Feb 2009 16:08:12 +0200
354
355 busybox (3:1.10.2.legal-1osso14) unstable; urgency=low
356   
357   * Fixes time command segfault. Fixes: NB#98230
358  
359  -- Turo Janka <ext-turo.1.janka@nokia.com>  Tue, 21 Jan 2009 15:48:12 +0200
360
361 busybox (3:1.10.2.legal-1osso13) unstable; urgency=low
362
363   * Enable more tools. Fixes: NB#98035
364
365  -- Turo Janka <ext-turo.1.janka@nokia.com>  Tue, 20 Jan 2009 15:18:12 +0200
366
367 busybox (3:1.10.2.legal-1osso12) unstable; urgency=low
368
369   * Enable MD5SUM and FEATURE_MD5_SHA1_SUM_CHECK. Fixes: NB#95950
370
371  -- Turo Janka <ext-turo.1.janka@nokia.com>  Tue, 20 Jan 2009 11:16:20 +0200
372
373 busybox (3:1.10.2.legal-1osso11) unstable; urgency=low
374
375   * Enable CONFIG_LFS. Fixes: NB#95830
376
377  -- Turo Janka <ext-turo.1.janka@nokia.com>  Tue, 13 Jan 2009 15:26:23 +0200
378
379 busybox (3:1.10.2.legal-1osso10) unstable; urgency=low
380
381   * Enable CONFIG_FEATURE_SORT_BIG. Fixes: NB#90925
382
383  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 27 Oct 2008 12:20:50 +0200
384
385 busybox (3:1.10.2.legal-1osso9) unstable; urgency=low
386
387   * Disable runlevel, using a script from mini-rc
388
389  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Mon, 27 Oct 2008 11:54:48 +0200
390
391 busybox (3:1.10.2.legal-1osso8) unstable; urgency=low
392
393   * Added busybox-zero-ifr.ifr_hwaddr.sa_data.patch
394     Fixes: NB#89189
395
396  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Fri, 17 Oct 2008 15:38:53 +0300
397
398 busybox (3:1.10.2.legal-1osso7) unstable; urgency=low
399
400   * Reverting the utilities, it breaks R&D images
401   * Revert "enabled xargs -0 (265 bytes)"
402   * Revert "enabled addgroup (872 bytes), delgroup (652 bytes)"
403   * Revert "enabled less (6773 bytes)"
404   * Revert "enabled setsid (111 bytes)"
405   * Revert "enabled script (1443 bytes), strings (489 bytes)"
406   * Revert "enabled ip (23780 bytes)"
407
408  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 09 Oct 2008 15:26:35 +0300
409
410 busybox (3:1.10.2.legal-1osso6) unstable; urgency=low
411
412   [ Pekka Pessi ]
413   * fsync.patch: fixed usage
414   * enabled xargs -0 (265 bytes)
415   * enabled addgroup (872 bytes), delgroup (652 bytes)
416   * enabled less (6773 bytes)
417   * enabled setsid (111 bytes)
418   * enabled script (1443 bytes), strings (489 bytes)
419   * enabled ip (23780 bytes)
420
421  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 08 Oct 2008 13:16:50 +0300
422
423 busybox (3:1.10.2.legal-1osso5) unstable; urgency=low
424
425   * config.maemo: enable fsync
426   * Added fsync.patch
427
428  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Tue, 07 Oct 2008 11:15:54 +0300
429
430 busybox (3:1.10.2.legal-1osso4) unstable; urgency=low
431
432   * Disable modutils, submitting real module-init-tools now
433
434  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 02 Oct 2008 16:37:48 +0300
435
436 busybox (3:1.10.2.legal-1osso3) unstable; urgency=low
437
438   * Enable hwclock applet
439
440  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Wed, 24 Sep 2008 16:38:48 +0300
441
442 busybox (3:1.10.2.legal-1osso2) unstable; urgency=low
443
444   * Install local/tempfile, forgot in upgrade.
445     Fixes: NB#88128
446
447  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 18 Sep 2008 14:23:08 +0300
448
449 busybox (3:1.10.2.legal-1osso1) unstable; urgency=low
450
451   * Use .legal name (forgot)
452   * Updated config.maemo for 1.10.2
453
454  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 24 Jul 2008 12:35:10 +0300
455
456 busybox (3:1.10.2-1osso1) unstable; urgency=low
457
458   * osso adoptation
459   * Added debug package
460   * tar -m dummy switch added
461   * build only deb package, no udeb or static
462   * CONFIG: fixing segfault
463   * Add tools needed by sysvinit/upstart
464   * Do not conflict with module-init-tools, divert should work
465
466  -- Yauheni Kaliuta <yauheni.kaliuta@nokia.com>  Thu, 24 Jul 2008 12:22:11 +0300
467
468 busybox (1:1.10.2-1) unstable; urgency=low
469
470   * New upstream release.
471
472  -- Bastian Blank <waldi@debian.org>  Fri, 06 Jun 2008 19:20:43 +0200
473
474 busybox (1:1.9.2-3) unstable; urgency=low
475
476   * Readd package version into greeting.
477   * Ignore init action if device is not available. (closes: #473659)
478
479  -- Bastian Blank <waldi@debian.org>  Sat, 12 Apr 2008 17:23:30 +0200
480
481 busybox (1:1.9.2-2) unstable; urgency=low
482
483   * Set correct source section.
484   * Move busybox-static to extra.
485   * Update Standards-Version to 3.7.3, no changes.
486   * Add generic applet fallback. (closes: #472653)
487
488  -- Bastian Blank <waldi@debian.org>  Wed, 26 Mar 2008 11:33:59 +0100
489
490 busybox (1:1.9.2-1) unstable; urgency=low
491
492   * New upstream release.
493   * [deb] Reenable prefer applets.
494   * [deb, static] Make the shell use applets first. (closes: #472389)
495
496  -- Bastian Blank <waldi@debian.org>  Mon, 24 Mar 2008 09:40:13 +0100
497
498 busybox (1:1.9.1-3) unstable; urgency=low
499
500   * debian/config.udeb:
501     - Reenable fancy prompt.
502   * Readd copyright file.
503
504  -- Bastian Blank <waldi@debian.org>  Sat, 22 Mar 2008 23:01:57 +0100
505
506 busybox (1:1.9.1-2) experimental; urgency=low
507
508   * Readd sections gc to dynamic built binaries.
509   * debian/config.udeb:
510     - Fix remaining problems.
511     - Disable ifconfig.
512   * util-linux/mount.c:
513     - Support relatime. (closes: #460824)
514
515  -- Bastian Blank <waldi@debian.org>  Thu, 13 Mar 2008 14:25:53 +0100
516
517 busybox (1:1.9.1-1) experimental; urgency=low
518
519   * New upstream release.
520   * Drop unused busybox-floppy-udeb.
521
522  -- Bastian Blank <waldi@debian.org>  Fri, 15 Feb 2008 16:25:31 +0000
523
524 busybox (1:1.1.3-5) unstable; urgency=low
525
526   * debian/config*:
527     - Drop devfs support. (closes: #431569)
528
529  -- Bastian Blank <waldi@debian.org>  Tue,  3 Jul 2007 15:45:43 +0000
530
531 busybox (1:1.1.3-4) unstable; urgency=low
532
533   * coreutils/sort.c:
534     - Try again to fix sorting issues. Patch by Goswin Brederlow.
535       (closes: #373704)
536
537  -- Bastian Blank <waldi@debian.org>  Sun, 21 Jan 2007 15:29:02 +0000
538
539 busybox (1:1.1.3-3) unstable; urgency=low
540
541   * debian/control:
542     - Add build dependency to new dpkg-dev. (closes: #383710)
543   * debian/copyright:
544     - Mention copyright holders. (closes: #378654)
545
546  -- Bastian Blank <waldi@debian.org>  Fri, 18 Aug 2006 22:32:04 +0000
547
548 busybox (1:1.1.3-2) unstable; urgency=low
549
550   * coreutils/sort.c:
551     - Fix sorting of input which begins with the seperator. (closes: #373704)
552
553  -- Bastian Blank <waldi@debian.org>  Thu, 29 Jun 2006 19:36:19 +0000
554
555 busybox (1:1.1.3-1) unstable; urgency=low
556
557   * New upstream version.
558   * debian/config-udeb:
559     - Enable fancy head and tail. Readds support for head -1.
560   * coreutils/tr.c:
561     - Don't segfault on incorrect input.
562
563  -- Bastian Blank <waldi@debian.org>  Thu, 01 Jun 2006 18:02:00 +0000
564
565 busybox (1:1.1.2-2) unstable; urgency=low
566
567   * applets/install.sh:
568     - Fix installation if libbusybox is disabled. (closes: #368013)
569   * debian/config*:
570     - Support umount -a. (closes: #367714)
571
572  -- Bastian Blank <waldi@debian.org>  Mon, 22 May 2006 17:58:17 +0000
573
574 busybox (1:1.1.2-1) unstable; urgency=low
575
576   * New upstream version.
577   * debian/config*:
578     - Rework.
579     - Remove modutils support.
580   * modutils:
581     - Remove modutils patch.
582   * shell:
583     - Export PATH. (closes: #329406)
584
585  -- Bastian Blank <waldi@debian.org>  Sun,  7 May 2006 19:31:17 +0000
586
587 busybox (1:1.01-4) unstable; urgency=low
588
589   * debian/config*: (closes: #321304)
590     - Enable readlink -f support.
591     - Enable egrep alias.
592     - Enable ash command builtin.
593   * debianutils: Add readlink -f support.
594   * util-linux/umount.c: Fix loop for rootfs. (closes: #317062)
595
596  -- Bastian Blank <waldi@debian.org>  Sat, 17 Dec 2005 14:35:56 +0100
597
598 busybox (1:1.01-3) unstable; urgency=low
599
600   * debian/config-deb:
601     - Recheck options.
602
603  -- Bastian Blank <waldi@debian.org>  Wed, 12 Oct 2005 14:40:08 +0200
604
605 busybox (1:1.01-2) unstable; urgency=low
606
607   * debian/rules:
608     - Use CONFIG_DEBUG=y.
609   * modutils/obj:
610     - Fix bad casts that cause insmod (and probably depmod) to fail on
611       64-bit architectures. (closes: #321503)
612
613  -- Bastian Blank <waldi@debian.org>  Thu, 08 Sep 2005 17:07:21 +0200
614
615 busybox (1:1.01-1) unstable; urgency=low
616
617   * New upstream version.
618   * Fix more compilation errors. (closes: #325244)
619
620  -- Bastian Blank <waldi@debian.org>  Wed, 24 Aug 2005 19:28:13 +0200
621
622 busybox (1:1.00-5) unstable; urgency=low
623
624   * Fix build.
625   * Enable ip applet in deb.
626   * Fix remove syslog.
627
628  -- Bastian Blank <waldi@debian.org>  Tue, 16 Aug 2005 19:20:13 +0200
629
630 busybox (1:1.00-4) unstable; urgency=low
631
632   * Fix several problems with more strict gcc. (closes: #294474)
633
634  -- Bastian Blank <waldi@debian.org>  Sun, 31 Jul 2005 13:10:29 +0200
635
636 busybox (1:1.00-3) unstable; urgency=low
637
638   * shell/ash.c:
639     - Fix eval. (closes: #315444)
640
641  -- Bastian Blank <waldi@debian.org>  Tue, 28 Jun 2005 14:45:54 +0200
642
643 busybox (1:1.00-2) unstable; urgency=low
644
645   * debian/rules:
646     - Specify -s for debhelper tools. (closes: #314512)
647
648  -- Bastian Blank <waldi@debian.org>  Mon, 27 Jun 2005 18:09:52 +0200
649
650 busybox (1:1.00-1) unstable; urgency=low
651
652   * New upstream release. (closes: #276771)
653   * New maintainer. (closes: #298363)
654
655  -- Bastian Blank <waldi@debian.org>  Fri, 10 Jun 2005 10:32:29 +0200
656
657 busybox-cvs (20040623-2) UNRELEASED; urgency=low
658
659   * modutils:
660     - Fix error. (closes: #258546)
661     - Don't return failure if the module is already loaded. (closes: #257201)
662   * util-linux/umount.c:
663     - Don't ignore proc on umount -a. (closes: #257625)
664
665  -- Bastian Blank <waldi@debian.org>  Wed, 28 Jul 2004 11:20:58 +0200
666
667 busybox-cvs (20040623-1) unstable; urgency=low
668
669   * New CVS version.
670     - Support 64 bit arithmetic. (closes: #251302)
671
672  -- Bastian Blank <waldi@debian.org>  Wed, 23 Jun 2004 21:53:52 +0200
673
674 busybox-cvs (20040612-2) unstable; urgency=low
675
676   * modutils:
677     - Merge changes from modutils 2.4.26 (closes: #254214).
678
679  -- Bastian Blank <waldi@debian.org>  Sun, 13 Jun 2004 21:11:08 +0200
680
681 busybox-cvs (20040612-1) unstable; urgency=low
682
683   * New CVS version.
684   * modutils:
685     - Fix missdetection of module file extension.
686
687  -- Bastian Blank <waldi@debian.org>  Fri, 21 May 2004 15:43:11 +0200
688
689 busybox-cvs (20040507-3) unstable; urgency=low
690
691   * debian/config-udeb*:
692     - Disable udhcpc. (closes: #220652)
693     - Enable sleep.
694
695  -- Bastian Blank <waldi@debian.org>  Fri, 14 May 2004 18:13:52 +0200
696
697 busybox-cvs (20040507-2) unstable; urgency=low
698
699   * editors/sed.c:
700     - Never assign the return value of getopt to char. (closes: #248106)
701
702  -- Bastian Blank <waldi@debian.org>  Sun, 09 May 2004 16:34:41 +0200
703
704 busybox-cvs (20040507-1) unstable; urgency=low
705
706   * New CVS version
707     - Fix detection of hardlinks. (closes: #244589)
708     - Fix CAN-2003-0856.
709   * debian/config-udeb*:
710     - Enable netcat. (closes: #243508)
711     - Enable support for md5sum -c.
712   * modutils:
713     - Fix parameter passing for 2.4 modules. (closes: #245560)
714     - Add biarch support to 2.4 depmod and lsmod. (closes: #231606, #231618)
715     - Add 2.6 support to lsmod. (closes: #245580)
716
717  -- Bastian Blank <waldi@debian.org>  Sat, 08 May 2004 14:58:04 +0200
718
719 busybox-cvs (20040415-3) unstable; urgency=low
720
721   * modutils:
722     - Fix detection of 2.4 kernel. (closes: #244806)
723
724  -- Bastian Blank <waldi@debian.org>  Tue, 20 Apr 2004 11:55:12 +0200
725
726 busybox-cvs (20040415-2) unstable; urgency=low
727
728   * modutils:
729     - Make depmod quiet.
730     - Fix name of dependency files.
731
732  -- Bastian Blank <waldi@debian.org>  Sun, 18 Apr 2004 20:00:51 +0200
733
734 busybox-cvs (20040415-1) unstable; urgency=low
735
736   * New CVS version
737   * modutils:
738     - Merge 2.6 support into insmod and depmod.
739   * debian/config-*udeb-linux:
740     - Update.
741
742  -- Bastian Blank <waldi@debian.org>  Sun, 18 Apr 2004 18:53:44 +0200
743
744 busybox-cvs (20040408-1) unstable; urgency=low
745
746   * New CVS version
747     - Fix wget ftp handling. (closes: #242779)
748   * debian/config-*udeb:
749     - Disable standalone shell.
750
751  -- Bastian Blank <waldi@debian.org>  Thu, 15 Apr 2004 22:40:35 +0200
752
753 busybox-cvs (20040402-1) unstable; urgency=low
754
755   * New CVS version
756     - Fix llseek mess. (closes: #240918)
757   * debian/config-*:
758     - Update.
759
760  -- Bastian Blank <waldi@debian.org>  Fri, 02 Apr 2004 23:49:25 +0200
761
762 busybox-cvs (20040306-1) unstable; urgency=low
763
764   * New CVS version
765     - Fix directory header in ls. (closes: #231994)
766     - wget checks for empty *_proxy. (closes: #234130)
767   * debian/config-*:
768     - Update.
769
770  -- Bastian Blank <waldi@debian.org>  Mon, 23 Feb 2004 13:22:38 +0100
771
772 busybox-cvs (20040101-7) unstable; urgency=low
773
774   * archival/libunarchive/get_header_tar.c:
775     - Fix usage of tar typeflag field (upstream). (closes: #233627)
776   * debian/config-*:
777     - Disable oldgnu support in tar.
778
779  -- Bastian Blank <waldi@debian.org>  Sat, 21 Feb 2004 12:34:40 +0100
780
781 busybox-cvs (20040101-6) unstable; urgency=low
782
783   * debian/config-udeb*:
784     - Enable dd. (closes: #228248)
785   * debian/control:
786     - Set Standards-Version to 3.6.1, no changes.
787     - Remove Glenn McGrath <bug1@debian.org> from Uploaders.
788   * shell/cmdedit.c:
789     - Fix lockup (upstream). (closes: #228915)
790   * networking/wget.c:
791     - Fix proxy (upstream).
792
793  -- Bastian Blank <waldi@debian.org>  Thu, 22 Jan 2004 14:25:24 +0100
794
795 busybox-cvs (20040101-4) unstable; urgency=low
796
797   * Fix cp truncation bug (Closes: #227081)
798
799  -- Glenn McGrath <bug1@debian.org>  Mon, 12 Jan 2004 20:51:01 +1100
800
801 busybox-cvs (20040101-3) unstable; urgency=low
802
803   * debian/control:
804     - Change descriptions a little bit.
805     - Build-Depend against di-packages-build (>= 0.5).
806   * debian/rules:
807     - Install correct manpages.
808     - Mark build-* rules as notparallel.
809
810  -- Bastian Blank <waldi@debian.org>  Fri, 09 Jan 2004 22:09:02 +0100
811
812 busybox-cvs (20040101-2) unstable; urgency=low
813
814   * coreutils/ln.c:
815     - Fix check in symlink mode (upstream). (closes: #226722)
816
817  -- Bastian Blank <waldi@debian.org>  Thu, 08 Jan 2004 12:50:27 +0100
818
819 busybox-cvs (20040101-1) unstable; urgency=low
820
821   * New CVS version.
822     - Fix ln. (closes: #216435)
823     - Make insmod quiet. (closes: #215612)
824   * debiann/control:
825     - Build-Depend against di-packages-build (>= 0.4).
826   * debian/rules:
827     - Use di-packages-build.
828
829  -- Bastian Blank <waldi@debian.org>  Mon, 05 Jan 2004 06:21:03 +0100
830
831 busybox-cvs (20031212-3) unstable; urgency=low
832
833   * debian/config-udeb-linux:
834     - Enable freeramdisk. (closes: #225360)
835
836  -- Bastian Blank <waldi@debian.org>  Tue, 30 Dec 2003 22:36:50 +0100
837
838 busybox-cvs (20031212-2) unstable; urgency=low
839
840   * debian/config-udeb:
841     - Enable freeramdisk
842   * archival/libunarchive/data_extract_to_stdout.c:
843     - Don't extract to much (upstream).
844   * archival/libunarchive/data_extract_all.c:
845     - Don't set permissions on symlinks (upstream).
846   * editors/sed.c:
847     - Fix (upstream). (closes: #224676)
848
849  -- Bastian Blank <waldi@debian.org>  Tue, 23 Dec 2003 16:59:13 +0100
850
851 busybox-cvs (20031212-1) unstable; urgency=low
852
853   * new cvs version
854     - fixes IOR in fdisk. (closes: #223773)
855   * debian/config*
856     - update
857     - remove mtab support from mount in busybox-static. (closes: #222386)
858     - enable progress bar for wget. (closes: #223770)
859   * modutils/obj/obj_s390{,x}.c
860     - fix abi change, R_390_GOTOFF -> R_390_GOTOFF32. (closes: #216528)
861   * acknowledge nmu. (closes: #216950, #216756, #215169, #215613)
862
863  -- Bastian Blank <waldi@debian.org>  Fri, 12 Dec 2003 21:19:41 +0100
864
865 busybox-cvs (20030926-2.1) unstable; urgency=low
866
867   * NMU
868   * Remove /sbin/init from the udebs, while still leaving init support
869     compiled in. rootskel takes over providing init, but then calls bb init.
870     Remove linuxrc support from the udebs entirely. Closes: #216756
871   * config-floppy-udeb-linux: add minimal find, grep. Closes: #215169
872   * net-udeb-linux-i386: add loopback mount support. Closes: #215613
873
874  -- Joey Hess <joeyh@debian.org>  Tue, 21 Oct 2003 12:47:52 -0400
875
876 busybox-cvs (20030926-2) unstable; urgency=low
877
878   * debian/config-floppy-udeb-linux
879     - update for new floppy images (closes: #212986, #214102)
880
881  -- Bastian Blank <waldi@debian.org>  Thu, 09 Oct 2003 12:25:49 +0200
882
883 busybox-cvs (20030926-1) unstable; urgency=low
884
885   * new cvs version
886   * Makefile
887     - fix libpwdgrp link (upstream) (closes: #211675)
888   * Rules.mak.in
889     - fix optimization (closes: #212485)
890   * debian/config*
891     - update
892   * debian/config*udeb*
893     - move linux-i386 to linux (enable modutils on any linux arch)
894     - rename net to floppy
895     - enable wget status bar (closes: #211457)
896   * init/init.c
897     - workaround race conditions (closes: #212764)
898
899  -- Bastian Blank <waldi@debian.org>  Fri, 26 Sep 2003 15:10:14 +0200
900
901 busybox-cvs (0.60.99.cvs20030819-3) unstable; urgency=low
902
903   * shell/ash.c
904     - fix signal handling (upstream)
905
906  -- Bastian Blank <waldi@debian.org>  Mon, 15 Sep 2003 18:12:09 +0200
907
908 busybox-cvs (0.60.99.cvs20030819-2) unstable; urgency=low
909
910   * Fix configure permisions
911   * Set source Section to embedded
912
913  -- Glenn McGrath <bug1@debian.org>  Mon, 25 Aug 2003 06:33:19 +0000
914
915 busybox-cvs (0.60.99.cvs20030819-1) unstable; urgency=low
916
917   * new cvs version
918
919  -- Bastian Blank <waldi@debian.org>  Tue, 19 Aug 2003 13:18:54 +0200
920
921 busybox-cvs (0.60.99.cvs20030426-10) unstable; urgency=low
922
923   * archival/libunarchive/*
924     - add hardlink support (pending)
925   * debian/config-*udeb*
926     - add support for oldgnu tar format
927
928  -- Bastian Blank <waldi@debian.org>  Tue, 10 Jun 2003 12:06:41 +0200
929
930 busybox-cvs (0.60.99.cvs20030426-9) unstable; urgency=low
931
932   * modutils/depmod.c
933     - fix base_dir for modules.dep 
934
935  -- Bastian Blank <waldi@debian.org>  Sat, 07 Jun 2003 14:52:54 +0200
936
937 busybox-cvs (0.60.99.cvs20030426-8) unstable; urgency=low
938
939   * util-linux/fdisk.c
940     - fix syscalls. (pending)
941   * libpwd/*
942     - don't build setgroups.o
943
944  -- Bastian Blank <waldi@debian.org>  Tue, 03 Jun 2003 11:26:28 +0200
945
946 busybox-cvs (0.60.99.cvs20030426-7) unstable; urgency=low
947
948   * libbb/*syscallc.c
949     - fix syscalls. (upstream) (closes: #194631)
950   * modutils/*
951     - update complete objects code from upstream. (pending)
952   * debian/config-*udeb*
953     - update to busybox-applets.txt:1.14
954
955  -- Bastian Blank <waldi@debian.org>  Thu, 29 May 2003 16:17:14 +0200
956
957 busybox-cvs (0.60.99.cvs20030426-6) unstable; urgency=low
958
959   * modutils/Makefile.in
960     - don't build anything if deactivated
961
962  -- Bastian Blank <waldi@debian.org>  Sat, 24 May 2003 18:57:14 +0200
963
964 busybox-cvs (0.60.99.cvs20030426-5) unstable; urgency=low
965
966   * debian/config-*udeb*
967     - revert changes (closes: #192717, #192753)
968     - readd initrd support (workaround)
969     - make init quiet
970   * archival/tar.c
971     - fix usage of tar -O (upstream) (closes: #193788)
972
973  -- Bastian Blank <waldi@debian.org>  Sat, 24 May 2003 13:25:36 +0200
974
975 busybox-cvs (0.60.99.cvs20030426-4) unstable; urgency=low
976
977   * debian/config-*udeb*
978     - update to busybox-applets.txt:1.12
979   * debian/rules
980     - use system instead of arch to determine which config file to use
981
982  -- Bastian Blank <waldi@debian.org>  Fri, 09 May 2003 11:21:13 +0200
983
984 busybox-cvs (0.60.99.cvs20030426-3) unstable; urgency=low
985
986   * debian/config-udeb*
987     - update to busybox-applets.txt:1.11
988
989  -- Bastian Blank <waldi@debian.org>  Wed, 07 May 2003 10:37:40 +0200
990
991 busybox-cvs (0.60.99.cvs20030426-2) unstable; urgency=low
992
993   * modutils/*
994     - modprobe failes gracefully if the module is already loaded. (pending)
995     - implement depmod. (pending)
996   * debian/config*
997     - update
998
999  -- Bastian Blank <waldi@debian.org>  Wed, 30 Apr 2003 14:12:36 +0200
1000
1001 busybox-cvs (0.60.99.cvs20030426-1) unstable; urgency=low
1002
1003   * new cvs version
1004
1005  -- Bastian Blank <waldi@debian.org>  Sat, 26 Apr 2003 18:33:17 +0200
1006
1007 busybox-cvs (0.60.99.cvs20030420-4) unstable; urgency=low
1008
1009   * network/libiproute/iproute.c
1010     - fix usage of ip route flush (upstream)
1011
1012  -- Bastian Blank <waldi@debian.org>  Fri, 25 Apr 2003 16:48:43 +0200
1013
1014 busybox-cvs (0.60.99.cvs20030420-3) unstable; urgency=low
1015
1016   * debian/config-*udeb*
1017     - update to busybox-applets.txt:1.10
1018
1019  -- Bastian Blank <waldi@debian.org>  Fri, 25 Apr 2003 14:03:23 +0200
1020
1021 busybox-cvs (0.60.99.cvs20030420-2) unstable; urgency=low
1022
1023   * archival/tar.c, archival/libunarchive/data_extract_all.c
1024     - unlink files first (upstream patch)
1025
1026  -- Bastian Blank <waldi@debian.org>  Mon, 21 Apr 2003 12:42:06 +0200
1027
1028 busybox-cvs (0.60.99.cvs20030420-1) unstable; urgency=low
1029
1030   * new cvs version
1031   * debian/config*-udeb*
1032     - add ifconfig/route for easier transition
1033   * debian/config-net-udeb-i386
1034     - add logger
1035   * debian/config-udeb*
1036     - add uniq
1037
1038  -- Bastian Blank <waldi@debian.org>  Sun, 20 Apr 2003 21:02:58 +0200
1039
1040 busybox-cvs (0.60.99.cvs20030405-1) unstable; urgency=low
1041
1042   * new cvs version
1043   * debian/control
1044     - add busybox-cvs-net-udeb
1045   * debian/rules
1046     - arch depend debs
1047     - new net-udeb
1048   * debian/config*
1049     - cleanup applet list
1050
1051  -- Bastian Blank <waldi@debian.org>  Sat, 05 Apr 2003 11:44:50 +0200
1052
1053 busybox-cvs (0.60.99.cvs20030221-1) unstable; urgency=low
1054
1055   * new cvs version
1056   * enable new applets in udeb
1057
1058  -- Bastian Blank <waldi@debian.org>  Fri, 21 Feb 2003 23:15:16 +0100
1059
1060 busybox-cvs (0.60.99.cvs20030114-1) unstable; urgency=low
1061
1062   * new cvs version
1063
1064  -- Bastian Blank <waldi@debian.org>  Tue, 14 Jan 2003 17:06:43 +0000
1065
1066 busybox-cvs (0.60.99.cvs20030105-1) unstable; urgency=low
1067
1068   * Fix ip command build failure on ia64 (Closes: #172580
1069   * Dont build with BSD partition table support in fdisk, fails on m68k 
1070
1071  -- Glenn McGrath <bug1@debian.org>  Sun,  5 Jan 2003 12:48:05 +1100
1072
1073 busybox-cvs (0.60.99.cvs20030104-2) unstable; urgency=low
1074
1075   * floppy-retriever needs the cut command in the udeb 
1076
1077  -- Glenn McGrath <bug1@debian.org>  Sat,  4 Jan 2003 17:13:05 +1100
1078
1079 busybox-cvs (0.60.99.cvs20030104-1) unstable; urgency=low
1080
1081   * new cvs version
1082   * Include new applets in the static package
1083   * Include ash in the udeb
1084
1085  -- Glenn McGrath <bug1@debian.org>  Sat,  4 Jan 2003 13:39:04 +1100
1086
1087 busybox-cvs (0.60.99.cvs20021214-1) unstable; urgency=low
1088
1089   * new cvs version
1090     - udhcp merge.
1091   * fix location of ip link.
1092
1093  -- Bastian Blank <waldi@debian.org>  Sat, 14 Dec 2002 13:52:15 +0100
1094
1095 busybox-cvs (0.60.99.cvs20021210-1) unstable; urgency=low
1096
1097   * new cvs version
1098     - various upstream fixes found in the last version.
1099   * busybox-cvs-udeb
1100     - include readlink and realpath.
1101
1102  -- Bastian Blank <waldi@debian.org>  Tue, 10 Dec 2002 21:23:40 +0100
1103
1104 busybox-cvs (0.60.99.cvs20021209-2) unstable; urgency=low
1105
1106   * cleanup scripts/config/ within make clean (closes: #172413)
1107   * busybox-cvs-udeb
1108     - include readlink
1109   * include manpages within busybox-cvs and busybox-cvs-static
1110
1111  -- Bastian Blank <waldi@debian.org>  Mon, 09 Dec 2002 22:09:52 +0100
1112
1113 busybox-cvs (0.60.99.cvs20021209-1) unstable; urgency=low
1114
1115   * New cvs version.
1116     - fix udhcpc for use with ip.
1117     - klogd supports -c.
1118   * busybox-cvs-udeb
1119     - set priority to extra. (closes: #172302)
1120     - don't longer provide busybox-udeb.
1121
1122  -- Bastian Blank <waldi@debian.org>  Mon, 09 Dec 2002 16:22:03 +0100
1123
1124 busybox-cvs (0.60.99.cvs20021203-1) unstable; urgency=low
1125
1126   * New packages based on busybox cvs.
1127   * changes for the udeb
1128     - enable ip applet with address, link and route part.
1129     - enable udhcpc.
1130     - disable ifconfig and route applet.
1131     - disable ls color.
1132
1133  -- Bastian Blank <waldi@debian.org>  Tue, 03 Dec 2002 18:51:00 +0100
1134
1135 busybox (1:0.60.0-1) unstable; urgency=low
1136
1137   * New version released.  See changelog for details.
1138
1139  -- Erik Andersen <andersee@debian.org>  Thu,  2 Aug 2001 12:12:37 -0600
1140
1141 busybox (1:0.52-1.1) unstable; urgency=high
1142
1143   * Non-maintainer upload
1144   * Fixed wget -P handling (closes: #106223).
1145
1146  -- Matt Kraai <kraai@debian.org>  Wed, 25 Jul 2001 11:01:38 -0600
1147
1148 busybox (1:0.52-1) unstable; urgency=high
1149
1150   * New version released.  See changelog for details.
1151
1152  -- Erik Andersen <andersee@debian.org>  Sat,  7 Jul 2001 01:23:45 -0600
1153
1154 busybox (1:0.51-10) unstable; urgency=high
1155
1156   * Fix a compile problem with gcc 3.0 on hppa (closes: #102045)
1157
1158  -- Erik Andersen <andersee@debian.org>  Sat, 23 Jun 2001 23:55:57 -0600
1159
1160 busybox (1:0.51-9) unstable; urgency=high
1161
1162   * tar was creating leading directories with 0777 permissions as
1163     as reult of faulty umask handling.  This fixes it, repairing
1164     a grave security problem in the woody the boot floppies.
1165     (closes: #101169)
1166
1167  -- Erik Andersen <andersee@debian.org>  Wed, 20 Jun 2001 16:17:38 -0600
1168
1169 busybox (1:0.51-8) unstable; urgency=high
1170
1171   * Fix cp from /proc, where size=0 (closes: #100369)
1172   * Add some padding to struct sysinfo for m68k.
1173   * Apparently some bugs failed to be closed when master choked
1174     (closes: #99627, #99637, #98571)
1175   * Disable the busybox shell for the .deb, since it is not needed
1176     for the boot floppies.
1177
1178  -- Erik Andersen <andersee@debian.org>  Mon, 11 Jun 2001 13:26:07 -0600
1179
1180 busybox (1:0.51-7) unstable; urgency=high
1181
1182   * Fix tar permission setting for existing directories (closes: #99627)
1183   * Do not remove the .cvsignore files on 'make release' (closes: #99637)
1184
1185  -- Erik Andersen <andersee@debian.org>  Mon,  4 Jun 2001 10:55:19 -0600
1186
1187 busybox (1:0.51-6) testing unstable; urgency=high
1188
1189   * Update the version in testing so DHCP in the woody boot-floppies will work.
1190   * Enable expr for the boot-floppies (closes: #98433)
1191   * It builds on arm just fine now (closes: #97510)
1192
1193  -- Erik Andersen <andersee@debian.org>  Wed, 23 May 2001 14:50:13 -0600
1194
1195 busybox (1:0.51-5) unstable; urgency=low
1196
1197   * Backport a sed fix from 0.52pre
1198   * Backport chroot fix from 0.52pre
1199
1200  -- Erik Andersen <andersee@debian.org>  Wed, 16 May 2001 23:50:33 -0600
1201
1202 busybox (1:0.51-4) unstable; urgency=low
1203
1204   * Backport from 0.52pre an endianness bugfix for md5sum
1205   * Backport some updates to grep and sed
1206   * Fix 'wget -O -' so it sets the quiet flag
1207
1208  -- Erik Andersen <andersee@debian.org>  Mon, 14 May 2001 14:17:36 -0600
1209
1210 busybox (1:0.51-3) unstable; urgency=low
1211
1212   * This is the "I am an idiot" release.
1213   * Make cp and mv work again (closes: #97290) 
1214   * Fix the version number.
1215
1216  -- Erik Andersen <andersee@debian.org>  Sat, 12 May 2001 17:35:58 -0600
1217
1218 busybox (0.51-2) unstable; urgency=low
1219
1220   * Backport several release critical fixes into the 0.51 codebase
1221     so the boot-floppies will work again.
1222   * Fix a link ordering problem. (closes: #93362)
1223   * Fixed gunzip (closes: #94331)
1224   * Fixed cp permission setting (closes: #94580)
1225
1226  -- Erik Andersen <andersee@debian.org>  Sat, 12 May 2001 11:22:35 -0600
1227
1228 busybox (0.51-1) unstable; urgency=low
1229
1230   * Fixes several critical bugs (see the busybox changelog
1231     for complete details)
1232   * Force USE_SYSTEM_PWD_GRP=false, so busybox bypasses
1233     the glibc NSS libraries. (closes: #93362)
1234   * Fixed a bug in sed's address range handling (closes: #91758) 
1235   * Removed irrelevant cruft from the bottem of debian/changelog
1236
1237  -- Erik Andersen <andersee@debian.org>  Tue, 10 Apr 2001 14:07:29 -0600
1238
1239 busybox (0.50-2) unstable; urgency=low
1240   
1241   * Enabled freeramdisk and pivot_root in the udeb (closes: #91336)
1242   * Disabled lash (the busybox shell) in the udeb (closes: #91337)
1243   * fixed a bug in syslog, a problem with rebooting when booted as
1244     an initrd, and a few other minor problems.
1245
1246  -- Erik Andersen <andersee@debian.org>  Sun, 25 Mar 2001 20:59:44 -0700
1247
1248
1249 busybox (0.50-2) unstable; urgency=low
1250   
1251   * Enabled freeramdisk and pivot_root in the udeb (closes: #91336)
1252   * Disabled lash (the busybox shell) in the udeb (closes: #91337)
1253   * fixed a bug in syslog, a problem with rebooting when booted as
1254     an initrd, and a few other minor problems.
1255
1256  -- Erik Andersen <andersee@debian.org>  Sun, 25 Mar 2001 20:59:44 -0700
1257
1258 busybox (0.50-1) unstable; urgency=low
1259
1260   * Tons on improvements all around -- See changelog for details.
1261   * Fix malformed Build-Depends (closes: #86930)
1262   * grep has worked for some time now (closes: #81084)
1263   * init compiles with DEBUG_INIT enabled (closes: #85794)
1264   * md5sum no longer displays filename when reading stdin (closes: #81283)
1265   * lsmod, rmmod, and insmod are no longer enabled (closes: #85642)
1266   * busybox and buxybox-static now conflict/replace each other (closes: #80421)
1267
1268  -- Erik Andersen <andersee@debian.org>  Thu, 15 Mar 2001 14:45:00 -0700
1269
1270 busybox (0.49-1) unstable; urgency=low
1271
1272   * Lots more source updates and bug fixes.  See changelog for details.
1273
1274  -- Erik Andersen <andersee@debian.org>  Sat, 27 Jan 2001 01:45:53 -0700
1275
1276 busybox (0.48-1) unstable; urgency=low
1277
1278   * Lots more source updates and bug fixes.  See changelog for details.
1279   * Now includes .udeb support for the debian-installer.  The .udeb 
1280     probably needs some more work, but this should be a good start.
1281
1282  -- Erik Andersen <andersee@debian.org>  Wed, 13 Dec 2000 08:36:07 -0700
1283
1284 busybox (0.47-1) unstable; urgency=low
1285
1286   * New version released.  See changelog for details.
1287
1288  -- Erik Andersen <andersee@debian.org>  Mon, 25 Sep 2000 23:00:56 -0600
1289
1290 busybox (0.46-1) unstable; urgency=low
1291
1292   * New version released.  See changelog for details.
1293
1294  -- Erik Andersen <andersee@debian.org>  Tue, 11 Jul 2000 12:15:44 -0600
1295
1296 busybox (0.45-1) unstable; urgency=low
1297
1298   * First attempt at packaging BusyBox as a .deb.  This has been in 
1299     in the Debian boot-floppies CVS tree forever.  Hopefully, having it as a
1300     standalone app will make life easier for me, the debian-installer team, and
1301     everyone else as well...
1302   * I have created a busybox-static that can be used as a rescue shell when you 
1303     hose your system.  Just invoke "busybox sh" to fir up the shell.  This has
1304     every app provided by busybox staically linked in.  There have been several
1305     times in the past that I would have loved to have this sitting on my system
1306     (i.e. when libc gets screwed up.)
1307
1308  -- Erik Andersen <andersee@debian.org>  Tue, 27 Jun 2000 12:26:41 -0600
1309