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

Diff of /trunk/packages/base-installer/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/tools/base-installer/debian/changelog revision 7387 by kmuto, Tue Jan 6 11:11:19 2004 UTC trunk/packages/base-installer/debian/changelog revision 27409 by cjwatson, Mon May 9 11:11:18 2005 UTC
# Line 1  Line 1 
1  base-installer (0.050) UNRELEASED; urgency=low  base-installer (1.18) UNRELEASED; urgency=low
2    
3    NB: Upload partconf version 0.20 a few days before this package!    * Colin Watson
4        This package fails with older versions..      - Redirect output from base-installer hooks properly.
5        - Clarify and expand base-installer/debootstrap/error/couldntdl text to
6          try to answer frequent problems such as badly burned CDs.
7    
8     -- Colin Watson <cjwatson@debian.org>  Tue,  3 May 2005 18:44:17 +0100
9    
10    base-installer (1.17) unstable; urgency=low
11    
12      NOTE: not for sarge, needs rootskel 1.11
13      * Colin Watson
14        - Bump kernel defaults to 2.4.27-2 and 2.6.8-2 for i386, ia64, and s390.
15          hppa is still trailing behind at 2.6.8-1.
16        - Use major version of target kernel rather than installation kernel to
17          work out whether to use an initrd or (on powerpc) to run mkvmlinuz.
18        - Parameterise access to files in /proc by kernel/*.sh, allowing the
19          test suite to run without sudo access or a chroot. 'make test' in
20          kernel/ should be easily runnable by everyone now.
21        - If run with TEST_VERBOSE=0, the test suite produces no output except
22          on errors.
23        - kernel/tests/runtests and 'make test' in kernel/ exit non-zero on
24          errors.
25        - Run test suite automatically on package build.
26        - Install kernel-latest-powerpc metapackages.
27      * Matt Kraai
28        - Fix the spelling of "file system".
29      * Steve Langasek
30        - Bump kernel defaults to 2.4.27-2 for alpha, and to 2.6.8-2 for hppa.
31        - Update kernel test directory to match.
32      * Sven Luther
33        - 2.4.27-3 powerpc kernel now produces only one kernel-image-2.4.27-powerpc
34          package, so dropped the pmac/chrp/chrp-rs6k/prep handling from
35          kernel/powerpc.sh.
36        - Removed mkvmlinuz explicit install, as all kernel-images (2.4.27-3,
37          2.6.8-11 and 2.6.10-3) now depend on mkvmlinuz.
38      * Christian Perrier
39        - Remove extra space in templates. Closes: #305775
40      * Frans Pop
41        - sparc32 kernels are not usable on sparc64. Closes: #297740
42      * Updated translations:
43        - Bulgarian (bg.po) by Ognyan Kulev
44        - Catalan (ca.po) by Guillem Jover
45        - Czech (cs.po) by Miroslav Kure
46        - Greek, Modern (1453-) (el.po) by Greek Translation Team
47        - Spanish (es.po) by Javier Fernandez-Sanguino Peña
48        - Gallegan (gl.po) by Jacobo Tarrio
49        - Hebrew (he.po) by Lior Kaplan
50        - Italian (it.po) by Stefano Canepa
51        - Lithuanian (lt.po) by Kęstutis Biliūnas
52        - Norwegian Nynorsk (nn.po) by Håvard Korsvoll
53        - Portuguese (pt.po) by Miguel Figueiredo
54        - Romanian (ro.po) by Eddy Petrisor
55        - Russian (ru.po) by Yuri Kozlov
56        - Ukrainian (uk.po) by Eugeniy Meshcheryakov
57    
58     -- Colin Watson <cjwatson@debian.org>  Tue,  3 May 2005 18:24:54 +0100
59    
60    base-installer (1.16) experimental; urgency=low
61    
62      NOTE: not for sarge, needs rootskel 1.11
63      * Colin Watson
64        - Add G5 PowerMac7,3 tests based on /proc/cpuinfo provided by Shyamal
65          Prasad.
66        - Prefer SMP kernels on multi-processor powerpc systems.
67        - Improve kernel selection for Transmeta Crusoe i386 systems.
68      * Updated translations:
69        - Bosnian (bs.po) by Safir Šećerović
70        - Catalan (ca.po) by Jordi Mallach
71        - Greek, Modern (1453-) (el.po) by Greek Translation Team
72        - Gallegan (gl.po) by Hctor Fenndez Lpez
73        - Italian (it.po) by Davide Meloni
74        - Lithuanian (lt.po) by Kęstutis Biliūnas
75        - Dutch (nl.po) by Bart Cornelis
76        - Portuguese (pt.po) by Miguel Figueiredo
77        - Romanian (ro.po) by Eddy Petrisor
78        - Russian (ru.po) by Dmitry Beloglazov
79    
80     -- Colin Watson <cjwatson@debian.org>  Sun, 30 Jan 2005 13:44:27 +0000
81    
82    base-installer (1.15) experimental; urgency=low
83    
84      NOTE: not for sarge, needs rootskel 1.11
85      * Colin Watson
86        - Recognise POWER4+ and PPC970FX cpuinfo entries as power4 systems.
87        - Only look at the first cpu line in cpuinfo on powerpc.
88        - Add chrp_rs6k tests based on /proc/cpuinfo provided by Cajus
89          Pollmeier.
90        - Use backslash-continuations in tests to simplify future diffs.
91        - Include "kernel-image-" stem in tests, to help with derivative
92          distributions like Ubuntu that use a different stem.
93    
94     -- Colin Watson <cjwatson@debian.org>  Sun, 16 Jan 2005 15:41:53 +0000
95    
96    base-installer (1.14) experimental; urgency=low
97    
98      NOTE: not for sarge, needs rootskel 1.11
99      * Frans Pop
100        - Add sanity check in postinst for empty COMPONENTS to guard against
101          ugly and difficult to trace errors from debootstrap. Closes: #283510.
102      * Joey Hess
103        - Moved debian-installer/kernel/image, debian-installer/kernel/image-2.6,
104          debian-installer/kernel/linux/initrd,
105          debian-installer/kernel/linux/initrd-2.6 from rootskel.
106      * Colin Watson
107        - Merge experimental kernel selection improvements branch:
108          + Consolidate all the uname calls to find the kernel version into one
109            place.
110          + Split per-architecture kernel handling out of the postinst into one
111            script per architecture, with an interface to the postinst that
112            allows base-installer to pick a usable kernel even if the one it
113            actually wants isn't on the CD. See kernel/README.
114          + Add a test suite for kernel selection. See kernel/tests/README.
115          + Make sure all the kernels displayed in
116            base-installer/kernel/which-kernel are usable.
117        - Use chrp 2.4 kernel on all powerpc chrp* subarchitectures, even
118          chrp-rs6k. The chrp-rs6k 2.4 kernel is to be removed.
119        - Fix arch_get_kernel output on s390, and explicitly disallow -s390-tape
120          and -s390x (documenting why).
121        - Map lasat subarchitecture to r5k-lasat flavour on mipsel.
122        - Rename debian-installer/kernel/* to base-installer/kernel/*.
123      * Martin Michlmayr
124        - Add tests for various mips and mipsel subarchitectures.
125      * Updated translations:
126        - Bosnian (bs.po) by Safir Šećerović
127        - Catalan (ca.po) by Jordi Mallach
128        - Italian (it.po) by Davide Meloni
129        - Dutch (nl.po) by Bart Cornelis
130        - Romanian (ro.po) by Eddy Petrisor
131    
132     -- Colin Watson <cjwatson@debian.org>  Wed, 22 Dec 2004 17:52:20 +0000
133    
134    base-installer (1.13) unstable; urgency=low
135    
136      * Bdale Garbee
137        - fix up hppa clause in postinst to get kernel package name right for 2.6
138      * Colin Watson
139        - Install 2.4.27 apus kernels.
140      * Updated translations:
141        - Bulgarian (bg.po) by Ognyan Kulev
142        - Greek, Modern (1453-) (el.po) by Greek Translation Team
143        - Finnish (fi.po) by Tapio Lehtonen
144        - French (fr.po) by French Team
145        - Hebrew (he.po) by Lior Kaplan
146        - Hungarian (hu.po) by VEROK Istvan
147        - Russian (ru.po) by Yuri Kozlov
148        - Slovenian (sl.po) by Jure Čuhalev
149        - Traditional Chinese (zh_TW.po) by Tetralet
150    
151     -- Colin Watson <cjwatson@debian.org>  Thu, 28 Oct 2004 18:23:34 +0100
152    
153    base-installer (1.12) unstable; urgency=low
154    
155      * Frans Pop
156        - Do not append '-speakup' to kernel version when setting
157          trykernel for speakup. Closes: #275075
158    
159     -- Joey Hess <joeyh@debian.org>  Fri,  8 Oct 2004 19:52:41 -0400
160    
161    base-installer (1.11) unstable; urgency=low
162    
163      * Updated translations:
164        - Welsh (cy.po) by Dafydd Harries
165        - Hebrew (he.po) by Lior Kaplan
166        - Traditional Chinese (zh_TW.po) by Tetralet
167    
168     -- Joey Hess <joeyh@debian.org>  Wed,  6 Oct 2004 15:49:43 -0400
169    
170    base-installer (1.10) unstable; urgency=low
171    
172      * Thiemo Seufer
173        - Don't hardcode the kernel version for r5k-ip32 to 2.6.
174        - Use more generic 2.6 kernel package versioning for mips/mipsel.
175      * Joey Hess
176        - Look for /proc/speakup on i386 and if a speakup kernel is running,
177          try to install a speakup kernel image. Closes: #275075
178    
179     -- Joey Hess <joeyh@debian.org>  Tue,  5 Oct 2004 17:00:46 -0400
180    
181    base-installer (1.09) unstable; urgency=low
182    
183      * Joey Hess
184        - Turn off backup capability while asking about install to unclean target.
185      * Updated translations:
186        - Czech (cs.po) by Miroslav Kure
187        - Greek, Modern (1453-) (el.po) by Greek Translation Team
188        - French (fr.po) by French Team
189        - Hebrew (he.po) by Lior Kaplan
190        - Indonesian (id.po) by Debian Indonesia Team
191        - Italian (it.po) by Davide Meloni
192        - Lithuanian (lt.po) by Kęstutis Biliūnasn
193        - Latvian (lv.po) by Aigars Mahinovs
194        - Bøkmal, Norwegian (nb.po) by Bjorn Steensrud
195        - Dutch (nl.po) by Bart Cornelis
196        - Norwegian Nynorsk (nn.po) by Håvard Korsvoll
197        - Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
198        - Romanian (ro.po) by Eddy Petrisor
199        - Russian (ru.po) by Russian L10N Team
200        - Slovenian (sl.po) by Jure Čuhalev
201        - Albanian (sq.po) by Elian Myftiu
202        - Traditional Chinese (zh_TW.po) by Tetralet
203    
204     -- Joey Hess <joeyh@debian.org>  Sat,  2 Oct 2004 11:13:18 -0400
205    
206    base-installer (1.08) unstable; urgency=low
207    
208      * Frederik Schüler
209        - Updated base-installer postinst for amd64 to install new em64t flavours
210          on intel boxen.
211      * Updated translations:
212        - Bulgarian (bg.po) by Ognyan Kulev
213        - Greek, Modern (1453-) (el.po) by Greek Translation Team
214        - Spanish (Castilian) (es.po) by Javier Fernandez-Sanguino Peña
215        - Finnish (fi.po) by Tapio Lehtonen
216        - Gallegan (gl.po) by Héctor Fenández López
217        - Hebrew (he.po) by Lior Kaplan
218        - Korean (ko.po) by Changwoo Ryu
219        - Lithuanian (lt.po) by Kęstutis Biliūnasn
220        - Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
221        - Swedish (sv.po) by Per Olofsson
222    
223     -- Joey Hess <joeyh@debian.org>  Sat, 25 Sep 2004 05:33:21 +0200
224    
225    base-installer (1.07) unstable; urgency=low
226    
227      * Bdale Garbee
228        - change the postinst for hppa to try using the same version kernel that
229          d-i is running by default instead of hard-coding 2.4.26
230    
231     -- Bdale Garbee <bdale@gag.com>  Tue, 14 Sep 2004 10:32:14 -0600
232    
233    base-installer (1.06) unstable; urgency=low
234    
235      * Joey Hess
236        - Fix progress bar takedown if backing up from the kernel selection
237          question.
238        - Patch from Frans Pop to improve progress bar information when installing
239          kernel and extra packages. Closes: #270969
240      * Sven Luther
241        - Moved powerpc kernels to 2.6.8/2.4.27.
242      * Colin Watson
243        - Add guard against overflow of progress bar sections.
244      * Updated translations:
245        - German (de.po) by Dennis Stampfer
246        - Greek, Modern (1453-) (el.po) by Greek Translation Team
247        - Spanish (Castilian) (es.po) by Javier Fernandez-Sanguino Peña
248        - French (fr.po) by French Team
249        - Portuguese (pt.po) by Miguel Figueiredo
250      * Norbert Tretkowski
251        - Moved alpha kernel to 2.4.27
252    
253     -- Joey Hess <joeyh@debian.org>  Sun, 12 Sep 2004 17:27:32 -0400
254    
255    base-installer (1.05) unstable; urgency=low
256    
257      * Martin Michlmayr
258        - Don't hardcode the kernel version for ARM but use the version of the
259          running kernel.
260      * Joey Hess
261        - Resetting questions breaks preseeding, as the preseeded value is lost
262          and the question is marked as not seen. So only reset questions after
263          displaying them so the preseeding can take effect the first time.
264        - Preseeding of base-installer/use_unclean_target will now work.
265        - Don't fset seen flags.
266        - Set DEBCONF_ADMIN_EMAIL to "" to prevent debconf from mailing notes to
267          user mail about hotplug and so on. Closes: #269804
268      * Bastian Blank
269        - Use version of running kernel on s390.
270      * Updated translations:
271        - Arabic (ar.po) by Ossama M. Khayat
272        - Bulgarian (bg.po) by Ognyan Kulev
273        - Bosnian (bs.po) by Safir Šećerović
274        - Catalan (ca.po) by Jordi Mallach
275        - Czech (cs.po) by Miroslav Kure
276        - Danish (da.po) by Claus Hindsgaul
277        - Greek, Modern (1453-) (el.po) by Konstantinos Margaritis
278        - Spanish (Castilian) (es.po) by Javier Fernandez-Sanguino Peña
279        - Basque (eu.po) by Piarres Beobide Egaña
280        - Finnish (fi.po) by Tapio Lehtonen
281        - French (fr.po) by French Team
282        - Hebrew (he.po) by Lior Kaplan
283        - Croatian (hr.po) by Krunoslav Gernhard
284        - Hungarian (hu.po) by VERÓK István
285        - Korean (ko.po) by Changwoo Ryu
286        - Lithuanian (lt.po) by Kęstutis Biliūnas
287        - Latvian (lv.po) by Aigars Mahinovs
288        - Norwegian Nynorsk (nn.po) by Håvard Korsvoll
289        - Polish (pl.po) by Bartosz Fenski
290        - Romanian (ro.po) by Eddy Petrisor
291        - Slovak (sk.po) by Peter KLFMANiK Mann
292        - Slovenian (sl.po) by Matjaz Horvat
293        - Turkish (tr.po) by Recai Oktaş
294        - Simplified Chinese (zh_CN.po) by Carlos Z.F. Liu
295    
296     -- Joey Hess <joeyh@debian.org>  Mon,  6 Sep 2004 20:37:58 -0400
297    
298    base-installer (1.04) unstable; urgency=low
299    
300      * Joshua Kwan
301        - Pave the way for 2.6 installs on sparc.
302      * Updated translations:
303        - Bulgarian (bg.po) by Ognyan Kulev
304        - Greek (el.po) by Greek Translation Team
305        - Hebrew (he.po) by Lior Kaplan
306        - Norwegian (nn.po) by Håvard Korsvoll
307    
308     -- Joshua Kwan <joshk@triplehelix.org>  Sat, 28 Aug 2004 01:21:17 -0700
309    
310    base-installer (1.03) unstable; urgency=low
311    
312      * Colin Watson
313        - Add amd64 kernel selection support (2.6 only).
314      * Christian Perrier
315        - Rename templates file to base-installer.templates
316      * Kenshi Muto
317        - Mark some templates strings for translation.
318      * Christian Perrier
319        - s/CD/CD-ROM in templates
320        - reworded the new translatable templates
321      * dann frazier
322        - default to the latest version of whatever major kernel revision stream
323          was used by the installer on ia64 (use the latest 2.6 if the install
324          kernel was a 2.6).
325        - add myself to Uploaders
326    
327     -- dann frazier <dannf@debian.org>  Sat, 28 Aug 2004 00:20:54 -0600
328    
329    base-installer (1.02) unstable; urgency=low
330    
331      * Joey Hess
332        - Check to see if the hook directory exists before running scripts
333          from it, to avoid mess on stderr.
334      * Thomas Poindessous
335        - Fix the selection of x86 2.6 kernel. There are no more 2.6-586tsc
336          and 2.6-k6 kernels. Closes: #257411
337      * Updated translations:
338        - German (de.po) by Dennis Stampfer
339    
340     -- Joey Hess <joeyh@debian.org>  Wed,  4 Aug 2004 14:51:14 -0400
341    
342    base-installer (1.01) unstable; urgency=low
343    
344      * Sven Luther
345        - added mkvmlinuz call to /etc/kernel-img.conf.
346        - removed the manual mkvmlinuz call since it is no more necessary.
347    
348     -- Sven Luther <luther@debian.org>  Thu, 29 Jul 2004 15:30:22 +0200
349    
350    base-installer (1.00) unstable; urgency=low
351    
352      * Martin Michlmayr
353        - Add a kernel for mips/r5k-ip32; even though it is not in Debian,
354          this makes it easier to support this sub-arch through an
355          unofficial apt archive.
356      * Updated translations:
357        - Arabic (ar.po) by Abdulaziz Al-Arfaj
358        - Danish (da.po) by Frederik Dannemare
359        - German (de.po) by Dennis Stampfer
360        - Persian (fa.po) by Arash Bijanzadeh
361        - Croatian (hr.po) by Krunoslav Gernhard
362        - Italian (it.po) by Davide Meloni
363        - Swedish (sv.po) by Per Olofsson
364        - Traditional Chinese (zh_TW.po) by Tetralet
365    
366     -- Joey Hess <joeyh@debian.org>  Sun, 25 Jul 2004 19:08:20 -0400
367    
368    base-installer (0.093) unstable; urgency=low
369    
370      * Colin Watson
371        - Use kernel-image-2.4-* on ia64.
372      * dann frazier
373        - fix ia64 family selection to correctly identify mckinley family boxes
374        - add ia64 smp detection support
375      * Thiemo Seufer
376        - Don't hardcode the kernel version for mips, mipsel.
377      * Updated translations:
378        - Arabic (ar.po) by Abdulaziz Al-Arfaj
379        - Bosnian (bs.po) by Safir Šećerović
380        - Croatian (hr.po) by Kruno
381        - Norwegian Nynorsk (nn.po) by Håvard Korsvoll
382        - Ukrainian (uk.po) by Eugeniy Meshcheryakov
383    
384     -- Joey Hess <joeyh@debian.org>  Mon, 19 Jul 2004 15:22:24 -0400
385    
386    base-installer (0.092) unstable; urgency=low
387    
388      * Sven Luther
389        - Cleaned cruft left over at build time.
390    
391     -- Sven Luther <luther@debian.org>  Thu,  8 Jul 2004 08:03:06 +0200
392    
393    base-installer (0.091) unstable; urgency=low
394    
395      * Sven Luther
396        - Fixed broken postinst script.
397    
398     -- Sven Luther <luther@debian.org>  Tue,  6 Jul 2004 23:58:07 +0200
399    
400    base-installer (0.090) unstable; urgency=low
401    
402      * Sven Luther
403        - Fixed mkvmlinuz invocation typo.
404    
405     -- Sven Luther <luther@debian.org>  Tue,  6 Jul 2004 13:11:33 +0200
406    
407    base-installer (0.089) unstable; urgency=low
408    
409      * Colin Watson
410        - Fix sed syntax error while fiddling with mkinitrd.conf.
411        - Squash a syslog warning if /proc/mdstat doesn't exist.
412      * Sven Luther
413        - mkvmlinuz don't like to be run at strange places,
414          call it from inside the chroot
415    
416     -- Sven Luther <luther@debian.org>  Tue,  6 Jul 2004 10:48:19 +0200
417    
418    base-installer (0.088) unstable; urgency=low
419    
420      * Martin Michlmayr
421        - Install s390 kernels on s390.  Closes: #257301
422      * Joey Hess
423        - Add a check for the case where the CD is not installable, and there is
424          no mirror configured, display a sensible error instead of crashing.
425      * Colin Watson
426        - Bump powerpc 2.6 to 2.6.7.
427        - Fix kernel selection on powerpc 2.6.
428        - Fix syntax error in pre-debootstrap hook.
429      * Sven Luther
430        - Add prep and chrp kernel with builtin initrd support for 2.6.
431      * Updated translations:
432        - Arabic (ar.po) by Ossama M. Khayat
433        - Bulgarian (bg.po) by Ognyan Kulev
434        - Catalan (ca.po) by Jordi Mallach
435        - German (de.po) by Dennis Stampfer
436        - Spanish (Castilian) (es.po) by Javier Fernández-Sanguino Peña
437        - Basque (eu.po) by Piarres Beobide Egaña
438        - Finnish (fi.po) by Tapio Lehtonen
439        - Hungarian (hu.po) by VERÓK István
440        - Korean (ko.po) by Changwoo Ryu
441        - Polish (pl.po) by Bartosz Fenski
442        - Portuguese (pt.po) by Miguel Figueiredo
443        - Russian (ru.po) by Yuri Kozlov
444        - Albanian (sq.po) by Elian Myftiu
445        - Ukrainian (uk.po) by Eugeniy Meshcheryakov
446    
447     -- Colin Watson <cjwatson@debian.org>  Mon,  5 Jul 2004 18:05:46 +0100
448    
449    base-installer (0.087) unstable; urgency=low
450    
451      * Otavio Salvador
452        - Add hook to be called before debootstrap is run.
453      * Updated translations:
454        - Czech (cs.po) by Miroslav Kure
455        - Danish (da.po) by Claus Hindsgaul
456        - Greek (el.po) by George Papamichelakis
457        - French (fr.po) by Christian Perrier
458        - Hebrew (he.po) by Lior Kaplan
459        - Japanese (ja.po) by Kenshi Muto
460        - Lithuanian (lt.po) by Kęstutis Biliūnas
461        - Dutch (nl.po) by Bart Cornelis
462        - Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
463        - Romanian (ro.po) by Eddy Petrisor
464        - Slovak (sk.po) by Peter KLFMANiK Mann
465        - Turkish (tr.po) by Osman Yüksel
466        - Ukrainian (uk.po) by Eugeniy Meshcheryakov
467        - Simplified Chinese (zh_CN.po) by Carlos Z.F. Liu
468    
469     -- Otavio Salvador <otavio@debian.org>  Fri, 25 Jun 2004 10:51:31 -0300
470    
471    base-installer (0.086) unstable; urgency=low
472    
473      * Martin Michlmayr
474        - Only install LVM and create LVM device nodes when the device
475          mapper module is loaded.
476        - "vgscan --mknodes" can return 5 under some circumstances, so
477          use || true in order not to error out.
478      * Updated translations:
479        - Czech (cs.po) by Miroslav Kure
480        - Danish (da.po) by Claus Hindsgaul
481        - Basque (eu.po) by Piarres Beobide Egaña
482        - French (fr.po) by Christian Perrier
483        - Hebrew (he.po) by Lior Kaplan
484        - Japanese (ja.po) by Kenshi Muto
485        - Korean (ko.po) by Changwoo Ryu
486        - Lithuanian (lt.po) by Kęstutis Biliūnas
487        - Portuguese (pt.po) by Miguel Figueiredo
488        - Portuguese (Brazil) (pt_BR.po) by André Luís Lopes
489        - Romanian (ro.po) by Eddy Petrisor
490        - Turkish (tr.po) by Osman Yüksel
491    
492     -- Martin Michlmayr <tbm@cyrius.com>  Mon, 21 Jun 2004 14:28:06 +0100
493    
494    base-installer (0.085) unstable; urgency=low
495    
496      * Martin Michlmayr
497        - Create LVM devices before installing the kernel, otherwise mkinitrd
498          will fail if the root device is on LVM (closes: #232827, #237466,
499          #247051, #247213, #245546, #249311).
500        - Install mdadm before installing the kernel otherwise mkinitrd will
501          fail (closes: #247819, #250820, #253843).
502      * Updated translations:
503        - Catalan (ca.po) by Jordi Mallach
504        - Spanish (es.po) by Javier Fernández-Sanguino Peña
505        - Lithuanian (lt.po) by Kęstutis Biliūnas
506        - Romanian (ro.po) by Eddy Petrisor
507        - Turkish (tr.po) by Osman Yüksel
508    
509     -- Martin Michlmayr <tbm@cyrius.com>  Fri, 18 Jun 2004 19:24:04 +0100
510    
511    base-installer (0.084) unstable; urgency=low
512    
513      * Joey Hess
514        - Add a template for debootstrap's BASESUCCESS info string, so it can be
515          translated. This string was added in a recent version of debootstrap.
516          (Yes, the changelog says I did this in 0.080, but it seems the change
517          went missing.)
518      * Steve Langasek
519        - s/2.4.26/2.4.26-1/ for alpha
520      * Colin Watson
521        - Pick 32- or 64-bit kernels as appropriate on hppa (closes: #254073).
522        - Add myself to Uploaders.
523      * Updated translations:
524        - Finnish (fi.po) by Tapio Lehtonen
525        - Romanian (ro.po) by Eddy Petrisor
526    
527     -- Colin Watson <cjwatson@debian.org>  Mon, 14 Jun 2004 16:23:55 +0100
528    
529    base-installer (0.083) unstable; urgency=low
530    
531      * Steve Langasek
532        - Bump alpha to 2.4.26
533      * Thiemo Seufer
534        - Bump mips, mipsel to 2.4.26.
535      * Joey Hess
536        - Stop using df to find the /target partition (failed on 100 gb drives
537          due to field width issues), and make the file system type be found in
538          a way that is less prey to false positives.
539    
540     -- Joey Hess <joeyh@debian.org>  Thu, 10 Jun 2004 16:44:12 -0400
541    
542    base-installer (0.082) unstable; urgency=low
543    
544      * Petter Reinholdtsen
545        - Move code installing language dependent packages into package
546          languagechooser. (Closes: #244019)
547      * Colin Watson
548        - Bump powerpc 2.6 to 2.6.6.
549      * Updated translations:
550        - Basque (eu.po) by Piarres Beobide Egaña
551        - Polish (pl.po) by Bartosz Fenski
552    
553     -- Joey Hess <joeyh@debian.org>  Tue, 25 May 2004 12:47:13 -0300
554    
555    base-installer (0.081) unstable; urgency=low
556    
557      * Denis Barbier
558        - postinst: Turkish needs console-terminus (font ter-916f)
559      * Stephen R. Marenka
560        - Fix 2.2 kernel using cdrom.
561      * Colin Watson
562        - Install the G5 kernel on PPC970 machines when installing 2.6. (I think
563          this is an accurate enough test, but if not we'll have to read through
564          /proc/cpuinfo some more.)
565        - Add support for an debian-installer/kernel/linux/initrd-2.6 template,
566          since powerpc 2.6 has an initrd but powerpc 2.4 doesn't.
567      * Christian Perrier
568        - Fix ellipsis typography
569      * Updated translations:
570        - Indonesian (id.po) by Parlin Imanuel Toh
571        - Russian (ru.po) by Nikolai Prokoschenko
572    
573     -- Otavio Salvador <otavio@debian.org>  Tue, 18 May 2004 13:32:11 -0300
574    
575    base-installer (0.080) unstable; urgency=high
576    
577      * Joey Hess
578        - Update ia64 kernel to 2.4.25.
579        - Make /target/cdrom if it doesn't exist before bind mounting to it.
580        - In kernel version fallback code, try to find a kernel on the list with
581          the same major version as the installer's kernel, and use it. It's
582          better to use 2.4.26 instead of 2.4.25 than to fall forward to the
583          newest 2.6 kernel available.
584        - Add a template for debootstrap's BASESUCCESS info string, so it can be
585          translated. This string was added in a recent version of debootstrap.
586      * Joshua Kwan
587        - sparc no longer has 2.4.24 images (removed because of security risk.)
588          Oops.
589        - Hardcode the root partition and its FS type into
590          /etc/mkinitrd/mkinitrd.conf. (Closes: #246043)
591      * Steve Langasek
592        - Fix alpha to 2.4.25-1 instead of 2.4, since the metapackage is
593          currently missing from sarge (and points at the wrong kernel in
594          sid)
595       * Stephen R. Marenka
596         - Add support for q40 and sun3(x) m68k subarchs.
597       * Denis Barbier
598         - postinst: Turkish does not need jfbterm
599       * Updated translations:
600         - Norwegian Nynorsk (nn.po) by Håvard Korsvoll
601    
602     -- Joey Hess <joeyh@debian.org>  Tue,  4 May 2004 23:34:48 -0400
603    
604    base-installer (0.072) unstable; urgency=low
605    
606      * Joey Hess
607        - Back out the sparc 2.4.26 change pending further discussion; probably
608          not suitable for beta4 as the debs are not even in testing yet.
609    
610     -- Joey Hess <joeyh@debian.org>  Sun, 25 Apr 2004 11:40:06 -0400
611    
612    base-installer (0.071) unstable; urgency=low
613    
614      * Joshua Kwan
615        - Bump to 2.4.26 for sparc and re-enable SMP kernels for sparc32.
616        - Add self to Uploaders.
617      * Updated translations:
618        - vi (vi.po) by VÅ© Quang Trung
619    
620     -- Joshua Kwan <joshk@triplehelix.org>  Sat, 24 Apr 2004 22:37:17 -0700
621    
622    base-installer (0.070) unstable; urgency=low
623    
624      * Colin Watson
625        - Try to install 2.6 kernels on powerpc if d-i is running on 2.6.
626      * Updated translations:
627        - Bokmal, Norwegian (nb.po) by Bjørn Steensrud
628        - Norwegian Nynorsk (nn.po) by Håvard Korsvoll
629        - Polish (pl.po) by Bartosz Fenski
630        - Vietnamese (vi.po) by Vu Quang Trung
631    
632     -- Joey Hess <joeyh@debian.org>  Fri, 23 Apr 2004 12:56:17 -0400
633    
634    base-installer (0.069) unstable; urgency=low
635    
636      * Joey Hess
637        - Try to install 2.6 kernels if d-i is running on 2.6.
638        - Check for debian-installer/kernel/image-2.6 before looking in
639          debian-installer/kernel/image when getting the default kernel image
640          if running on 2.6.
641      * Updated translations:
642        - Russian (ru.po) by Dmitry Beloglazov
643    
644     -- Joey Hess <joeyh@debian.org>  Wed, 21 Apr 2004 15:11:54 -0400
645    
646    base-installer (0.068) unstable; urgency=low
647    
648      * Colin Watson
649        - Install power3/power4/powerpc kernels as appropriate for the CPU.
650      * Joey Hess
651        - Don't make failure to install pcmcia modules a fatal error; some i386
652          kernels have them in the kernel-image package, and this was breaking 2.6
653          installs.
654      * Stephen R. Marenka
655        - Allow for partconf, which mounts /target as /target/.
656      * Martin Michlmayr
657        - Install the right kernel for MIPS based Cobalt machines.
658        - Use 2.4.25 kernels for mips and mipsel.
659      * Petter Reinholdtsen
660        - Clean up and add more logging to make it easier to find out why
661          and when base-installer fails.
662        - Do not fail to install if package iso-codes is unavailable.
663      * Updated translations:
664        - Hebrew (he.po) by Lior Kaplan
665        - Indonesian (id.po) by Parlin Imanuel Toh
666        - Russian (ru.po) by Dmitry Beloglazov
667        - Turkish (tr.po) by Osman Yüksel
668    
669     -- Joey Hess <joeyh@debian.org>  Tue, 20 Apr 2004 10:11:21 -0400
670    
671    base-installer (0.067) unstable; urgency=low
672    
673      * Joey Hess
674        - /proc/bus/pccard/drivers is a file, not a directory.
675      * Updated translations:
676        - Gallegan (gl.po) by Héctor Fernández López.
677        - Romanian (ro.po) by Eddy Petrisor
678    
679     -- Joey Hess <joeyh@debian.org>  Tue,  6 Apr 2004 21:09:19 -0400
680    
681    base-installer (0.066) unstable; urgency=low
682    
683      * Sven Luther
684        - Modified the oldworld pmac to chose the -powerpc kernel instead
685          of the -powerpc-small one.
686    
687     -- Sven Luther <luther@debian.org>  Fri,  2 Apr 2004 14:12:19 +0200
688    
689    base-installer (0.065) unstable; urgency=low
690    
691      * Martin Michlmayr
692        - Fix a typo so a variable is taken as such rather than as a
693          literal word in the check whether an arch kernel can be found
694          in the kernel list.
695    
696     -- Martin Michlmayr <tbm@cyrius.com>  Fri, 02 Apr 2004 01:50:28 +0100
697    
698    base-installer (0.064) unstable; urgency=low
699    
700      * Matt Kraai
701        - Use the "vendor_id" and "cpu family" fields to determine which
702          kernel on i386 systems, based on a patch from Thomas Poindessous
703          (closes: #237529).
704      * Vincent Sanders
705        - Install correct kernels on ARM systems
706      * Colin Watson
707        - Change powerpc APUS kernel version to 2.4.25.
708      * Joshua Kwan
709        - Fix a missing single quote in a shell substitution that seems to
710          have gotten by for quite a while.
711      * Joey Hess
712        - Add a check to make sure /target is mounted, to avoid installing
713          to ram.
714        - Only install the pcmcia kernel modules on i386 if there is a
715          /proc/bus/pccard/drivers (same test that hw-detect uses to install
716          pcmcia-cs).
717        - Add backup support.
718      * Updated translations:
719        - Bosnian (bs.po) by Safir Šećerović
720        - Welsh (cy.po) by Dafydd Harries
721        - Hebrew (he.po) by Lior Kaplan
722        - Indonesian (id.po) by Parlin Imanuel Toh
723        - Ukrainian (uk.po) by Eugeniy Meshcheryakov
724    
725     -- Joey Hess <joeyh@debian.org>  Tue, 30 Mar 2004 16:22:23 -0500
726    
727    base-installer (0.063) unstable; urgency=low
728    
729      * Use debhelper's udeb support; lose build-dep on di-packages-build.
730    
731     -- Joey Hess <joeyh@debian.org>  Mon, 22 Mar 2004 18:46:05 -0500
732    
733    base-installer (0.062) unstable; urgency=low
734    
735      * Martin Michlmayr
736        - Install the correct kernel for the Broadcom MIPS development board
737          "SWARM" (BCM91250A), both on little and big endian.
738      * Stephen R. Marenka
739        - Skip grep if get_arch_kernel returns nothing.
740      * Matt Kraai
741        - Fix the detection of i386 SMP systems and Pentium II processors.
742      * Kenshi Muto
743        - debian-installer/language may have multiple values.
744          Fix check routine to get first value.
745      * Thiemo Seufer
746        - Switch subarch detection from archdetect to debbconf db value.
747        - Switch mipsel kernel back to 2.4.19, as ist has some troubles.
748        - Split mips/mipsel kernel selection, they use different kernel versions.
749      * Anton Zinoviev
750        - add to get_arch_kernel knowledge about Duron, K6 and all Pentium II
751          versions.
752      * Matt Kraai
753        - Install an optimized kernel on Pentium IIIs.
754    
755     -- Joey Hess <joeyh@debian.org>  Mon, 22 Mar 2004 13:55:38 -0500
756    
757    base-installer (0.061) unstable; urgency=HIGH
758    
759      * Work around bug #234404 by not installing the sparc32 smp kernel.
760    
761     -- Joey Hess <joeyh@debian.org>  Sun, 14 Mar 2004 18:40:58 -0500
762    
763    base-installer (0.060) unstable; urgency=low
764    
765      * Translations:
766        - Russian by Nikolai Prokoschenko
767        - Giuseppe Sacco
768          - updated italian translation and notified translator (it.po)
769    
770     -- Petter Reinholdtsen <pere@debian.org>  Sun, 14 Mar 2004 19:36:05 +0100
771    
772    base-installer (0.059) unstable; urgency=low
773    
774      * Petter Reinholdtsen
775        - Recognize Pentium mobile CPUs, and try to install -686 kernels
776          for them. (Closes: #229570)
777      * Joey Hess
778        - Don't unmount /target if $DIRECTORY is the empty string. Also, don't
779          unmount anything if installing from net. Closes: #237169 (part that
780          wasn't already fixed).
781    
782     -- Joey Hess <joeyh@debian.org>  Sat, 13 Mar 2004 19:29:32 -0500
783    
784    base-installer (0.058) unstable; urgency=low
785    
786      * Translations:
787        - Dafydd Harries : Added Welsh translation (cy.po)
788      * Thomas Poindessous
789        - Change default kernel version for mips* to 2.4.22 (current version in
790          testing and unstable)
791    
792     -- Joey Hess <joeyh@debian.org>  Sat, 13 Mar 2004 00:00:14 -0500
793    
794    base-installer (0.057) unstable; urgency=low
795    
796      * Sven Luther
797        - Updated kernel-installer to use 2.4.25 kernel on powerpc.
798      * Translations:
799        - Ognyan Kulev: Updated Bulgarian translation (bg.po).
800        - Andre Dahlqvist: Update Swedish translation (sv.po)
801      * Thomas Poindessous
802        - Change default kernel version for sparc (2.4.24)
803      * Joey Hess
804        - Remove vestigal calls to progress bar items that are not in the
805          templates file. I think they were provided until now by
806          kernel-installer, which has finally dropped out of the archive.
807    
808     -- Joey Hess <joeyh@debian.org>  Tue,  9 Mar 2004 04:09:22 -0500
809    
810    base-installer (0.056) unstable; urgency=low
811    
812      * Stephen R. Marenka
813        - Added proxy support for get_mirror_info.
814        - Make pick_kernel default to same version as current running
815          kernel, when possible.
816    
817      * Translations :
818        - Miguel Figueiredo
819          - Updated Portuguese translation (pt.po)
820        - Bartosz Fenski
821          - Updated Polish translation (pl.po)
822        - André Luís Lopes
823          - Updated Brazilian Portuguese translation (pt_BR.po)
824        - Kenshi Muto
825          - Updated Japanese translation (ja.po)
826        - Konstantinos Margaritis
827          - Updated Greek translation (el.po)
828        - Christian Perrier
829          - Updated French translation (fr.po)
830        - Peter Mann
831          - Updated Slovak translation (sk.po)
832        - Kęstutis Biliūnas
833          - Updated Lithuanian translation (lt.po)
834        - Jordi Mallach
835          - Updated Catalan translation (ca.po)
836        - Changwoo Ryu
837          - Updated Korean translation (ko.po)
838        - Eugeniy Meshcheryakov
839          - Updated Ukrainian translation (uk.po)
840        - Carlos Z.F. Liu
841          - Updated Simplified Chinese translation (zh_CN.po)
842        - Miroslav Kure
843          - Updated Czech translation (cs.po)
844        - Claus Hindsgaul
845          - Update da (Danish) translation.
846        - Elian Myftiu
847          - Updated Albanian translation (sq.po)
848        - Bart Cornelis
849          - Updated Dutch translation (nl.po)
850        - Javier Fernandez-Sanguino
851          - Updated Spanish translation (es.po)
852        - Ming Hua
853          - Updated Traditional Chinese translation (zh_TW.po), by Tetralet
854        - Jure Cuhalev
855          - Added Slovenian translation (sl.po)
856        - Håvard Korsvoll
857          - Updated Norwegian, nynorsk translation (nn.po).
858        - Dennis Stampfer
859          - Update German translation (de.po)
860        - Håvard Korsvoll
861          - Updated Norwegian, bokmål translation, (nb.po). From Axel Bojer
862    
863     -- Joey Hess <joeyh@debian.org>  Tue,  2 Mar 2004 13:14:10 -0500
864    
865    base-installer (0.055) unstable; urgency=low
866    
867      * Joey Hess
868        - Test /target/bin/sh and /target/bin/awk and if they exist or are broken
869          links, warn the user that the target is unclean and install may fail.
870          At high priority level, cancel the install with an error, suggesting
871          that the user format or erase the target.
872          Closes: #220550, #218606, #212967, #221430, #233168
873    
874      * Translations
875        - Ming Hua
876          - Initial Traditional Chinese translation (zh_TW.po), by Tetralet
877        - Håvard Korsvoll
878          - Updated Norwegian, nynorsk translation (nn.po).
879    
880     -- Joey Hess <joeyh@debian.org>  Wed, 25 Feb 2004 14:37:39 -0500
881    
882    base-installer (0.054) unstable; urgency=low
883    
884      * Changwoo Ryu
885        - Added Korean translation (ko.po)
886      * Kenshi Muto
887        - Install iso-codes if non-English.
888    
889     -- Joey Hess <joeyh@debian.org>  Sun, 22 Feb 2004 22:07:01 -0500
890    
891    base-installer (0.053) unstable; urgency=low
892    
893      * Stephen R. Marenka
894        - Add kernel 2.2.x workarounds for mount bind.
895    
896     -- Joey Hess <joeyh@debian.org>  Fri, 20 Feb 2004 17:18:00 -0500
897    
898    base-installer (0.052) unstable; urgency=low
899    
900      * Matt Kraai
901        - Build-depend on libdebian-installer4-dev (closes: #231524).
902        - Always call di_system_init.
903      * Kenshi Muto
904        - Install jfbterm and unifont for arabic, hebrew, turkish, ukranian.
905      * Stephen R. Marenka
906        - Add m68k subarch kernel support.
907        - Limit kernels displayed to get_arch_kernel.
908    
909     -- Joey Hess <joeyh@debian.org>  Fri, 13 Feb 2004 13:37:59 -0500
910    
911    base-installer (0.051) unstable; urgency=low
912    
913      * Richard Hirst
914        - added kernel selection for ia64
915        - updated ia64 to kernel 2.4.22
916      * Miguel Figueiredo
917        - Updated Portuguese translation (pt.po)
918      * Giuseppe Sacco
919        - Updated italian translation (it.po) by Davide Meloni.
920        - Applied patch for normalizing menus and some italian translation (it.po)
921      * Matt Kraai
922        - Correct log message.
923      * Kenshi Muto
924        - Install jfbterm and unifont when LANG=Bulgarian.
925      * h3li0s
926        - Added Albanian translation (sq.po)
927      * Jordi Mallach
928        - Update Catalan translation (ca.po).
929      * Petter Reinholdtsen
930        - Correct sparc kernel names.  Patch from Thomas Poindessous.
931          (Closes: #228399)
932        - Updated Norwegian BokmÃ¥l translation (nb.po).
933      * Bastian Blank
934        - Use di-packages-build.
935        - Use cdebootstrap if available.
936        - Always chroot the apt-get call, avoids problems with reduced or
937          missmatching libc.
938        - Bindmount the cdrom into the target, this BREAKS linux 2.2.
939      * Joey Hess
940        - mirror/distribution has been renamed to mirror/suite.
941      * Eugen Meshcheryakov : added Ukrainian translation (uk.po)
942    
943     -- Christian Perrier <bubulle@debian.org>  Sun,  8 Feb 2004 20:26:29 +0100
944    
945    base-installer (0.050) unstable; urgency=low
946    
947      * Sven Luther
948        - Fixed powerpc kernels in kernel-installer.
949      * Bartosz Fenski
950        - Updated Polish (pl) translation.
951      * Giuseppe Sacco
952        - Updated italian translation by Davide Meloni (it.po)
953      * Miguel Figueiredo
954        - Updated Portuguese translation (pt.po).
955    * Joey Hess    * Joey Hess
956      - Have debootstrap log to the d-i messages file.      - Have debootstrap log to the d-i messages file.
957      - Change error templates to match.      - Change error templates to match.
# Line 31  base-installer (0.050) UNRELEASED; urgen Line 980  base-installer (0.050) UNRELEASED; urgen
980        subroutines for clarity.        subroutines for clarity.
981      - Use only one exit point for errors, and always stop the progress bar.      - Use only one exit point for errors, and always stop the progress bar.
982      - apt-update is only used by this package, so inline it.      - apt-update is only used by this package, so inline it.
983        - Remove some debootstrap errors which should never appear during normal
984          (or abnormal) use unless d-i is very broken from the templates file, no
985          need to watse time and space on translations of them.
986        - add some elipses in templates
987    * Claus Hindsgaul    * Claus Hindsgaul
988      - Update da (Danish) translation.      - Update da (Danish) translation.
989    * Kenshi Muto    * Kenshi Muto
990      - Install jfbterm and unifont when LANG=Japanese, Korean, Greek, Chinese      - Install jfbterm and unifont when LANG=Japanese, Korean, Greek, Chinese
991      - Install console-cyrillic and console-terminus when LANG=Russian      - Install console-cyrillic and console-terminus when LANG=Russian
992        - Update Japanese translation (ja.po).
993      * Michel Grentzinger
994        - Update French translation.
995      * Christian Perrier
996        - s/pcmcia/PCMCIA in templates. Unfuzzied translations
997      * Teófilo Ruiz Suárez
998        - Updated Spanish templates unfuzzing some translations (po/es.po)
999      * André Luís Lopes
1000        - Updated pt_BR (Brazilian Portuguese) translation.
1001      * Kęstutis Biliūnas
1002        - Updated Lithuanian translation (lt.po).
1003      * Teófilo Ruiz Suárez
1004        - Unfuzzied a couple of translations (po/es.po)
1005      * Christian Perrier
1006        - Run debconf-updatepo after Joey added elipses to templates
1007        - Updated french translation
1008      * Bart Cornelis
1009        - Updated Dutch translation (nl.po)
1010      * Ognyan Kulev
1011        - Updated bulgarian translation (bg.po).
1012      * Konstantinos Margaritis
1013        - Updated Greek translation (el.po)
1014      * Dennis Stampfer
1015        - Updated German translation (de.po)
1016      * Christian Perrier
1017        - Run debconf-updatepo
1018        - Updated french translation (fr.po)
1019      * Konstantinos Margaritis
1020        - Updated Greek translation (el.po)
1021      * Anmar Oueja
1022        - created and translated to Arabic (ar.po)
1023        - merged with master template and finished translationi (ar.po)
1024      * Miroslav Kure
1025        - Update Czech translation
1026      * Peter Mann
1027        - Update Slovak translation
1028      * Teófilo Ruiz Suárez
1029        - Updated spanis translations (po/es.po)
1030      * Nikolai Prokoschenko
1031        - Updated russian translation (ru.po)
1032      * Ming Hua
1033        - Updated Simplified Chinese translation (zh_CN.po)
1034      * Otavio Salvador
1035        - Added Release file parser to identify the distribution codename
1036      * Andre Dahlqvist
1037        - Update Swedish translation (sv.po)
1038      * Safir Secerovic
1039        - Update Bosnian translation (bs.po).
1040      * Matt Kraai
1041        - Fix the handling of P codes without a PF code (closes: #225858).
1042    
1043     -- Joey Hess <joeyh@debian.org>  Fri, 23 Jan 2004 13:01:51 -0500
1044    
1045    base-installer (0.047) unstable; urgency=low
1046    
1047   -- Joey Hess <joeyh@debian.org>  Wed, 31 Dec 2003 10:01:38 -0500    * Steve Langasek
1048        - add per-arch kernel-installer handling for alpha
1049    
1050     -- Steve Langasek <vorlon@debian.org>  Sat, 10 Jan 2004 09:18:23 -0600
1051    
1052    base-installer (0.046) unstable; urgency=low
1053    
1054      * Richard Hirst
1055        - Added kernel selection for ia64
1056    
1057     -- Joey Hess <joeyh@debian.org>  Tue,  6 Jan 2004 17:39:29 -0500
1058    
1059  base-installer (0.045) unstable; urgency=low  base-installer (0.045) unstable; urgency=low
1060    
# Line 69  base-installer (0.043) unstable; urgency Line 1086  base-installer (0.043) unstable; urgency
1086    
1087    * Bartosz Fenski    * Bartosz Fenski
1088      - Updated Polish (pl) translation.      - Updated Polish (pl) translation.
1089    * André Dahlqvist    * André Dahlqvist
1090      - Update Swedish translation. (sv.po)      - Update Swedish translation. (sv.po)
1091    * David Martínez Moreno    * David Martínez Moreno
1092      - Updated a lot the Spanish translation (es.po) and converted it      - Updated a lot the Spanish translation (es.po) and converted it
1093        to UTF-8.        to UTF-8.
1094    * Konstantinos Margaritis    * Konstantinos Margaritis
# Line 85  base-installer (0.043) unstable; urgency Line 1102  base-installer (0.043) unstable; urgency
1102      - First italian translation by Stefano Melchior      - First italian translation by Stefano Melchior
1103      - Update translation from Davide Meloni      - Update translation from Davide Meloni
1104    * Dennis Stampfer    * Dennis Stampfer
1105      - Update translation by Jan Lübbe (de.po). Closes: #224278      - Update translation by Jan Lübbe (de.po). Closes: #224278
1106      - Update German translation (de.po)      - Update German translation (de.po)
1107    * Kenshi Muto    * Kenshi Muto
1108      - Add install code of language specific packages to postinst.      - Add install code of language specific packages to postinst.
# Line 114  base-installer (0.043) unstable; urgency Line 1131  base-installer (0.043) unstable; urgency
1131      - Update da (Danish) translation.      - Update da (Danish) translation.
1132    * Jure Cuhalev    * Jure Cuhalev
1133      - Added/updated slovenian translation (sl.po).      - Added/updated slovenian translation (sl.po).
1134    * Teófilo Ruiz Suárez    * Teófilo Ruiz Suárez
1135      - Updated Spanish translation (es.po)      - Updated Spanish translation (es.po)
1136    
1137   -- Joey Hess <joeyh@debian.org>  Mon, 22 Dec 2003 14:00:22 -0500   -- Joey Hess <joeyh@debian.org>  Mon, 22 Dec 2003 14:00:22 -0500
# Line 142  base-installer (0.041) unstable; urgency Line 1159  base-installer (0.041) unstable; urgency
1159      - Initial Greek translation (el.po).      - Initial Greek translation (el.po).
1160    * Christian Perrier    * Christian Perrier
1161      - Refined and standardized templates. Closes: #218992      - Refined and standardized templates. Closes: #218992
1162    * Safir ¿e¿erovi¿    * Safir ¿e¿erovi¿
1163      - Updated Bosnian (bs) translation.      - Updated Bosnian (bs) translation.
1164    * Michel Grentzinger    * Michel Grentzinger
1165      - Update French translation.      - Update French translation.
# Line 162  base-installer (0.041) unstable; urgency Line 1179  base-installer (0.041) unstable; urgency
1179      - Updated Lithuanian translation.      - Updated Lithuanian translation.
1180    * Kenshi Muto    * Kenshi Muto
1181      - Update Japanese translation (ja.po)      - Update Japanese translation (ja.po)
1182    * André Luís Lopes    * André Luís Lopes
1183      - Update pt_BR (Brazilian Portuguese) translation.      - Update pt_BR (Brazilian Portuguese) translation.
1184    * Thiemo Seufer    * Thiemo Seufer
1185      - Add support for mips, mipsel to kernel-installer.      - Add support for mips, mipsel to kernel-installer.
# Line 182  base-installer (0.040) unstable; urgency Line 1199  base-installer (0.040) unstable; urgency
1199      - Add Bosnian translation. (bs.po)      - Add Bosnian translation. (bs.po)
1200    * Bart Cornelis    * Bart Cornelis
1201      - Updated dutch translation      - Updated dutch translation
1202    * André Luís Lopes    * André Luís Lopes
1203      - Update pt_BR (Brazilian Portuguese) translation.      - Update pt_BR (Brazilian Portuguese) translation.
1204    * Kenshi Muto    * Kenshi Muto
1205      - Update Japanese translation (ja.po)      - Update Japanese translation (ja.po)
1206    * K¿stutis Bili¿nas    * Kęstutis Biliūnas
1207      - Update Lithuanian translation.      - Update Lithuanian translation.
1208    * Petter Reinholdtsen    * Petter Reinholdtsen
1209      - Update nb.po      - Update nb.po
# Line 230  base-installer (0.038) unstable; urgency Line 1247  base-installer (0.038) unstable; urgency
1247      - Default to an SMP kernel if there are multiple CPUs.      - Default to an SMP kernel if there are multiple CPUs.
1248    * Kenshi Muto    * Kenshi Muto
1249      - Update Japanese translation (ja.po)      - Update Japanese translation (ja.po)
1250    * K¿stutis Bili¿nas    * Kęstutis Biliūnas
1251      - Update Lithuanian translation (lt.po).      - Update Lithuanian translation (lt.po).
1252    
1253   -- Petter Reinholdtsen <pere@debian.org>  Fri, 24 Oct 2003 16:21:44 +0200   -- Petter Reinholdtsen <pere@debian.org>  Fri, 24 Oct 2003 16:21:44 +0200
# Line 243  base-installer (0.037) unstable; urgency Line 1260  base-installer (0.037) unstable; urgency
1260      - Updated nb.po.      - Updated nb.po.
1261      - Avoid setting default kernel to a kernel package that is      - Avoid setting default kernel to a kernel package that is
1262        not available.        not available.
1263    * André Luís Lopes    * André Luís Lopes
1264      - Updated pt_BR (Brazilian Portuguese) translation.      - Updated pt_BR (Brazilian Portuguese) translation.
1265    
1266   -- Petter Reinholdtsen <pere@debian.org>  Sun, 19 Oct 2003 23:12:00 +0200   -- Petter Reinholdtsen <pere@debian.org>  Sun, 19 Oct 2003 23:12:00 +0200
# Line 265  base-installer (0.036) unstable; urgency Line 1282  base-installer (0.036) unstable; urgency
1282      - Change ppcdetect to archdetect and corresponding CASEs      - Change ppcdetect to archdetect and corresponding CASEs
1283    * Christian Perrier    * Christian Perrier
1284      - Improve French translation.      - Improve French translation.
1285    * K¿stutis Bili¿nas    * Kęstutis Biliūnas
1286      - Add Lithuanian translation (lt.po).      - Add Lithuanian translation (lt.po).
1287    
1288   -- Petter Reinholdtsen <pere@debian.org>  Sat, 18 Oct 2003 19:14:36 +0200   -- Petter Reinholdtsen <pere@debian.org>  Sat, 18 Oct 2003 19:14:36 +0200
# Line 326  base-installer (0.033) unstable; urgency Line 1343  base-installer (0.033) unstable; urgency
1343    
1344  base-installer (0.032) unstable; urgency=low  base-installer (0.032) unstable; urgency=low
1345    
1346    * Andre Luís Lopes    * Andre Luís Lopes
1347      - Update pt_BR (Brazilian Portuguese) translation.      - Update pt_BR (Brazilian Portuguese) translation.
1348    * Bart Cornelis    * Bart Cornelis
1349      - updated dutch translation      - updated dutch translation
# Line 373  base-installer (0.029) unstable; urgency Line 1390  base-installer (0.029) unstable; urgency
1390    * Matt Kraai    * Matt Kraai
1391      - Update French translation, thanks to Michel Grentzinger (closes:      - Update French translation, thanks to Michel Grentzinger (closes:
1392        #208588).        #208588).
1393    * Teófilo Ruiz Suárez    * Teófilo Ruiz Suárez
1394      - Revised Spanish translation      - Revised Spanish translation
1395    
1396   -- Petter Reinholdtsen <pere@debian.org>  Sat, 13 Sep 2003 17:45:00 +0200   -- Petter Reinholdtsen <pere@debian.org>  Sat, 13 Sep 2003 17:45:00 +0200
# Line 387  base-installer (0.028) unstable; urgency Line 1404  base-installer (0.028) unstable; urgency
1404    
1405  base-installer (0.027) unstable; urgency=low  base-installer (0.027) unstable; urgency=low
1406    
1407    * Add translation for Northern Saami (se.po), thanks to Børre Gaup.    * Add translation for Northern Saami (se.po), thanks to Børre Gaup.
1408    * Stop the progress bar when kernel installation go wrong.    * Stop the progress bar when kernel installation go wrong.
1409    * Javier Fernandez-Sanguino:    * Javier Fernandez-Sanguino:
1410      - Updated Spanish translation and use proper quotes      - Updated Spanish translation and use proper quotes
# Line 400  base-installer (0.026) unstable; urgency Line 1417  base-installer (0.026) unstable; urgency
1417      - Updated de.po.  Patch from Maximilian Wilhelm.      - Updated de.po.  Patch from Maximilian Wilhelm.
1418      - Updated nb.po.      - Updated nb.po.
1419      - Added danish translation (da.po), thanks to Finn G. Larsen.      - Added danish translation (da.po), thanks to Finn G. Larsen.
1420    * André Luís Lopes    * André Luís Lopes
1421      - Update pt_BR.po.      - Update pt_BR.po.
1422    * Bart Cornelis    * Bart Cornelis
1423      - Updated duth translation      - Updated duth translation
# Line 413  base-installer (0.025) unstable; urgency Line 1430  base-installer (0.025) unstable; urgency
1430      - Add nl.po, thanks to Bart Cornelis.      - Add nl.po, thanks to Bart Cornelis.
1431    * Alastair McKinstry    * Alastair McKinstry
1432      - Add lv.po, thanks to Aigars Mahinovs      - Add lv.po, thanks to Aigars Mahinovs
1433    * Martin Sjögren    * Martin Sjögren
1434      - Implement progress bar thingy. (Closes: #180753)      - Implement progress bar thingy. (Closes: #180753)
1435        This requires version >= 0.2.1 of debootstrap.        This requires version >= 0.2.1 of debootstrap.
1436      - Bump standards version to 3.6.0      - Bump standards version to 3.6.0
1437    * André Luís Lopes    * André Luís Lopes
1438      - Update Brazilian Portuguese (pt_BR) debconf template translation.      - Update Brazilian Portuguese (pt_BR) debconf template translation.
1439      - Run debconf-updatepo to feed more translatable strings to      - Run debconf-updatepo to feed more translatable strings to
1440        translators.        translators.
# Line 478  base-installer (0.021) unstable; urgency Line 1495  base-installer (0.021) unstable; urgency
1495    * Make myself the uploader for this package.    * Make myself the uploader for this package.
1496    * Upgrade standards-version from 3.5.2 to 3.5.9.    * Upgrade standards-version from 3.5.2 to 3.5.9.
1497    * Cleanup in kernel-installer postinst.    * Cleanup in kernel-installer postinst.
1498    * Added translation framework, and Norwegian Bokmål translation (nb.po).    * Added translation framework, and Norwegian BokmÃ¥l translation (nb.po).
1499    * André Luís Lopes :    * André Luís Lopes :
1500      - Added pt_BR debconf template translation.      - Added pt_BR debconf template translation.
1501    
1502   -- Petter Reinholdtsen <pere@debian.org>  Thu,  8 May 2003 09:21:06 +0200   -- Petter Reinholdtsen <pere@debian.org>  Thu,  8 May 2003 09:21:06 +0200
# Line 606  base-installer (0.011) unstable; urgency Line 1623  base-installer (0.011) unstable; urgency
1623    
1624  base-installer (0.010) unstable; urgency=low  base-installer (0.010) unstable; urgency=low
1625    
1626    * Martin Sjögren    * Martin Sjögren
1627      - Replace XBC with XB so our special control fields don't confuse the      - Replace XBC with XB so our special control fields don't confuse the
1628        changes files.        changes files.
1629    

Legend:
Removed from v.7387  
changed lines
  Added in v.27409

  ViewVC Help
Powered by ViewVC 1.1.5