/[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 5168 by andrelop, Sun Oct 19 16:02:58 2003 UTC revision 7387 by kmuto, Tue Jan 6 11:11:19 2004 UTC
# Line 1  Line 1 
1  base-installer (0.037) UNRELEASED; urgency=low  base-installer (0.050) UNRELEASED; urgency=low
2    
3      NB: Upload partconf version 0.20 a few days before this package!
4          This package fails with older versions..
5    
6      * Joey Hess
7        - Have debootstrap log to the d-i messages file.
8        - Change error templates to match.
9        - Remove downmainpkgs stuff; only used for slink deboostrapping.
10        - Switch over to a single, milti-stage progress bar for the entire
11          debootstrap run.
12        - Fixed typo that was preventing build with -Os.
13        - Remove the basesuccess note.
14        - Incorporated the apt setup and install steps into the same single
15          progress bar.
16        - Merged kernel-installer into base-installer so they can share a progress
17          bar.
18        - Updated to debhelper v4.
19        - Cleaned up the rules file.
20        - Remove Standards-Version, it's a udeb.
21        - Added some error templates left out due to the string freeze.
22        - Stop the progress bar when exiting on debootstrap error.
23        - busybox does provide uniq and sort -r now, so remove the dodgy calls to
24          the ones in /target.
25        - Move the apt-install queue flush to after kernel installation.
26          This way, if apt-install is used to install the kernel image and pcmcia
27          modules and they fail to install for some reason, and end up in the
28          apt-install queue, this does not result in apt-install installing them
29          when the kernel-image.conf is not properly set up.
30        - Refactored most of the code in the postinst, breaking it up into
31          subroutines for clarity.
32        - Use only one exit point for errors, and always stop the progress bar.
33        - apt-update is only used by this package, so inline it.
34      * Claus Hindsgaul
35        - Update da (Danish) translation.
36      * Kenshi Muto
37        - Install jfbterm and unifont when LANG=Japanese, Korean, Greek, Chinese
38        - Install console-cyrillic and console-terminus when LANG=Russian
39    
40     -- Joey Hess <joeyh@debian.org>  Wed, 31 Dec 2003 10:01:38 -0500
41    
42    base-installer (0.045) unstable; urgency=low
43    
44      * Ming Hua
45        - Initial Simplified Chinese translation (zh_CN.po)
46      * Bart Cornelis
47        - Merged Norwegian Nynorsk (nn.po) translation from skolelinux-cvs
48      * Giuseppe Sacco
49        - Corrected a typo in nn.po and ca.po (SUBSTO->SUBST0)
50      * Andre Dahlqvist
51        - Update Swedish translation (sv.po)
52    
53     -- Petter Reinholdtsen <pere@debian.org>  Wed, 31 Dec 2003 16:20:32 +0100
54    
55    base-installer (0.044) unstable; urgency=low
56    
57      * Bart Cornelis
58        - Merged Norwegian Bokmael (nb.po) translation from skolelinux-cvs
59      * Miguel Figueiredo
60        - Initial Portuguese translation. (pt.po)
61      * Peter Mann
62        - Update Slovak translation
63      * Giuseppe Sacco
64        - Italian translation update
65    
66     -- Joey Hess <joeyh@debian.org>  Thu, 25 Dec 2003 19:53:45 -0500
67    
68    base-installer (0.043) unstable; urgency=low
69    
70      * Bartosz Fenski
71        - Updated Polish (pl) translation.
72      * André Dahlqvist
73        - Update Swedish translation. (sv.po)
74      * David Martínez Moreno
75        - Updated a lot the Spanish translation (es.po) and converted it
76          to UTF-8.
77      * Konstantinos Margaritis
78        - Updated Greek translation (el.po)
79      * Joey Hess
80        - On i386, install a pcmcia-kernel-modules package to match the kernel
81          package.
82      * Peter Mann
83        - Updated Slovak translation. (sk.po)
84      * Giuseppe Sacco
85        - First italian translation by Stefano Melchior
86        - Update translation from Davide Meloni
87      * Dennis Stampfer
88        - Update translation by Jan Lübbe (de.po). Closes: #224278
89        - Update German translation (de.po)
90      * Kenshi Muto
91        - Add install code of language specific packages to postinst.
92        (Closes: Bug#224226)
93        - Update Japanese translation (ja.po)
94        - Apply kernel-img.conf configuration patch. (See Bug#223679)
95      * Bart Cornelis
96        - Updated Dutch translation (nl.po)
97      * Otavio Salvador
98        - Added the 'Finding package sizes' and 'Checking ...' in template
99        - Updated pt_BR (Brazilian Portuguese) translation
100      * Steinar H. Gunderson
101        - Updated Norwegian translation (nb.po).
102      * Kęstutis Biliūnas
103        - Updated Lithuanian translation (lt.po).
104      * Miroslav Kure
105        - Updated Czech translation (cs.po).
106      * Thiemo Seufer
107        - Improve error handling for the apt-install initrd-tools case.
108        - Use archdetect for the mips/mipsel kernel-installer.
109      * Ognyan Kulev
110        - Added/updated bulgarian translation (bg.po).
111      * Petter Reinholdtsen
112        - Update Norwegian Nynorsk (nn.po), thanks to Gaute Hvoslef Kvalnes.
113      * Claus Hindsgaul
114        - Update da (Danish) translation.
115      * Jure Cuhalev
116        - Added/updated slovenian translation (sl.po).
117      * Teófilo Ruiz Suárez
118        - Updated Spanish translation (es.po)
119    
120     -- Joey Hess <joeyh@debian.org>  Mon, 22 Dec 2003 14:00:22 -0500
121    
122    base-installer (0.042) unstable; urgency=low
123    
124      * Verok Istvan
125        - Initial Hungarian translation.
126      * Joey Hess
127        - mirror/distribution has changed to use symbolic release names,
128          so add a quick hack to convert these to code names. Getting the code
129          name from the Release file is not yet implemented.
130    
131     -- Joey Hess <joeyh@debian.org>  Fri, 12 Dec 2003 16:38:42 -0500
132    
133    base-installer (0.041) unstable; urgency=low
134    
135      * Peter Mann
136        - Initial Slovak translation (sk.po).
137      * Claus Hindsgaul
138        - Update da (Danish) translation.
139      * Petter Reinholdtsen
140        - Update nb.po.
141      * Konstantinos Margaritis
142        - Initial Greek translation (el.po).
143      * Christian Perrier
144        - Refined and standardized templates. Closes: #218992
145      * Safir ¿e¿erovi¿
146        - Updated Bosnian (bs) translation.
147      * Michel Grentzinger
148        - Update French translation.
149      * Miroslav Kure
150        - Update Czech translation.
151      * Bart Cornelis
152        - Updated Dutch translation (nl.po)
153      * Tommi Vainikainen
154        - Update Finnish translation.
155      * Steinar H. Gunderson
156        - Update nb.po.
157      * Bastian Blank
158        - remove di_log workaround
159      * Jordi Mallach
160        - Update Catalan translation.
161      * Kęstutis Biliūnas
162        - Updated Lithuanian translation.
163      * Kenshi Muto
164        - Update Japanese translation (ja.po)
165      * André Luís Lopes
166        - Update pt_BR (Brazilian Portuguese) translation.
167      * Thiemo Seufer
168        - Add support for mips, mipsel to kernel-installer.
169    
170     -- Joey Hess <joeyh@debian.org>  Tue,  9 Dec 2003 15:53:51 -0500
171    
172    base-installer (0.040) unstable; urgency=low
173    
174      * Joey Hess
175        - Change some base-installer templates to use "Retrieving packages"
176          etc instead of "Downloading", as the latter term is innaccurate
177          during eg, CDROM inatalls.
178      * Pierre Machard
179        - Run debconf-updatepo
180        - Update French translation
181      * Safir Secerovic, Amila Akagic
182        - Add Bosnian translation. (bs.po)
183      * Bart Cornelis
184        - Updated dutch translation
185      * André Luís Lopes
186        - Update pt_BR (Brazilian Portuguese) translation.
187      * Kenshi Muto
188        - Update Japanese translation (ja.po)
189      * K¿stutis Bili¿nas
190        - Update Lithuanian translation.
191      * Petter Reinholdtsen
192        - Update nb.po
193      * Michel Grentzinger
194        - Update French translation.
195      * Miroslav Kure
196        - Update Czech (cs.po) translation.
197      * Ilgiz Kalmetev
198        - Updated Russian translation. Closes: #219096.
199      * Tommi Vainikainen
200        - Update Finnish (fi.po) translation.
201    
202     -- Petter Reinholdtsen <pere@debian.org>  Fri,  7 Nov 2003 18:13:28 +0100
203    
204    base-installer (0.039) unstable; urgency=low
205    
206      * Gaudenz Steinlin
207        - kernel-installer.postinst:
208          replace /usr/bin/archdetect by /bin/archdetect
209      * Jure Cuhalev
210        - Added Slovenian translation. Closes: #214384.
211      * Claus Hindsgaul
212        - Update da (Danish) translation.
213    
214     -- Petter Reinholdtsen <pere@debian.org>  Sat,  1 Nov 2003 12:33:20 +0100
215    
216    base-installer (0.038) unstable; urgency=low
217    
218      * Tommi Vainikainen
219        - Add Finnish (fi.po) translation
220      * Bart Cornelis
221        - Update dutch translation (nl.po)
222      * Petter Reinholdtsen
223        - Fix progress text, add forgotten KERNEL subst.
224      * Pierre Machard
225        - Improve French translation [Christian Perrier].
226        - Update French po-debconf translation [Michel Grentzinger].
227      * Miroslav Kure
228        - Update Czech translation (cs.po).
229      * Matt Kraai
230        - Default to an SMP kernel if there are multiple CPUs.
231      * Kenshi Muto
232        - Update Japanese translation (ja.po)
233      * K¿stutis Bili¿nas
234        - Update Lithuanian translation (lt.po).
235    
236     -- Petter Reinholdtsen <pere@debian.org>  Fri, 24 Oct 2003 16:21:44 +0200
237    
238    base-installer (0.037) unstable; urgency=low
239    
240    * Petter Reinholdtsen    * Petter Reinholdtsen
241      - Corrected template text for error dialog used when kernel      - Corrected template text for error dialog used when kernel
242        installation fail.        installation fail.
243        - Updated nb.po.
244        - Avoid setting default kernel to a kernel package that is
245          not available.
246    * André Luís Lopes    * André Luís Lopes
247      - Updated pt_BR (Brazilian Portuguese) translation.      - Updated pt_BR (Brazilian Portuguese) translation.
248    
249   -- Petter Reinholdtsen <pere@debian.org>  Sun, 19 Oct 2003 10:26:32 +0200   -- Petter Reinholdtsen <pere@debian.org>  Sun, 19 Oct 2003 23:12:00 +0200
250    
251  base-installer (0.036) unstable; urgency=low  base-installer (0.036) unstable; urgency=low
252    
# Line 25  base-installer (0.036) unstable; urgency Line 265  base-installer (0.036) unstable; urgency
265      - Change ppcdetect to archdetect and corresponding CASEs      - Change ppcdetect to archdetect and corresponding CASEs
266    * Christian Perrier    * Christian Perrier
267      - Improve French translation.      - Improve French translation.
268    * Kęstutis Biliūnas    * K¿stutis Bili¿nas
269      - Add Lithuanian translation (lt.po).      - Add Lithuanian translation (lt.po).
270    
271   -- 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

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

  ViewVC Help
Powered by ViewVC 1.1.5