/[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 6141 by markos, Mon Nov 17 00:10:47 2003 UTC revision 9328 by jordi, Thu Feb 26 13:41:16 2004 UTC
# Line 1  Line 1 
1  base-installer (0.041) 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        - Kenshi Muto
7          - Updated Japanese translation (ja.po)
8        - Konstantinos Margaritis
9          - Updated Greek translation (el.po)
10        - Christian Perrier
11          - Updated French translation (fr.po)
12        - Peter Mann
13          - Updated Slovak translation (sk.po)
14        - Kęstutis Biliūnas
15          - Updated Lithuanian translation (lt.po)
16        - Jordi Mallach
17          - Updated Catalan translation (ca.po)
18        - Changwoo Ryu
19          - Updated Korean translation (ko.po)
20    
21     -- Christian Perrier <bubulle@debian.org>  Thu, 26 Feb 2004 11:07:37 +0100
22    
23    base-installer (0.055) unstable; urgency=low
24    
25      * Joey Hess
26        - Test /target/bin/sh and /target/bin/awk and if they exist or are broken
27          links, warn the user that the target is unclean and install may fail.
28          At high priority level, cancel the install with an error, suggesting
29          that the user format or erase the target.
30          Closes: #220550, #218606, #212967, #221430, #233168
31    
32      * Translations
33        - Ming Hua
34          - Initial Traditional Chinese translation (zh_TW.po), by Tetralet
35        - Håvard Korsvoll
36          - Updated Norwegian, nynorsk translation (nn.po).
37    
38     -- Joey Hess <joeyh@debian.org>  Wed, 25 Feb 2004 14:37:39 -0500
39    
40    base-installer (0.054) unstable; urgency=low
41    
42      * Changwoo Ryu
43        - Added Korean translation (ko.po)
44      * Kenshi Muto
45        - Install iso-codes if non-English.
46    
47     -- Joey Hess <joeyh@debian.org>  Sun, 22 Feb 2004 22:07:01 -0500
48    
49    base-installer (0.053) unstable; urgency=low
50    
51      * Stephen R. Marenka
52        - Add kernel 2.2.x workarounds for mount bind.
53    
54     -- Joey Hess <joeyh@debian.org>  Fri, 20 Feb 2004 17:18:00 -0500
55    
56    base-installer (0.052) unstable; urgency=low
57    
58      * Matt Kraai
59        - Build-depend on libdebian-installer4-dev (closes: #231524).
60        - Always call di_system_init.
61      * Kenshi Muto
62        - Install jfbterm and unifont for arabic, hebrew, turkish, ukranian.
63      * Stephen R. Marenka
64        - Add m68k subarch kernel support.
65        - Limit kernels displayed to get_arch_kernel.
66    
67     -- Joey Hess <joeyh@debian.org>  Fri, 13 Feb 2004 13:37:59 -0500
68    
69    base-installer (0.051) unstable; urgency=low
70    
71      * Richard Hirst
72        - added kernel selection for ia64
73        - updated ia64 to kernel 2.4.22
74      * Miguel Figueiredo
75        - Updated Portuguese translation (pt.po)
76      * Giuseppe Sacco
77        - Updated italian translation (it.po) by Davide Meloni.
78        - Applied patch for normalizing menus and some italian translation (it.po)
79      * Matt Kraai
80        - Correct log message.
81      * Kenshi Muto
82        - Install jfbterm and unifont when LANG=Bulgarian.
83      * h3li0s
84        - Added Albanian translation (sq.po)
85      * Jordi Mallach
86        - Update Catalan translation (ca.po).
87      * Petter Reinholdtsen
88        - Correct sparc kernel names.  Patch from Thomas Poindessous.
89          (Closes: #228399)
90        - Updated Norwegian BokmÃ¥l translation (nb.po).
91      * Bastian Blank
92        - Use di-packages-build.
93        - Use cdebootstrap if available.
94        - Always chroot the apt-get call, avoids problems with reduced or
95          missmatching libc.
96        - Bindmount the cdrom into the target, this BREAKS linux 2.2.
97      * Joey Hess
98        - mirror/distribution has been renamed to mirror/suite.
99      * Eugen Meshcheryakov : added Ukrainian translation (uk.po)
100    
101     -- Christian Perrier <bubulle@debian.org>  Sun,  8 Feb 2004 20:26:29 +0100
102    
103    base-installer (0.050) unstable; urgency=low
104    
105      * Sven Luther
106        - Fixed powerpc kernels in kernel-installer.
107      * Bartosz Fenski
108        - Updated Polish (pl) translation.
109      * Giuseppe Sacco
110        - Updated italian translation by Davide Meloni (it.po)
111      * Miguel Figueiredo
112        - Updated Portuguese translation (pt.po).
113      * Joey Hess
114        - Have debootstrap log to the d-i messages file.
115        - Change error templates to match.
116        - Remove downmainpkgs stuff; only used for slink deboostrapping.
117        - Switch over to a single, milti-stage progress bar for the entire
118          debootstrap run.
119        - Fixed typo that was preventing build with -Os.
120        - Remove the basesuccess note.
121        - Incorporated the apt setup and install steps into the same single
122          progress bar.
123        - Merged kernel-installer into base-installer so they can share a progress
124          bar.
125        - Updated to debhelper v4.
126        - Cleaned up the rules file.
127        - Remove Standards-Version, it's a udeb.
128        - Added some error templates left out due to the string freeze.
129        - Stop the progress bar when exiting on debootstrap error.
130        - busybox does provide uniq and sort -r now, so remove the dodgy calls to
131          the ones in /target.
132        - Move the apt-install queue flush to after kernel installation.
133          This way, if apt-install is used to install the kernel image and pcmcia
134          modules and they fail to install for some reason, and end up in the
135          apt-install queue, this does not result in apt-install installing them
136          when the kernel-image.conf is not properly set up.
137        - Refactored most of the code in the postinst, breaking it up into
138          subroutines for clarity.
139        - Use only one exit point for errors, and always stop the progress bar.
140        - apt-update is only used by this package, so inline it.
141        - Remove some debootstrap errors which should never appear during normal
142          (or abnormal) use unless d-i is very broken from the templates file, no
143          need to watse time and space on translations of them.
144        - add some elipses in templates
145      * Claus Hindsgaul
146        - Update da (Danish) translation.
147      * Kenshi Muto
148        - Install jfbterm and unifont when LANG=Japanese, Korean, Greek, Chinese
149        - Install console-cyrillic and console-terminus when LANG=Russian
150        - Update Japanese translation (ja.po).
151      * Michel Grentzinger
152        - Update French translation.
153      * Christian Perrier
154        - s/pcmcia/PCMCIA in templates. Unfuzzied translations
155      * Teófilo Ruiz Suárez
156        - Updated Spanish templates unfuzzing some translations (po/es.po)
157      * André Luís Lopes
158        - Updated pt_BR (Brazilian Portuguese) translation.
159      * Kęstutis Biliūnas
160        - Updated Lithuanian translation (lt.po).
161      * Teófilo Ruiz Suárez
162        - Unfuzzied a couple of translations (po/es.po)
163      * Christian Perrier
164        - Run debconf-updatepo after Joey added elipses to templates
165        - Updated french translation
166      * Bart Cornelis
167        - Updated Dutch translation (nl.po)
168      * Ognyan Kulev
169        - Updated bulgarian translation (bg.po).
170      * Konstantinos Margaritis
171        - Updated Greek translation (el.po)
172      * Dennis Stampfer
173        - Updated German translation (de.po)
174      * Christian Perrier
175        - Run debconf-updatepo
176        - Updated french translation (fr.po)
177      * Konstantinos Margaritis
178        - Updated Greek translation (el.po)
179      * Anmar Oueja
180        - created and translated to Arabic (ar.po)
181        - merged with master template and finished translationi (ar.po)
182      * Miroslav Kure
183        - Update Czech translation
184      * Peter Mann
185        - Update Slovak translation
186      * Teófilo Ruiz Suárez
187        - Updated spanis translations (po/es.po)
188      * Nikolai Prokoschenko
189        - Updated russian translation (ru.po)
190      * Ming Hua
191        - Updated Simplified Chinese translation (zh_CN.po)
192      * Otavio Salvador
193        - Added Release file parser to identify the distribution codename
194      * Andre Dahlqvist
195        - Update Swedish translation (sv.po)
196      * Safir Secerovic
197        - Update Bosnian translation (bs.po).
198      * Matt Kraai
199        - Fix the handling of P codes without a PF code (closes: #225858).
200    
201     -- Joey Hess <joeyh@debian.org>  Fri, 23 Jan 2004 13:01:51 -0500
202    
203    base-installer (0.047) unstable; urgency=low
204    
205      * Steve Langasek
206        - add per-arch kernel-installer handling for alpha
207    
208     -- Steve Langasek <vorlon@debian.org>  Sat, 10 Jan 2004 09:18:23 -0600
209    
210    base-installer (0.046) unstable; urgency=low
211    
212      * Richard Hirst
213        - Added kernel selection for ia64
214    
215     -- Joey Hess <joeyh@debian.org>  Tue,  6 Jan 2004 17:39:29 -0500
216    
217    base-installer (0.045) unstable; urgency=low
218    
219      * Ming Hua
220        - Initial Simplified Chinese translation (zh_CN.po)
221      * Bart Cornelis
222        - Merged Norwegian Nynorsk (nn.po) translation from skolelinux-cvs
223      * Giuseppe Sacco
224        - Corrected a typo in nn.po and ca.po (SUBSTO->SUBST0)
225      * Andre Dahlqvist
226        - Update Swedish translation (sv.po)
227    
228     -- Petter Reinholdtsen <pere@debian.org>  Wed, 31 Dec 2003 16:20:32 +0100
229    
230    base-installer (0.044) unstable; urgency=low
231    
232      * Bart Cornelis
233        - Merged Norwegian Bokmael (nb.po) translation from skolelinux-cvs
234      * Miguel Figueiredo
235        - Initial Portuguese translation. (pt.po)
236      * Peter Mann
237        - Update Slovak translation
238      * Giuseppe Sacco
239        - Italian translation update
240    
241     -- Joey Hess <joeyh@debian.org>  Thu, 25 Dec 2003 19:53:45 -0500
242    
243    base-installer (0.043) unstable; urgency=low
244    
245      * Bartosz Fenski
246        - Updated Polish (pl) translation.
247      * André Dahlqvist
248        - Update Swedish translation. (sv.po)
249      * David Martínez Moreno
250        - Updated a lot the Spanish translation (es.po) and converted it
251          to UTF-8.
252      * Konstantinos Margaritis
253        - Updated Greek translation (el.po)
254      * Joey Hess
255        - On i386, install a pcmcia-kernel-modules package to match the kernel
256          package.
257      * Peter Mann
258        - Updated Slovak translation. (sk.po)
259      * Giuseppe Sacco
260        - First italian translation by Stefano Melchior
261        - Update translation from Davide Meloni
262      * Dennis Stampfer
263        - Update translation by Jan Lübbe (de.po). Closes: #224278
264        - Update German translation (de.po)
265      * Kenshi Muto
266        - Add install code of language specific packages to postinst.
267        (Closes: Bug#224226)
268        - Update Japanese translation (ja.po)
269        - Apply kernel-img.conf configuration patch. (See Bug#223679)
270      * Bart Cornelis
271        - Updated Dutch translation (nl.po)
272      * Otavio Salvador
273        - Added the 'Finding package sizes' and 'Checking ...' in template
274        - Updated pt_BR (Brazilian Portuguese) translation
275      * Steinar H. Gunderson
276        - Updated Norwegian translation (nb.po).
277      * Kęstutis Biliūnas
278        - Updated Lithuanian translation (lt.po).
279      * Miroslav Kure
280        - Updated Czech translation (cs.po).
281      * Thiemo Seufer
282        - Improve error handling for the apt-install initrd-tools case.
283        - Use archdetect for the mips/mipsel kernel-installer.
284      * Ognyan Kulev
285        - Added/updated bulgarian translation (bg.po).
286      * Petter Reinholdtsen
287        - Update Norwegian Nynorsk (nn.po), thanks to Gaute Hvoslef Kvalnes.
288      * Claus Hindsgaul
289        - Update da (Danish) translation.
290      * Jure Cuhalev
291        - Added/updated slovenian translation (sl.po).
292      * Teófilo Ruiz Suárez
293        - Updated Spanish translation (es.po)
294    
295     -- Joey Hess <joeyh@debian.org>  Mon, 22 Dec 2003 14:00:22 -0500
296    
297    base-installer (0.042) unstable; urgency=low
298    
299      * Verok Istvan
300        - Initial Hungarian translation.
301      * Joey Hess
302        - mirror/distribution has changed to use symbolic release names,
303          so add a quick hack to convert these to code names. Getting the code
304          name from the Release file is not yet implemented.
305    
306     -- Joey Hess <joeyh@debian.org>  Fri, 12 Dec 2003 16:38:42 -0500
307    
308    base-installer (0.041) unstable; urgency=low
309    
310    * Peter Mann    * Peter Mann
311      - Initial Slovak translation (sk.po).      - Initial Slovak translation (sk.po).
# Line 8  base-installer (0.041) UNRELEASED; urgen Line 315  base-installer (0.041) UNRELEASED; urgen
315      - Update nb.po.      - Update nb.po.
316    * Konstantinos Margaritis    * Konstantinos Margaritis
317      - Initial Greek translation (el.po).      - Initial Greek translation (el.po).
318      * Christian Perrier
319        - Refined and standardized templates. Closes: #218992
320      * Safir ¿e¿erovi¿
321        - Updated Bosnian (bs) translation.
322      * Michel Grentzinger
323        - Update French translation.
324      * Miroslav Kure
325        - Update Czech translation.
326      * Bart Cornelis
327        - Updated Dutch translation (nl.po)
328      * Tommi Vainikainen
329        - Update Finnish translation.
330      * Steinar H. Gunderson
331        - Update nb.po.
332      * Bastian Blank
333        - remove di_log workaround
334      * Jordi Mallach
335        - Update Catalan translation.
336      * Kęstutis Biliūnas
337        - Updated Lithuanian translation.
338      * Kenshi Muto
339        - Update Japanese translation (ja.po)
340      * André Luís Lopes
341        - Update pt_BR (Brazilian Portuguese) translation.
342      * Thiemo Seufer
343        - Add support for mips, mipsel to kernel-installer.
344    
345   -- Denis Barbier <barbier@debian.org>  Sat,  8 Nov 2003 21:23:42 +0100   -- Joey Hess <joeyh@debian.org>  Tue,  9 Dec 2003 15:53:51 -0500
346    
347  base-installer (0.040) unstable; urgency=low  base-installer (0.040) unstable; urgency=low
348    
# Line 24  base-installer (0.040) unstable; urgency Line 357  base-installer (0.040) unstable; urgency
357      - Add Bosnian translation. (bs.po)      - Add Bosnian translation. (bs.po)
358    * Bart Cornelis    * Bart Cornelis
359      - Updated dutch translation      - Updated dutch translation
360    * André Luís Lopes    * André Luís Lopes
361      - Update pt_BR (Brazilian Portuguese) translation.      - Update pt_BR (Brazilian Portuguese) translation.
362    * Kenshi Muto    * Kenshi Muto
363      - Update Japanese translation (ja.po)      - Update Japanese translation (ja.po)
# Line 85  base-installer (0.037) unstable; urgency Line 418  base-installer (0.037) unstable; urgency
418      - Updated nb.po.      - Updated nb.po.
419      - Avoid setting default kernel to a kernel package that is      - Avoid setting default kernel to a kernel package that is
420        not available.        not available.
421    * André Luís Lopes    * André Luís Lopes
422      - Updated pt_BR (Brazilian Portuguese) translation.      - Updated pt_BR (Brazilian Portuguese) translation.
423    
424   -- 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 168  base-installer (0.033) unstable; urgency Line 501  base-installer (0.033) unstable; urgency
501    
502  base-installer (0.032) unstable; urgency=low  base-installer (0.032) unstable; urgency=low
503    
504    * Andre Luís Lopes    * Andre Luís Lopes
505      - Update pt_BR (Brazilian Portuguese) translation.      - Update pt_BR (Brazilian Portuguese) translation.
506    * Bart Cornelis    * Bart Cornelis
507      - updated dutch translation      - updated dutch translation
# Line 215  base-installer (0.029) unstable; urgency Line 548  base-installer (0.029) unstable; urgency
548    * Matt Kraai    * Matt Kraai
549      - Update French translation, thanks to Michel Grentzinger (closes:      - Update French translation, thanks to Michel Grentzinger (closes:
550        #208588).        #208588).
551    * Teófilo Ruiz Suárez    * Teófilo Ruiz Suárez
552      - Revised Spanish translation      - Revised Spanish translation
553    
554   -- 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 229  base-installer (0.028) unstable; urgency Line 562  base-installer (0.028) unstable; urgency
562    
563  base-installer (0.027) unstable; urgency=low  base-installer (0.027) unstable; urgency=low
564    
565    * Add translation for Northern Saami (se.po), thanks to Børre Gaup.    * Add translation for Northern Saami (se.po), thanks to Børre Gaup.
566    * Stop the progress bar when kernel installation go wrong.    * Stop the progress bar when kernel installation go wrong.
567    * Javier Fernandez-Sanguino:    * Javier Fernandez-Sanguino:
568      - Updated Spanish translation and use proper quotes      - Updated Spanish translation and use proper quotes
# Line 242  base-installer (0.026) unstable; urgency Line 575  base-installer (0.026) unstable; urgency
575      - Updated de.po.  Patch from Maximilian Wilhelm.      - Updated de.po.  Patch from Maximilian Wilhelm.
576      - Updated nb.po.      - Updated nb.po.
577      - Added danish translation (da.po), thanks to Finn G. Larsen.      - Added danish translation (da.po), thanks to Finn G. Larsen.
578    * André Luís Lopes    * André Luís Lopes
579      - Update pt_BR.po.      - Update pt_BR.po.
580    * Bart Cornelis    * Bart Cornelis
581      - Updated duth translation      - Updated duth translation
# Line 255  base-installer (0.025) unstable; urgency Line 588  base-installer (0.025) unstable; urgency
588      - Add nl.po, thanks to Bart Cornelis.      - Add nl.po, thanks to Bart Cornelis.
589    * Alastair McKinstry    * Alastair McKinstry
590      - Add lv.po, thanks to Aigars Mahinovs      - Add lv.po, thanks to Aigars Mahinovs
591    * Martin Sjögren    * Martin Sjögren
592      - Implement progress bar thingy. (Closes: #180753)      - Implement progress bar thingy. (Closes: #180753)
593        This requires version >= 0.2.1 of debootstrap.        This requires version >= 0.2.1 of debootstrap.
594      - Bump standards version to 3.6.0      - Bump standards version to 3.6.0
595    * André Luís Lopes    * André Luís Lopes
596      - Update Brazilian Portuguese (pt_BR) debconf template translation.      - Update Brazilian Portuguese (pt_BR) debconf template translation.
597      - Run debconf-updatepo to feed more translatable strings to      - Run debconf-updatepo to feed more translatable strings to
598        translators.        translators.
# Line 320  base-installer (0.021) unstable; urgency Line 653  base-installer (0.021) unstable; urgency
653    * Make myself the uploader for this package.    * Make myself the uploader for this package.
654    * Upgrade standards-version from 3.5.2 to 3.5.9.    * Upgrade standards-version from 3.5.2 to 3.5.9.
655    * Cleanup in kernel-installer postinst.    * Cleanup in kernel-installer postinst.
656    * Added translation framework, and Norwegian Bokmål translation (nb.po).    * Added translation framework, and Norwegian BokmÃ¥l translation (nb.po).
657    * André Luís Lopes :    * André Luís Lopes :
658      - Added pt_BR debconf template translation.      - Added pt_BR debconf template translation.
659    
660   -- 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 448  base-installer (0.011) unstable; urgency Line 781  base-installer (0.011) unstable; urgency
781    
782  base-installer (0.010) unstable; urgency=low  base-installer (0.010) unstable; urgency=low
783    
784    * Martin Sjögren    * Martin Sjögren
785      - 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
786        changes files.        changes files.
787    

Legend:
Removed from v.6141  
changed lines
  Added in v.9328

  ViewVC Help
Powered by ViewVC 1.1.5