/[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

revision 4109 by pmachard, Sat Sep 20 13:16:51 2003 UTC revision 9287 by andrelop, Thu Feb 26 00:04:07 2004 UTC
# Line 1  Line 1 
1  base-installer (0.031) UNRELEASED; urgency=low  base-installer (0.056) UNRELEASED; urgency=low
2    
3      * Translations :
4        - André Luís Lopes
5          - Updated Brazilian Portuguese translation (pt_BR.po)
6    
7     -- Andre Luis Lopes <andrelop@debian.org>  Wed, 25 Feb 2004 20:58:54 -0300
8    
9    base-installer (0.055) unstable; urgency=low
10    
11      * Joey Hess
12        - Test /target/bin/sh and /target/bin/awk and if they exist or are broken
13          links, warn the user that the target is unclean and install may fail.
14          At high priority level, cancel the install with an error, suggesting
15          that the user format or erase the target.
16          Closes: #220550, #218606, #212967, #221430, #233168
17    
18      * Translations
19        - Ming Hua
20          - Initial Traditional Chinese translation (zh_TW.po), by Tetralet
21        - HÃ¥vard Korsvoll
22          - Updated Norwegian, nynorsk translation (nn.po).
23    
24     -- Joey Hess <joeyh@debian.org>  Wed, 25 Feb 2004 14:37:39 -0500
25    
26    base-installer (0.054) unstable; urgency=low
27    
28      * Changwoo Ryu
29        - Added Korean translation (ko.po)
30      * Kenshi Muto
31        - Install iso-codes if non-English.
32    
33     -- Joey Hess <joeyh@debian.org>  Sun, 22 Feb 2004 22:07:01 -0500
34    
35    base-installer (0.053) unstable; urgency=low
36    
37      * Stephen R. Marenka
38        - Add kernel 2.2.x workarounds for mount bind.
39    
40     -- Joey Hess <joeyh@debian.org>  Fri, 20 Feb 2004 17:18:00 -0500
41    
42    base-installer (0.052) unstable; urgency=low
43    
44      * Matt Kraai
45        - Build-depend on libdebian-installer4-dev (closes: #231524).
46        - Always call di_system_init.
47      * Kenshi Muto
48        - Install jfbterm and unifont for arabic, hebrew, turkish, ukranian.
49      * Stephen R. Marenka
50        - Add m68k subarch kernel support.
51        - Limit kernels displayed to get_arch_kernel.
52    
53     -- Joey Hess <joeyh@debian.org>  Fri, 13 Feb 2004 13:37:59 -0500
54    
55    base-installer (0.051) unstable; urgency=low
56    
57      * Richard Hirst
58        - added kernel selection for ia64
59        - updated ia64 to kernel 2.4.22
60      * Miguel Figueiredo
61        - Updated Portuguese translation (pt.po)
62      * Giuseppe Sacco
63        - Updated italian translation (it.po) by Davide Meloni.
64        - Applied patch for normalizing menus and some italian translation (it.po)
65      * Matt Kraai
66        - Correct log message.
67      * Kenshi Muto
68        - Install jfbterm and unifont when LANG=Bulgarian.
69      * h3li0s
70        - Added Albanian translation (sq.po)
71      * Jordi Mallach
72        - Update Catalan translation (ca.po).
73      * Petter Reinholdtsen
74        - Correct sparc kernel names.  Patch from Thomas Poindessous.
75          (Closes: #228399)
76        - Updated Norwegian BokmÃ¥l translation (nb.po).
77      * Bastian Blank
78        - Use di-packages-build.
79        - Use cdebootstrap if available.
80        - Always chroot the apt-get call, avoids problems with reduced or
81          missmatching libc.
82        - Bindmount the cdrom into the target, this BREAKS linux 2.2.
83      * Joey Hess
84        - mirror/distribution has been renamed to mirror/suite.
85      * Eugen Meshcheryakov : added Ukrainian translation (uk.po)
86    
87     -- Christian Perrier <bubulle@debian.org>  Sun,  8 Feb 2004 20:26:29 +0100
88    
89    base-installer (0.050) unstable; urgency=low
90    
91      * Sven Luther
92        - Fixed powerpc kernels in kernel-installer.
93      * Bartosz Fenski
94        - Updated Polish (pl) translation.
95      * Giuseppe Sacco
96        - Updated italian translation by Davide Meloni (it.po)
97      * Miguel Figueiredo
98        - Updated Portuguese translation (pt.po).
99      * Joey Hess
100        - Have debootstrap log to the d-i messages file.
101        - Change error templates to match.
102        - Remove downmainpkgs stuff; only used for slink deboostrapping.
103        - Switch over to a single, milti-stage progress bar for the entire
104          debootstrap run.
105        - Fixed typo that was preventing build with -Os.
106        - Remove the basesuccess note.
107        - Incorporated the apt setup and install steps into the same single
108          progress bar.
109        - Merged kernel-installer into base-installer so they can share a progress
110          bar.
111        - Updated to debhelper v4.
112        - Cleaned up the rules file.
113        - Remove Standards-Version, it's a udeb.
114        - Added some error templates left out due to the string freeze.
115        - Stop the progress bar when exiting on debootstrap error.
116        - busybox does provide uniq and sort -r now, so remove the dodgy calls to
117          the ones in /target.
118        - Move the apt-install queue flush to after kernel installation.
119          This way, if apt-install is used to install the kernel image and pcmcia
120          modules and they fail to install for some reason, and end up in the
121          apt-install queue, this does not result in apt-install installing them
122          when the kernel-image.conf is not properly set up.
123        - Refactored most of the code in the postinst, breaking it up into
124          subroutines for clarity.
125        - Use only one exit point for errors, and always stop the progress bar.
126        - apt-update is only used by this package, so inline it.
127        - Remove some debootstrap errors which should never appear during normal
128          (or abnormal) use unless d-i is very broken from the templates file, no
129          need to watse time and space on translations of them.
130        - add some elipses in templates
131      * Claus Hindsgaul
132        - Update da (Danish) translation.
133      * Kenshi Muto
134        - Install jfbterm and unifont when LANG=Japanese, Korean, Greek, Chinese
135        - Install console-cyrillic and console-terminus when LANG=Russian
136        - Update Japanese translation (ja.po).
137      * Michel Grentzinger
138        - Update French translation.
139      * Christian Perrier
140        - s/pcmcia/PCMCIA in templates. Unfuzzied translations
141      * Teófilo Ruiz Suárez
142        - Updated Spanish templates unfuzzing some translations (po/es.po)
143      * André Luís Lopes
144        - Updated pt_BR (Brazilian Portuguese) translation.
145      * Kęstutis BiliÅ«nas
146        - Updated Lithuanian translation (lt.po).
147      * Teófilo Ruiz Suárez
148        - Unfuzzied a couple of translations (po/es.po)
149      * Christian Perrier
150        - Run debconf-updatepo after Joey added elipses to templates
151        - Updated french translation
152      * Bart Cornelis
153        - Updated Dutch translation (nl.po)
154      * Ognyan Kulev
155        - Updated bulgarian translation (bg.po).
156      * Konstantinos Margaritis
157        - Updated Greek translation (el.po)
158      * Dennis Stampfer
159        - Updated German translation (de.po)
160      * Christian Perrier
161        - Run debconf-updatepo
162        - Updated french translation (fr.po)
163      * Konstantinos Margaritis
164        - Updated Greek translation (el.po)
165      * Anmar Oueja
166        - created and translated to Arabic (ar.po)
167        - merged with master template and finished translationi (ar.po)
168      * Miroslav Kure
169        - Update Czech translation
170      * Peter Mann
171        - Update Slovak translation
172      * Teófilo Ruiz Suárez
173        - Updated spanis translations (po/es.po)
174      * Nikolai Prokoschenko
175        - Updated russian translation (ru.po)
176      * Ming Hua
177        - Updated Simplified Chinese translation (zh_CN.po)
178      * Otavio Salvador
179        - Added Release file parser to identify the distribution codename
180      * Andre Dahlqvist
181        - Update Swedish translation (sv.po)
182      * Safir Secerovic
183        - Update Bosnian translation (bs.po).
184      * Matt Kraai
185        - Fix the handling of P codes without a PF code (closes: #225858).
186    
187     -- Joey Hess <joeyh@debian.org>  Fri, 23 Jan 2004 13:01:51 -0500
188    
189    base-installer (0.047) unstable; urgency=low
190    
191      * Steve Langasek
192        - add per-arch kernel-installer handling for alpha
193    
194     -- Steve Langasek <vorlon@debian.org>  Sat, 10 Jan 2004 09:18:23 -0600
195    
196    base-installer (0.046) unstable; urgency=low
197    
198      * Richard Hirst
199        - Added kernel selection for ia64
200    
201     -- Joey Hess <joeyh@debian.org>  Tue,  6 Jan 2004 17:39:29 -0500
202    
203    base-installer (0.045) unstable; urgency=low
204    
205      * Ming Hua
206        - Initial Simplified Chinese translation (zh_CN.po)
207      * Bart Cornelis
208        - Merged Norwegian Nynorsk (nn.po) translation from skolelinux-cvs
209      * Giuseppe Sacco
210        - Corrected a typo in nn.po and ca.po (SUBSTO->SUBST0)
211      * Andre Dahlqvist
212        - Update Swedish translation (sv.po)
213    
214     -- Petter Reinholdtsen <pere@debian.org>  Wed, 31 Dec 2003 16:20:32 +0100
215    
216    base-installer (0.044) unstable; urgency=low
217    
218      * Bart Cornelis
219        - Merged Norwegian Bokmael (nb.po) translation from skolelinux-cvs
220      * Miguel Figueiredo
221        - Initial Portuguese translation. (pt.po)
222      * Peter Mann
223        - Update Slovak translation
224      * Giuseppe Sacco
225        - Italian translation update
226    
227     -- Joey Hess <joeyh@debian.org>  Thu, 25 Dec 2003 19:53:45 -0500
228    
229    base-installer (0.043) unstable; urgency=low
230    
231      * Bartosz Fenski
232        - Updated Polish (pl) translation.
233      * André Dahlqvist
234        - Update Swedish translation. (sv.po)
235      * David Martínez Moreno
236        - Updated a lot the Spanish translation (es.po) and converted it
237          to UTF-8.
238      * Konstantinos Margaritis
239        - Updated Greek translation (el.po)
240      * Joey Hess
241        - On i386, install a pcmcia-kernel-modules package to match the kernel
242          package.
243      * Peter Mann
244        - Updated Slovak translation. (sk.po)
245      * Giuseppe Sacco
246        - First italian translation by Stefano Melchior
247        - Update translation from Davide Meloni
248      * Dennis Stampfer
249        - Update translation by Jan Lübbe (de.po). Closes: #224278
250        - Update German translation (de.po)
251      * Kenshi Muto
252        - Add install code of language specific packages to postinst.
253        (Closes: Bug#224226)
254        - Update Japanese translation (ja.po)
255        - Apply kernel-img.conf configuration patch. (See Bug#223679)
256      * Bart Cornelis
257        - Updated Dutch translation (nl.po)
258      * Otavio Salvador
259        - Added the 'Finding package sizes' and 'Checking ...' in template
260        - Updated pt_BR (Brazilian Portuguese) translation
261      * Steinar H. Gunderson
262        - Updated Norwegian translation (nb.po).
263      * Kęstutis BiliÅ«nas
264        - Updated Lithuanian translation (lt.po).
265      * Miroslav Kure
266        - Updated Czech translation (cs.po).
267      * Thiemo Seufer
268        - Improve error handling for the apt-install initrd-tools case.
269        - Use archdetect for the mips/mipsel kernel-installer.
270      * Ognyan Kulev
271        - Added/updated bulgarian translation (bg.po).
272      * Petter Reinholdtsen
273        - Update Norwegian Nynorsk (nn.po), thanks to Gaute Hvoslef Kvalnes.
274      * Claus Hindsgaul
275        - Update da (Danish) translation.
276      * Jure Cuhalev
277        - Added/updated slovenian translation (sl.po).
278      * Teófilo Ruiz Suárez
279        - Updated Spanish translation (es.po)
280    
281     -- Joey Hess <joeyh@debian.org>  Mon, 22 Dec 2003 14:00:22 -0500
282    
283    base-installer (0.042) unstable; urgency=low
284    
285      * Verok Istvan
286        - Initial Hungarian translation.
287      * Joey Hess
288        - mirror/distribution has changed to use symbolic release names,
289          so add a quick hack to convert these to code names. Getting the code
290          name from the Release file is not yet implemented.
291    
292     -- Joey Hess <joeyh@debian.org>  Fri, 12 Dec 2003 16:38:42 -0500
293    
294    base-installer (0.041) unstable; urgency=low
295    
296      * Peter Mann
297        - Initial Slovak translation (sk.po).
298      * Claus Hindsgaul
299        - Update da (Danish) translation.
300      * Petter Reinholdtsen
301        - Update nb.po.
302      * Konstantinos Margaritis
303        - Initial Greek translation (el.po).
304      * Christian Perrier
305        - Refined and standardized templates. Closes: #218992
306      * Safir ¿e¿erovi¿
307        - Updated Bosnian (bs) translation.
308      * Michel Grentzinger
309        - Update French translation.
310      * Miroslav Kure
311        - Update Czech translation.
312      * Bart Cornelis
313        - Updated Dutch translation (nl.po)
314      * Tommi Vainikainen
315        - Update Finnish translation.
316      * Steinar H. Gunderson
317        - Update nb.po.
318      * Bastian Blank
319        - remove di_log workaround
320      * Jordi Mallach
321        - Update Catalan translation.
322      * Kęstutis BiliÅ«nas
323        - Updated Lithuanian translation.
324      * Kenshi Muto
325        - Update Japanese translation (ja.po)
326      * André Luís Lopes
327        - Update pt_BR (Brazilian Portuguese) translation.
328      * Thiemo Seufer
329        - Add support for mips, mipsel to kernel-installer.
330    
331     -- Joey Hess <joeyh@debian.org>  Tue,  9 Dec 2003 15:53:51 -0500
332    
333    base-installer (0.040) unstable; urgency=low
334    
335      * Joey Hess
336        - Change some base-installer templates to use "Retrieving packages"
337          etc instead of "Downloading", as the latter term is innaccurate
338          during eg, CDROM inatalls.
339      * Pierre Machard
340        - Run debconf-updatepo
341        - Update French translation
342      * Safir Secerovic, Amila Akagic
343        - Add Bosnian translation. (bs.po)
344      * Bart Cornelis
345        - Updated dutch translation
346      * André Luís Lopes
347        - Update pt_BR (Brazilian Portuguese) translation.
348      * Kenshi Muto
349        - Update Japanese translation (ja.po)
350      * K¿stutis Bili¿nas
351        - Update Lithuanian translation.
352      * Petter Reinholdtsen
353        - Update nb.po
354      * Michel Grentzinger
355        - Update French translation.
356      * Miroslav Kure
357        - Update Czech (cs.po) translation.
358      * Ilgiz Kalmetev
359        - Updated Russian translation. Closes: #219096.
360      * Tommi Vainikainen
361        - Update Finnish (fi.po) translation.
362    
363     -- Petter Reinholdtsen <pere@debian.org>  Fri,  7 Nov 2003 18:13:28 +0100
364    
365    base-installer (0.039) unstable; urgency=low
366    
367      * Gaudenz Steinlin
368        - kernel-installer.postinst:
369          replace /usr/bin/archdetect by /bin/archdetect
370      * Jure Cuhalev
371        - Added Slovenian translation. Closes: #214384.
372      * Claus Hindsgaul
373        - Update da (Danish) translation.
374    
375     -- Petter Reinholdtsen <pere@debian.org>  Sat,  1 Nov 2003 12:33:20 +0100
376    
377    base-installer (0.038) unstable; urgency=low
378    
379      * Tommi Vainikainen
380        - Add Finnish (fi.po) translation
381      * Bart Cornelis
382        - Update dutch translation (nl.po)
383      * Petter Reinholdtsen
384        - Fix progress text, add forgotten KERNEL subst.
385      * Pierre Machard
386        - Improve French translation [Christian Perrier].
387        - Update French po-debconf translation [Michel Grentzinger].
388      * Miroslav Kure
389        - Update Czech translation (cs.po).
390      * Matt Kraai
391        - Default to an SMP kernel if there are multiple CPUs.
392      * Kenshi Muto
393        - Update Japanese translation (ja.po)
394      * K¿stutis Bili¿nas
395        - Update Lithuanian translation (lt.po).
396    
397     -- Petter Reinholdtsen <pere@debian.org>  Fri, 24 Oct 2003 16:21:44 +0200
398    
399    base-installer (0.037) unstable; urgency=low
400    
401      * Petter Reinholdtsen
402        - Corrected template text for error dialog used when kernel
403          installation fail.
404        - Updated nb.po.
405        - Avoid setting default kernel to a kernel package that is
406          not available.
407      * André Luís Lopes
408        - Updated pt_BR (Brazilian Portuguese) translation.
409    
410     -- Petter Reinholdtsen <pere@debian.org>  Sun, 19 Oct 2003 23:12:00 +0200
411    
412    base-installer (0.036) unstable; urgency=low
413    
414      * Claus Hindsgaul
415        - Update da (Danish) translation.
416      * Javier Fernandez-Sanguino
417        - Updated spanish translation.
418      * Alastair McKinstry
419        - Update ru.po, with patch from Ilgiz Kalmetev. (Closes: #214384)
420        - Add versioned depends on libdebconfclient-dev, to get working debconf_
421          macros.
422      * Steinar H. Gunderson
423        - Make base-installer handle warnings from debconf better, although still
424          not very good.
425      * Chris Tillman
426        - Change ppcdetect to archdetect and corresponding CASEs
427      * Christian Perrier
428        - Improve French translation.
429      * K¿stutis Bili¿nas
430        - Add Lithuanian translation (lt.po).
431    
432     -- Petter Reinholdtsen <pere@debian.org>  Sat, 18 Oct 2003 19:14:36 +0200
433    
434    base-installer (0.035) unstable; urgency=low
435    
436      * Build-Depend on libd-i4
437    
438     -- Sebastian Ley <ley@debian.org>  Thu,  9 Oct 2003 18:50:20 +0200
439    
440    base-installer (0.034) unstable; urgency=low
441    
442      * Bastian Blank
443        - remove dash-udeb dependency
444        - fix for libdi4
445      * Kenshi Muto
446        - Update Japanese po (ja.po)
447      * Denis Barbier
448        - Add comments in templates files, which are copied into PO files,
449          to tell translators which strings are main menu items.
450      * Andre Luis Lopes
451        - Update pt_BR (Brazilian Portuguese) translation.
452      * Petter Reinholdtsen
453        - Make source build using both version 3 and 4 of libd-i.
454      * Ilgiz Kalmetev
455        - Updated Russian translation.
456      * Matt Kraai
457        - Default to kernel-image-2.4-386 on i386.
458      * Miroslav Kure
459        - Initial Czech translation.
460      * Bart Cornelis
461        - Updated dutch translation (nl.po)
462      * Build this version against libdebian-installer4
463    
464     -- Sebastian Ley <ley@debian.org>  Thu,  9 Oct 2003 16:45:37 +0200
465    
466    base-installer (0.033) unstable; urgency=low
467    
468      * Petter Reinholdtsen
469        - Made the menu entry text translatable.
470        - Ran debconf2po-update.
471        - Start using debconf_* macro in run-debootstrap.c.
472        - Use 'error' debconf template type to report errors.
473        - Correct kernel-install progress template to show kernel package
474          name.
475      * Alastair McKinstry
476        - Convert changelog to UTF-8 as per policy
477      * Pierre Machard
478        - Update French po-debconf translation.
479      * Sebastian Ley
480        - Changed the hardcoded default kernel version to 2.4 for i386, this
481          will select the latest 2.4 kernel
482        - Added Athlon Model for i386
483      * Matt Kraai
484        - Add missing ;; and fix misspelling in the kernel-installer postinst.
485    
486     -- Sebastian Ley <ley@debian.org>  Thu,  2 Oct 2003 19:24:08 +0200
487    
488    base-installer (0.032) unstable; urgency=low
489    
490      * Andre Luís Lopes
491        - Update pt_BR (Brazilian Portuguese) translation.
492      * Bart Cornelis
493        - updated dutch translation
494    
495     -- Petter Reinholdtsen <pere@debian.org>  Sun, 28 Sep 2003 15:03:05 +0200
496    
497    base-installer (0.031) unstable; urgency=low
498    
499    * Richard Hirst    * Richard Hirst
500      - Remove "image_in_boot = yes", as "link_in_boot" superceeds it.      - Remove "image_in_boot = yes", as "link_in_boot" superceeds it.
# Line 13  base-installer (0.031) UNRELEASED; urgen Line 509  base-installer (0.031) UNRELEASED; urgen
509      - Update ja.po      - Update ja.po
510    * Pierre Machard    * Pierre Machard
511      - Update French po-debconf translation [Michel Grentzinger].      - Update French po-debconf translation [Michel Grentzinger].
512      * Petter Reinholdtsen
513        - Update nb.po
514    
515   -- Petter Reinholdtsen <pere@debian.org>  Thu, 18 Sep 2003 10:05:01 +0100   -- Petter Reinholdtsen <pere@debian.org>  Mon, 22 Sep 2003 22:22:41 +0200
516    
517  base-installer (0.030) unstable; urgency=low  base-installer (0.030) unstable; urgency=low
518    
# Line 36  base-installer (0.029) unstable; urgency Line 534  base-installer (0.029) unstable; urgency
534    * Matt Kraai    * Matt Kraai
535      - Update French translation, thanks to Michel Grentzinger (closes:      - Update French translation, thanks to Michel Grentzinger (closes:
536        #208588).        #208588).
537    * Teófilo Ruiz Suárez    * Teófilo Ruiz Suárez
538      - Revised Spanish translation      - Revised Spanish translation
539    
540   -- 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 50  base-installer (0.028) unstable; urgency Line 548  base-installer (0.028) unstable; urgency
548    
549  base-installer (0.027) unstable; urgency=low  base-installer (0.027) unstable; urgency=low
550    
551    * Add translation for Northern Saami (se.po), thanks to Børre Gaup.    * Add translation for Northern Saami (se.po), thanks to Børre Gaup.
552    * Stop the progress bar when kernel installation go wrong.    * Stop the progress bar when kernel installation go wrong.
553    * Javier Fernandez-Sanguino:    * Javier Fernandez-Sanguino:
554      - Updated Spanish translation and use proper quotes      - Updated Spanish translation and use proper quotes
# Line 63  base-installer (0.026) unstable; urgency Line 561  base-installer (0.026) unstable; urgency
561      - Updated de.po.  Patch from Maximilian Wilhelm.      - Updated de.po.  Patch from Maximilian Wilhelm.
562      - Updated nb.po.      - Updated nb.po.
563      - Added danish translation (da.po), thanks to Finn G. Larsen.      - Added danish translation (da.po), thanks to Finn G. Larsen.
564    * André Luís Lopes    * André Luís Lopes
565      - Update pt_BR.po.      - Update pt_BR.po.
566    * Bart Cornelis    * Bart Cornelis
567      - Updated duth translation      - Updated duth translation
# Line 76  base-installer (0.025) unstable; urgency Line 574  base-installer (0.025) unstable; urgency
574      - Add nl.po, thanks to Bart Cornelis.      - Add nl.po, thanks to Bart Cornelis.
575    * Alastair McKinstry    * Alastair McKinstry
576      - Add lv.po, thanks to Aigars Mahinovs      - Add lv.po, thanks to Aigars Mahinovs
577    * Martin Sjögren    * Martin Sjögren
578      - Implement progress bar thingy. (Closes: #180753)      - Implement progress bar thingy. (Closes: #180753)
579        This requires version >= 0.2.1 of debootstrap.        This requires version >= 0.2.1 of debootstrap.
580      - Bump standards version to 3.6.0      - Bump standards version to 3.6.0
581    * André Luís Lopes    * André Luís Lopes
582      - Update Brazilian Portuguese (pt_BR) debconf template translation.      - Update Brazilian Portuguese (pt_BR) debconf template translation.
583      - Run debconf-updatepo to feed more translatable strings to      - Run debconf-updatepo to feed more translatable strings to
584        translators.        translators.
# Line 141  base-installer (0.021) unstable; urgency Line 639  base-installer (0.021) unstable; urgency
639    * Make myself the uploader for this package.    * Make myself the uploader for this package.
640    * Upgrade standards-version from 3.5.2 to 3.5.9.    * Upgrade standards-version from 3.5.2 to 3.5.9.
641    * Cleanup in kernel-installer postinst.    * Cleanup in kernel-installer postinst.
642    * Added translation framework, and Norwegian BokmÃ¥l translation (nb.po).    * Added translation framework, and Norwegian BokmÃ¥l translation (nb.po).
643    * André Luís Lopes :    * André Luís Lopes :
644      - Added pt_BR debconf template translation.      - Added pt_BR debconf template translation.
645    
646   -- 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 269  base-installer (0.011) unstable; urgency Line 767  base-installer (0.011) unstable; urgency
767    
768  base-installer (0.010) unstable; urgency=low  base-installer (0.010) unstable; urgency=low
769    
770    * Martin Sjögren    * Martin Sjögren
771      - 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
772        changes files.        changes files.
773    

Legend:
Removed from v.4109  
changed lines
  Added in v.9287

  ViewVC Help
Powered by ViewVC 1.1.5