/[d-i]/trunk/tools/base-installer/debian/changelog
ViewVC logotype

Contents of /trunk/tools/base-installer/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3809 - (show annotations) (download)
Tue Aug 5 15:28:50 2003 UTC (9 years, 10 months ago) by cobaco
File size: 10650 byte(s)
Updated dutch translation to be complete again
1 base-installer (0.026) UNRELEASED; urgency=low
2
3 * Petter Reinholdtsen
4 - Updated de.po. Patch from Maximilian Wilhelm.
5 - Updated nb.po.
6 * André Luís Lopes
7 - Update pt_BR.po.
8 * Bart Cornelis
9 - Updated duth translation
10
11 -- Petter Reinholdtsen <pere@debian.org> Thu, 31 Jul 2003 10:29:31 +0200
12
13 base-installer (0.025) unstable; urgency=low
14
15 * Matt Kraai
16 - Add nl.po, thanks to Bart Cornelis.
17 * Alastair McKinstry
18 - Add lv.po, thanks to Aigars Mahinovs
19 * Martin Sjögren
20 - Implement progress bar thingy. (Closes: #180753)
21 This requires version >= 0.2.1 of debootstrap.
22 - Bump standards version to 3.6.0
23 * André Luís Lopes
24 - Update Brazilian Portuguese (pt_BR) debconf template translation.
25 - Run debconf-updatepo to feed more translatable strings to
26 translators.
27 * Petter Reinholdtsen
28 - Update nb.po.
29 - Convert changelog to UTF-8.
30 - Stop kernel-installer from printing to stderr.
31 - Add initial progress bar to kernel-installer.
32 - Correct template names from old 'kernel-chooser' to new
33 'kernel-installer'.
34 - Add progress bar at the end of base-installer, when the APT
35 database is updated and extra the packages are installed.
36 - Updated nb.po.
37 * Florian Lohoff
38 - Updated de.po. Thanks to from Maximilian Wilhelm.
39
40 -- Petter Reinholdtsen <pere@debian.org> Wed, 30 Jul 2003 15:43:44 +0200
41
42 base-installer (0.024) unstable; urgency=low
43
44 * Petter Reinholdtsen
45 - Add dash-udeb as a dependency for base-installer, while we wait for
46 busybox-udeb being able to run debootstrap.
47 * Tollef Fog Heen
48 - update fr.po file, from Michel Grentzinger.
49
50 -- Tollef Fog Heen <tfheen@debian.org> Sun, 13 Jul 2003 16:50:48 +0200
51
52 base-installer (0.023) unstable; urgency=low
53
54 * Add french translation by Michel Grentzinger. (Closes: #197312)
55 * Make sure /target/etc/apt/ exists before trying to create
56 sources.list. Patch from Thorsten Sauter. (Closes: #197818)
57 * Copy the postinst from kernel-chooser into the kernel-installer
58 postinst, to make it easier to select which kernel to install.
59 * Ben Collins
60 - Add link_in_boot=yes prior to sparc kernel install. Allows sparc to
61 transparently support /boot being on a seperate partition.
62 * Thorsten Sauter:
63 - kernel-installer depends now on created-fstab
64
65 -- Petter Reinholdtsen <pere@debian.org> Tue, 24 Jun 2003 21:09:38 +0200
66
67 base-installer (0.022) unstable; urgency=low
68
69 * Updated nb.po.
70 * Remove problematic spaces included by mistake. (Closes: #193160)
71 * Thorsten Sauter
72 - Insert german translation (de.po)
73
74 -- Petter Reinholdtsen <pere@debian.org> Sun, 1 Jun 2003 01:48:21 +0200
75
76 base-installer (0.021) unstable; urgency=low
77
78 * Keep going even if /target/etc/fstab is missing. (Closes: #186443)
79 * Display a debconf-note when debootstrap return an error
80 code. (Closes: #178418)
81 * Make myself the uploader for this package.
82 * Upgrade standards-version from 3.5.2 to 3.5.9.
83 * Cleanup in kernel-installer postinst.
84 * Added translation framework, and Norwegian Bokmål translation (nb.po).
85 * André Luís Lopes :
86 - Added pt_BR debconf template translation.
87
88 -- Petter Reinholdtsen <pere@debian.org> Thu, 8 May 2003 09:21:06 +0200
89
90 base-installer (0.020) unstable; urgency=low
91
92 * Petter Reinholdtsen
93 - Use debconf to report an error if kernel install fails.
94 (Closes: #188209)
95
96 -- Petter Reinholdtsen <pere@debian.org> Fri, 11 Apr 2003 11:23:21 +0200
97
98 base-installer (0.019) unstable; urgency=low
99
100 * Bastian Blank
101 - Add linux prefix to linux only templates.
102
103 -- Petter Reinholdtsen <pere@debian.org> Sun, 6 Apr 2003 10:23:15 +0200
104
105 base-installer (0.018) unstable; urgency=low
106
107 * Mario Lang
108 - Remove brltty specific code from base-installer postinst. We now
109 have apt-install.
110 * Petter Reinholdtsen
111 - Process the apt-install queue in one call to apt-install, instead
112 of several. This should speed up the install.
113
114 -- Petter Reinholdtsen <pere@debian.org> Tue, 4 Mar 2003 16:42:44 +0100
115
116 base-installer (0.017) unstable; urgency=low
117
118 * Petter Reinholdtsen
119 - Moved apt-update and apt-install to rootskel.
120 * Matt Kraai
121 - Unset Debconf variables before calling apt-install (closes:
122 #180249).
123 - Remove local component for network installs.
124
125 -- Matt Kraai <kraai@debian.org> Wed, 12 Feb 2003 21:46:13 -0800
126
127 base-installer (0.016) unstable; urgency=low
128
129 * Use the same components in debootstrap and APT.
130 * Two new helper programs, apt-update and apt-install.
131 * Try to fix CDROM installs; Make sure 'apt-get update' is executed
132 when installing from CD, change the APT source protocol from file:
133 to copy:, and split 'apt-get install' into two parts, one
134 downloading outside /target/, and one installing within /target/.
135 * Install all pachages with DEBIAN_FRONTEND=noninteractive, and make
136 sure /target/proc/ is available during install.
137 * Make sure initrd-tools is installed before we modify its
138 configuration.
139 * Add package queue for extra packages to install into /target/.
140 Should apt-install move into rootskel or another package?
141 * Redirect stderr to /var/log/messages when installing packages.
142 * Make debug output easier to read.
143
144 -- Petter Reinholdtsen <pere@debian.org> Fri, 7 Feb 2003 15:22:36 +0100
145
146 base-installer (0.015) unstable; urgency=low
147
148 * Mario Lang
149 - in base-installer postinst, if /sbin/brltty exists, brltty=... was
150 passed in kernel cmdline, and brltty is running, add it to debootstrap
151 --include list.
152 * Petter Reinholdtsen
153 - In kernel-installer, set DELAY=0 in
154 /target/etc/mkinitrd/mkinitrd.conf to disable the possibility of
155 interrupting the boot in the initrd.
156 - Add more error handling in kernel-installer.
157 * Matt Kraai
158 - Add /usr/lib and /lib to LD_LIBRARY_PATH when invoking apt-get
159 (closes: 179994).
160
161 -- Matt Kraai <kraai@debian.org> Thu, 06 Feb 2003 17:28:17 -0800
162
163 base-installer (0.014) unstable; urgency=low
164
165 * Bastian Blank
166 - remove kernel installation from base-installer
167 - add apt-get update to base-installer
168 - add kernel-installer
169 * Richard Hirst
170 - fix apt-get args for gzip and dpkg binaries
171 - get apt-get to tell dpkg to run in /target
172 - add target bin/sbin dirs to PATH for aptget/dpkg
173 - actually use rootskel initrd template for /etc/kernel-img.conf
174 - add relative_links=yes, image_in_boot=yes to kernel-img.conf
175 - unset DEBCONF_HAS_FRONTEND, etc in kernel-installer postinst,
176 as per base-installer postinst (undocumented hacks)
177 * Petter Reinholdtsen
178 - Detect missing 'debian-installer/kernel/image' and report this
179 as an error.
180
181 -- Matt Kraai <kraai@debian.org> Mon, 03 Feb 2003 20:34:29 -0800
182
183 base-installer (0.013) unstable; urgency=low
184
185 * Richard Hirst
186 - create appropriate /target/etc/kernel-img.conf for hppa
187 * Tollef Fog Heen
188 - remove -x from postinst, to remove clutter.
189 * Petter Reinholdtsen
190 - Remove obsolete skolelinux debootstrap symlinks.
191
192 -- Tollef Fog Heen <tfheen@debian.org> Sat, 7 Dec 2002 16:53:30 +0100
193
194 base-installer (0.012) unstable; urgency=low
195
196 * Tollef Fog Heen
197 - Fix installer-menu-item
198 * Richard Hirst
199 - Add hppa support
200
201 -- Tollef Fog Heen <tfheen@debian.org> Wed, 4 Dec 2002 03:36:08 +0100
202
203 base-installer (0.011) unstable; urgency=low
204
205 * Tollef Fog Heen
206 - Set priority to required
207
208 -- Tollef Fog Heen <tfheen@debian.org> Thu, 14 Nov 2002 02:42:06 +0100
209
210 base-installer (0.010) unstable; urgency=low
211
212 * Martin Sjögren
213 - Replace XBC with XB so our special control fields don't confuse the
214 changes files.
215
216 -- Tollef Fog Heen <tfheen@debian.org> Thu, 14 Nov 2002 02:09:39 +0100
217
218 base-installer (0.009) unstable; urgency=low
219
220 * support http_proxy
221
222 -- Tollef Fog Heen <tfheen@debian.org> Wed, 6 Nov 2002 01:54:01 +0100
223
224 base-installer (0.008) unstable; urgency=low
225
226 * Do not crash if the questions netcfg/get_hostname or
227 netcfg/get_domain are unknown to debconf.
228 * Use default distribution if no debconf answer is available.
229 * Document how to avoid the 5 second 'get root without giving
230 password' window.
231 * Add hack to avoid messages like 'Note /etc/modules.conf is more recent
232 than /lib/modules/*/modules.dep'
233 * Choose kernel version based on the distribution name.
234 * Use dash instead of ash
235 * Fix paths to avoid double slashes.
236 * Only exclude if we have anything to exclude
237 * Make lilo not try to install itself, by echoing magic string
238 * Make -boot the maintainer but add me to Uploaders.
239
240 -- Tollef Fog Heen <tfheen@debian.org> Mon, 14 Oct 2002 17:08:13 +0200
241
242 base-installer (0.007) unstable; urgency=low
243
244 * Log to /target/var/log/, not /tmp/.
245 * Use distribution selected in choose-mirror.
246 * Avoid adding bogus entry in /target/etc/hosts if debconf values for
247 netcfg/get_{hostname,domain} is empty.
248 * Correct translation language code from 'no' to 'nb'.
249 * Get rid of PROFILE stuff inside postinst, since it's not used.
250 * Make sure /target/etc exists before writing files into it.
251
252 -- Tollef Fog Heen <tfheen@debian.org> Mon, 16 Sep 2002 17:57:19 +0200
253
254 base-installer (0.006) unstable; urgency=low
255
256 * Support comments in /cdrom/.disk/* files. Thanks to Petter
257 Reinholdtsen for pointing this out.
258 * The support for /cdrom/.disk/* files was quite broken -- a delimiter
259 was added to the end. This caused lots of grief, which should now be
260 fixed.
261 * Fix path to base_{include,exclude} files.
262
263 -- Tollef Fog Heen <tfheen@debian.org> Wed, 3 Jul 2002 22:57:23 +0200
264
265 base-installer (0.005) unstable; urgency=low
266
267 * Fix syntax error in postinst.
268 * Add support for base_{include,exclude} and fix the support for
269 --components when installing from CD.
270
271 -- Tollef Fog Heen <tfheen@debian.org> Fri, 28 Jun 2002 10:18:19 +0200
272
273 base-installer (0.004) unstable; urgency=low
274
275 * twiddle with kernel-img.conf
276 * pass --components with somewhat sane values to debootstrap.
277 * don't pass script to debootstrap.
278
279 -- Tollef Fog Heen <tfheen@debian.org> Sun, 23 Jun 2002 10:11:20 +0200
280
281 base-installer (0.003) unstable; urgency=low
282
283 * Up version to actually get this installed
284 * Change architecture to all everywhere.
285
286 -- Tollef Fog Heen <tfheen@debian.org> Wed, 19 Jun 2002 20:43:58 +0200
287
288 base-installer (0.002) unstable; urgency=low
289
290 * Fix cdrom installation.
291
292 -- Tollef Fog Heen <tfheen@debian.org> Wed, 19 Jun 2002 20:20:27 +0200
293
294 base-installer (0.001) unstable; urgency=low
295
296 * Initial release
297
298 -- Tollef Fog Heen <tfheen@debian.org> Sun, 10 Mar 2002 20:06:30 +0100

  ViewVC Help
Powered by ViewVC 1.1.5