diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-01-01 00:23:01 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-01-01 00:23:01 +0000 |
commit | 25cfd83e140620cd42c1f8234b237f2f3d67d2bb (patch) | |
tree | a1a373d4b57708e3accea2abd2e80c2061ba1289 /debian/changelog | |
parent | 16d9d268436724ca7172b7e827a9c8142a7e4741 (diff) | |
download | busybox-w32-25cfd83e140620cd42c1f8234b237f2f3d67d2bb.tar.gz busybox-w32-25cfd83e140620cd42c1f8234b237f2f3d67d2bb.tar.bz2 busybox-w32-25cfd83e140620cd42c1f8234b237f2f3d67d2bb.zip |
Sync to waldi's subversion archive
git-svn-id: svn://busybox.net/trunk/busybox@8208 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 73 |
1 files changed, 72 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ecd5a47ba..22d3ccb05 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,73 @@ | |||
1 | busybox-cvs (20031212-3) unstable; urgency=low | ||
2 | |||
3 | * debian/config-udeb-linux: | ||
4 | - Enable freeramdisk. (closes: #225360) | ||
5 | |||
6 | -- Bastian Blank <waldi@debian.org> Tue, 30 Dec 2003 22:36:50 +0100 | ||
7 | |||
8 | busybox-cvs (20031212-2) unstable; urgency=low | ||
9 | |||
10 | * debian/config-udeb: | ||
11 | - Enable freeramdisk | ||
12 | * archival/libunarchive/data_extract_to_stdout.c: | ||
13 | - Don't extract to much (upstream). | ||
14 | * archival/libunarchive/data_extract_all.c: | ||
15 | - Don't set permissions on symlinks (upstream). | ||
16 | * editors/sed.c: | ||
17 | - Fix (upstream). (closes: #224676) | ||
18 | |||
19 | -- Bastian Blank <waldi@debian.org> Tue, 23 Dec 2003 16:59:13 +0100 | ||
20 | |||
21 | busybox-cvs (20031212-1) unstable; urgency=low | ||
22 | |||
23 | * new cvs version | ||
24 | - fixes IOR in fdisk. (closes: #223773) | ||
25 | * debian/config* | ||
26 | - update | ||
27 | - remove mtab support from mount in busybox-static. (closes: #222386) | ||
28 | - enable progress bar for wget. (closes: #223770) | ||
29 | * modutils/obj/obj_s390{,x}.c | ||
30 | - fix abi change, R_390_GOTOFF -> R_390_GOTOFF32. (closes: #216528) | ||
31 | * acknowledge nmu. (closes: #216950, #216756, #215169, #215613) | ||
32 | |||
33 | -- Bastian Blank <waldi@debian.org> Fri, 12 Dec 2003 21:19:41 +0100 | ||
34 | |||
35 | busybox-cvs (20030926-2.1) unstable; urgency=low | ||
36 | |||
37 | * NMU | ||
38 | * Remove /sbin/init from the udebs, while still leaving init support | ||
39 | compiled in. rootskel takes over providing init, but then calls bb init. | ||
40 | Remove linuxrc support from the udebs entirely. Closes: #216756 | ||
41 | * config-floppy-udeb-linux: add minimal find, grep. Closes: #215169 | ||
42 | * net-udeb-linux-i386: add loopback mount support. Closes: #215613 | ||
43 | |||
44 | -- Joey Hess <joeyh@debian.org> Tue, 21 Oct 2003 12:47:52 -0400 | ||
45 | |||
46 | busybox-cvs (20030926-2) unstable; urgency=low | ||
47 | |||
48 | * debian/config-floppy-udeb-linux | ||
49 | - update for new floppy images (closes: #212986, #214102) | ||
50 | |||
51 | -- Bastian Blank <waldi@debian.org> Thu, 09 Oct 2003 12:25:49 +0200 | ||
52 | |||
53 | busybox-cvs (20030926-1) unstable; urgency=low | ||
54 | |||
55 | * new cvs version | ||
56 | * Makefile | ||
57 | - fix libpwdgrp link (upstream) (closes: #211675) | ||
58 | * Rules.mak.in | ||
59 | - fix optimization (closes: #212485) | ||
60 | * debian/config* | ||
61 | - update | ||
62 | * debian/config*udeb* | ||
63 | - move linux-i386 to linux (enable modutils on any linux arch) | ||
64 | - rename net to floppy | ||
65 | - enable wget status bar (closes: #211457) | ||
66 | * init/init.c | ||
67 | - workaround race conditions (closes: #212764) | ||
68 | |||
69 | -- Bastian Blank <waldi@debian.org> Fri, 26 Sep 2003 15:10:14 +0200 | ||
70 | |||
1 | busybox-cvs (0.60.99.cvs20030819-3) unstable; urgency=low | 71 | busybox-cvs (0.60.99.cvs20030819-3) unstable; urgency=low |
2 | 72 | ||
3 | * shell/ash.c | 73 | * shell/ash.c |
@@ -8,7 +78,7 @@ busybox-cvs (0.60.99.cvs20030819-3) unstable; urgency=low | |||
8 | busybox-cvs (0.60.99.cvs20030819-2) unstable; urgency=low | 78 | busybox-cvs (0.60.99.cvs20030819-2) unstable; urgency=low |
9 | 79 | ||
10 | * Fix configure permisions | 80 | * Fix configure permisions |
11 | * Set source Section to embedded | 81 | * Set source Section to embedded |
12 | 82 | ||
13 | -- Glenn McGrath <bug1@debian.org> Mon, 25 Aug 2003 06:33:19 +0000 | 83 | -- Glenn McGrath <bug1@debian.org> Mon, 25 Aug 2003 06:33:19 +0000 |
14 | 84 | ||
@@ -406,3 +476,4 @@ busybox (0.45-1) unstable; urgency=low | |||
406 | (i.e. when libc gets screwed up.) | 476 | (i.e. when libc gets screwed up.) |
407 | 477 | ||
408 | -- Erik Andersen <andersee@debian.org> Tue, 27 Jun 2000 12:26:41 -0600 | 478 | -- Erik Andersen <andersee@debian.org> Tue, 27 Jun 2000 12:26:41 -0600 |
479 | |||