File: changelog

package info (click to toggle)
cdebootstrap 0.3.4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 816 kB
  • ctags: 308
  • sloc: sh: 3,408; ansic: 2,522; makefile: 243
file content (183 lines) | stat: -rw-r--r-- 5,429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
cdebootstrap (0.3.4) unstable; urgency=low

  * src/packages.c:
    - Fix compilation error. (closes: #301029)

 -- Bastian Blank <waldi@debian.org>  Wed, 23 Mar 2005 19:58:54 +0100

cdebootstrap (0.3.3) unstable; urgency=low

  * debian/control:
    - Remove binutils from dependencies.
  * debian/rules:
    - Use internal ar implementation.

 -- Bastian Blank <waldi@debian.org>  Tue, 22 Mar 2005 20:09:46 +0100

cdebootstrap (0.3.2) unstable; urgency=low

  * src:
    - Remove most occurances of "Doing something important". (closes: #290272)

 -- Bastian Blank <waldi@debian.org>  Fri, 14 Jan 2005 22:37:18 +0100

cdebootstrap (0.3.1) unstable; urgency=low

  * src:
    - Don't overwrite PATH.

 -- Bastian Blank <waldi@debian.org>  Fri, 07 Jan 2005 21:34:52 +0100

cdebootstrap (0.3.0) unstable; urgency=low

  * config/*/packages:
    - Remove linux-devfs/any.
  * config/*/sections:
    - Remove linux-devfs.
  * debian/*.templates:
    - Mark any entry as non-translatable they will be moved to d-i if
      possible.
  * helper
    - Add helper packages.

 -- Bastian Blank <waldi@debian.org>  Wed, 05 Jan 2005 21:20:08 +0100

cdebootstrap (0.2.6) unstable; urgency=low

  * config/sarge/action:
    - Remove glibc workarounds.
  * config/sid/packages:
    - Merge updates from config/sarge/packages.

 -- Bastian Blank <waldi@debian.org>  Fri, 09 Jul 2004 22:28:51 +0200

cdebootstrap (0.2.5) unstable; urgency=low

  * config/sarge/package, config/woody/packages:
    - Fix entry. (closes: #245811)
  * Use clean environment for execs. (closes: #159361)
  * Reorganize logging.

 -- Bastian Blank <waldi@debian.org>  Tue, 11 May 2004 16:49:56 +0200

cdebootstrap (0.2.4) unstable; urgency=low

  * config/sarge.
    - Add as copy from config/sid.
  * config/sarge/packages:
    - Add dhcp3-client, ifupdown, iptables, telnet to network/any.
    - Add pppconfig, pppoeconf to network/!s390.
    - Add at, cpio, ed, psmisc, tasksel to standard/any.
    - Add console-tools, fdutils to standard/!s390.
    (closes: #244413)
  * config/sid/action:
    - Remove glibc workarounds.
  * config/woody/packages:
    - Add dhcp-client, ifupdown, iptables, telnet to network/any.
    - Remove netkit-inetd from network/any.
    - Add pcmcia-cs to network/i386.
    - Add pppconfig, pppoeconf to network/!s390.
    - Add gettext-base to root/any.
    - Add at, cpio, ed, modconf, psmisc, tasksel to standard/any.
    - Add console-tools, fdutils to standard/!s390.
    (closes: #244408)
  * src/frontend/standalone/message.c:
    - Always flush output. (closes: #244402)
  * src/frontend/standalone/main.c:
    Fix resize of include array. (closes: #241812)

 -- Bastian Blank <waldi@debian.org>  Sat, 24 Apr 2004 19:54:09 +0200

cdebootstrap (0.2.3) unstable; urgency=low

  * config/woody/packages:
    - Follow config/sid/packages updates.
  * config/woody/sections:
    - Follow config/sid/sections updates.
  * config/*/packages:
    - Add tcpd, wget to network/any.

 -- Bastian Blank <waldi@debian.org>  Sat, 13 Mar 2004 18:03:20 +0100

cdebootstrap (0.2.2) unstable; urgency=low

  * Fix broken upload. (closes: #231523)
  * debian/control:
    - cdebootstrap: Depends against binutils, wget.

 -- Bastian Blank <waldi@debian.org>  Fri, 06 Feb 2004 21:04:19 +0100

cdebootstrap (0.2.1) unstable; urgency=low

  * config/*/packages:
    - Add apt-utils to base/any.
    - Remove makedev from base/any.
    - Add priority-required to required/any.
  * config/*/sections:
    - Add required: standard, install.
    - Rename flavour install to installer.
  * config/sid/packages:
    - Remove elilo dependencies from boot/ia64.
    - Add info, manpages, man-db to documentation/any.
    - Add tasksel to installer/any.
    - Add dhcp3-client, ifupdown to network-installer/any.
    - Add cron to root/any.
    - Remove modconf from root/any.
    - Add nano to standard/any.
  * config/sid/sections:
    - Add documentation: standard, installer.
    - Add installer: installer.
    - Add network-installer: installer.
  * config/woody/packages:
    - Remove section linux-devfs/any.
  * config/woody/sections:
    - Remove linux-devfs.
  * debian/control:
    - Build-Depend against libdebian-installer4-dev (>= 0.19).
    - cdebootstrap-udeb Provides debootstrap-udeb.
  * src/frontend/debian-installer:
    - Fix retriever location.
    - Use mirror/suite.
  * src/frontend/standalone:
    - Fix file:// URIs.
  * Reorganize progress bar.
  * Add include option.
  * Various fixes.
  * Get the Releases file first if there is no config specified for the
    current suite/codename.

 -- Bastian Blank <waldi@debian.org>  Fri, 06 Feb 2004 01:31:30 +0100

cdebootstrap (0.2.0) unstable; urgency=low

  * config:
    - Cleanup config.
  * config/sid/action:
    - Add workaround for glibc 2.3.2.ds1-11.
    - Remove workaround for dpkg bug.
  * src:
    - Cleanup.
  * src/frontend/standalone:
    - Add manpage.
    - Support -h.

 -- Bastian Blank <waldi@debian.org>  Wed, 28 Jan 2004 18:33:59 +0100

cdebootstrap (0.1.2) experimental; urgency=low

  * First official release.

 -- Bastian Blank <waldi@debian.org>  Tue, 19 Aug 2003 11:07:23 +0200

cdebootstrap (0.1.1) experimental; urgency=low

  * Release.

 -- Bastian Blank <waldi@debian.org>  Sun, 17 Aug 2003 21:22:19 +0200

cdebootstrap (0.1.0) experimental; urgency=low

  * Initial Release.

 -- Bastian Blank <waldi@debian.org>  Thu, 14 Aug 2003 22:51:01 +0200