diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 117 |
1 files changed, 115 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 992269a2b..bc918a129 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,9 +1,122 @@ | |||
1 | busybox-cvs (0.60.99.cvs20030420-2) unstable; urgency=low | 1 | busybox-cvs (0.60.99.cvs20030819-2) unstable; urgency=low |
2 | |||
3 | * Fix configure permisions | ||
4 | * Set source Section to embedded | ||
5 | |||
6 | -- Glenn McGrath <bug1@debian.org> Mon, 25 Aug 2003 06:33:19 +0000 | ||
7 | |||
8 | busybox-cvs (0.60.99.cvs20030819-1) unstable; urgency=low | ||
9 | |||
10 | * new cvs version | ||
11 | |||
12 | -- Bastian Blank <waldi@debian.org> Tue, 19 Aug 2003 13:18:54 +0200 | ||
13 | |||
14 | busybox-cvs (0.60.99.cvs20030426-10) unstable; urgency=low | ||
15 | |||
16 | * archival/libunarchive/* | ||
17 | - add hardlink support (pending) | ||
18 | * debian/config-*udeb* | ||
19 | - add support for oldgnu tar format | ||
20 | |||
21 | -- Bastian Blank <waldi@debian.org> Tue, 10 Jun 2003 12:06:41 +0200 | ||
22 | |||
23 | busybox-cvs (0.60.99.cvs20030426-9) unstable; urgency=low | ||
24 | |||
25 | * modutils/depmod.c | ||
26 | - fix base_dir for modules.dep | ||
27 | |||
28 | -- Bastian Blank <waldi@debian.org> Sat, 07 Jun 2003 14:52:54 +0200 | ||
2 | 29 | ||
30 | busybox-cvs (0.60.99.cvs20030426-8) unstable; urgency=low | ||
31 | |||
32 | * util-linux/fdisk.c | ||
33 | - fix syscalls. (pending) | ||
34 | * libpwd/* | ||
35 | - don't build setgroups.o | ||
36 | |||
37 | -- Bastian Blank <waldi@debian.org> Tue, 03 Jun 2003 11:26:28 +0200 | ||
38 | |||
39 | busybox-cvs (0.60.99.cvs20030426-7) unstable; urgency=low | ||
40 | |||
41 | * libbb/*syscallc.c | ||
42 | - fix syscalls. (upstream) (closes: #194631) | ||
43 | * modutils/* | ||
44 | - update complete objects code from upstream. (pending) | ||
45 | * debian/config-*udeb* | ||
46 | - update to busybox-applets.txt:1.14 | ||
47 | |||
48 | -- Bastian Blank <waldi@debian.org> Thu, 29 May 2003 16:17:14 +0200 | ||
49 | |||
50 | busybox-cvs (0.60.99.cvs20030426-6) unstable; urgency=low | ||
51 | |||
52 | * modutils/Makefile.in | ||
53 | - don't build anything if deactivated | ||
54 | |||
55 | -- Bastian Blank <waldi@debian.org> Sat, 24 May 2003 18:57:14 +0200 | ||
56 | |||
57 | busybox-cvs (0.60.99.cvs20030426-5) unstable; urgency=low | ||
58 | |||
59 | * debian/config-*udeb* | ||
60 | - revert changes (closes: #192717, #192753) | ||
61 | - readd initrd support (workaround) | ||
62 | - make init quiet | ||
3 | * archival/tar.c | 63 | * archival/tar.c |
64 | - fix usage of tar -O (upstream) (closes: #193788) | ||
65 | |||
66 | -- Bastian Blank <waldi@debian.org> Sat, 24 May 2003 13:25:36 +0200 | ||
67 | |||
68 | busybox-cvs (0.60.99.cvs20030426-4) unstable; urgency=low | ||
69 | |||
70 | * debian/config-*udeb* | ||
71 | - update to busybox-applets.txt:1.12 | ||
72 | * debian/rules | ||
73 | - use system instead of arch to determine which config file to use | ||
74 | |||
75 | -- Bastian Blank <waldi@debian.org> Fri, 09 May 2003 11:21:13 +0200 | ||
76 | |||
77 | busybox-cvs (0.60.99.cvs20030426-3) unstable; urgency=low | ||
78 | |||
79 | * debian/config-udeb* | ||
80 | - update to busybox-applets.txt:1.11 | ||
81 | |||
82 | -- Bastian Blank <waldi@debian.org> Wed, 07 May 2003 10:37:40 +0200 | ||
83 | |||
84 | busybox-cvs (0.60.99.cvs20030426-2) unstable; urgency=low | ||
85 | |||
86 | * modutils/* | ||
87 | - modprobe failes gracefully if the module is already loaded. (pending) | ||
88 | - implement depmod. (pending) | ||
89 | * debian/config* | ||
90 | - update | ||
91 | |||
92 | -- Bastian Blank <waldi@debian.org> Wed, 30 Apr 2003 14:12:36 +0200 | ||
93 | |||
94 | busybox-cvs (0.60.99.cvs20030426-1) unstable; urgency=low | ||
95 | |||
96 | * new cvs version | ||
97 | |||
98 | -- Bastian Blank <waldi@debian.org> Sat, 26 Apr 2003 18:33:17 +0200 | ||
99 | |||
100 | busybox-cvs (0.60.99.cvs20030420-4) unstable; urgency=low | ||
101 | |||
102 | * network/libiproute/iproute.c | ||
103 | - fix usage of ip route flush (upstream) | ||
104 | |||
105 | -- Bastian Blank <waldi@debian.org> Fri, 25 Apr 2003 16:48:43 +0200 | ||
106 | |||
107 | busybox-cvs (0.60.99.cvs20030420-3) unstable; urgency=low | ||
108 | |||
109 | * debian/config-*udeb* | ||
110 | - update to busybox-applets.txt:1.10 | ||
111 | |||
112 | -- Bastian Blank <waldi@debian.org> Fri, 25 Apr 2003 14:03:23 +0200 | ||
113 | |||
114 | busybox-cvs (0.60.99.cvs20030420-2) unstable; urgency=low | ||
115 | |||
116 | * archival/tar.c, archival/libunarchive/data_extract_all.c | ||
4 | - unlink files first (upstream patch) | 117 | - unlink files first (upstream patch) |
5 | 118 | ||
6 | -- Bastian Blank <waldi@debian.org> Mon, 21 Apr 2003 12:06:57 +0200 | 119 | -- Bastian Blank <waldi@debian.org> Mon, 21 Apr 2003 12:42:06 +0200 |
7 | 120 | ||
8 | busybox-cvs (0.60.99.cvs20030420-1) unstable; urgency=low | 121 | busybox-cvs (0.60.99.cvs20030420-1) unstable; urgency=low |
9 | 122 | ||