45f052168245701e0bca533d0c9f7b55c0f36aae
[debian/elilo] / debian / changelog
1 elilo (3.6-3.1) unstable; urgency=high
2
3   * Non-maintainer upload.
4   * High-urgency upload for RC bugfix.
5   * The check for new installs is broken, because apt-install elilo is
6     apparently not guaranteed to complete before the fstab is configured;
7     instead, check for the existence of /etc/elilo.conf to determine 
8     whether to run elilo on install.  Closes: #414419.
9   * Also fix a missing $ in the debconf config script that caused a syntax
10     error.
11
12  -- Steve Langasek <vorlon@debian.org>  Mon, 12 Mar 2007 03:44:09 -0700
13
14 elilo (3.6-3) unstable; urgency=high
15
16   * patch from Dann Frazier that adds an option to run /usr/sbin/elilo in 
17     the postinst using debconf, closes: #410362
18   * cranking the urgency since 410362 helps with a problem upgrading to etch
19     for systems that depend on elilo
20   * elilo.sh uses bash syntax, so use bash explicitly, closes: #385492
21
22  -- Bdale Garbee <bdale@gag.com>  Mon,  5 Mar 2007 16:26:32 -0700
23
24 elilo (3.6-2) unstable; urgency=low
25
26   * freshen gnu-efi build dependency version, closes: #355252
27   * patch from Alex Williamson that adds support to our elilo user space 
28     script for the vmm= option needed by Xen, closes: #350185
29    
30  -- Bdale Garbee <bdale@gag.com>  Sat,  1 Apr 2006 22:28:59 -0800
31
32 elilo (3.6-1) unstable; urgency=low
33
34   * new upstream version
35
36  -- Bdale Garbee <bdale@gag.com>  Mon,  9 Jan 2006 17:45:02 -0700
37
38 elilo (3.4pre5.2-2) unstable; urgency=low
39
40   * change section from base to admin to match override
41   * accept patch to fix syntax issue in elilo script, closes: #342639
42
43  -- Bdale Garbee <bdale@gag.com>  Fri,  9 Dec 2005 10:14:30 -0800
44
45 elilo (3.4pre5.2-1) unstable; urgency=low
46
47   * new upstream version 3.5-pre2, closes: #338185
48   * implement suggestion from Thibaut Varene to have elilo.so try to modprobe 
49     the efivars module before checking the environment for calling efibootmgr.
50   * update elilo.sh to always use relocatable on ia64 elilo.conf generation,
51     closes: #324067
52   * update debian/copyright to reflect upstream source move, closes: #341136
53
54  -- Bdale Garbee <bdale@gag.com>  Thu,  8 Dec 2005 10:13:58 -0800
55
56 elilo (3.4-9) unstable; urgency=low
57
58   * patch from upstream to fix problems when wrong -C param is provided,
59     closes: #238434
60   * if the --autoconf option is used on an SGI Altix system, add 'relocatable' 
61     to the resulting elilo.conf as per request from Jesse Barnes
62   * make elilo.sh replace tabs with spaces when copying elilo.conf to the 
63     system partition, as tabs kill old elilo.efi versions, closes: #279646
64   * patch from upstream to enlarge max textmenu size, closes: #273745
65
66  -- Bdale Garbee <bdale@gag.com>  Mon, 29 Nov 2004 02:38:12 -0700
67
68 elilo (3.4-7.sarge.1) testing; urgency=high
69
70   * build 3.4-8 in testing chroot for sarge
71   * update elilo.sh to know that efibootmgr can use /sys/firmware/efi/vars
72     as an alternative to /proc/efi/vars when used with 2.6 kernels
73   * urgency high since previous version fails to call efibootmgr with 
74     current 2.6 kernels
75
76  -- Bdale Garbee <bdale@gag.com>  Wed, 18 Aug 2004 09:09:32 -0600
77
78 elilo (3.4-8) unstable; urgency=high
79
80   * update elilo.sh to know that efibootmgr can use /sys/firmware/efi/vars
81     as an alternative to /proc/efi/vars when used with 2.6 kernels
82   * urgency high since previous version fails to call efibootmgr with 
83     current 2.6 kernels
84
85  -- Bdale Garbee <bdale@gag.com>  Wed, 18 Aug 2004 09:04:39 -0600
86
87 elilo (3.4-7) unstable; urgency=medium
88
89   * a patch in kernel 2.6.8-rc3 reverted in rc4 broke an NLS default we 
90     depended on.  This fix add options to the mount call in elilo.sh so we 
91     no longer care about the default, closes: #263484
92   * changes from David Weinehall to fix elilo.sh XSI:isms, closes: #256507
93
94  -- Bdale Garbee <bdale@gag.com>  Fri, 13 Aug 2004 17:16:07 -0600
95
96 elilo (3.4-6) unstable; urgency=high
97
98   * patch from Jeff Bailey to ease use of devfs and non-devfs enabled kernels,
99     closes: #232259
100
101  -- Bdale Garbee <bdale@gag.com>  Sat, 14 Feb 2004 22:21:36 -0700
102
103 elilo (3.4-5) unstable; urgency=high
104
105   * patch from Richard Hirst to allow elilo.sh to work with initrd kernels,
106     closes: #229016
107       - 'modprobe vfat' in case support isn't currently loaded
108       - include initrd= lines when generating a new .conf file, if
109         /etc/kernel-img.cong says do_initrd=yes
110       - when generating a new append= line, preserve only console=
111         from any existing kernel cmdline
112       - Add '-P' to 'df -k' calls, closes: #204423
113   * patch from Richard Hirst to avoid using the wrong initrd when elilo is
114     driven interactively, closes: #217595
115   * urgency set high because the d-i folk want this update in testing quickly
116
117  -- Bdale Garbee <bdale@gag.com>  Thu, 22 Jan 2004 09:34:16 -0700
118
119 elilo (3.4-4) unstable; urgency=low
120
121   * add i386 to list of supported architectures, build depend on a suitably
122     new version of gnu-efi to allow that to work, and change priority from 
123     standard to optional so elilo isn't installed by default on i386
124   * stop forcing use of gcc-3.2
125
126  -- Bdale Garbee <bdale@gag.com>  Thu, 23 Oct 2003 22:19:51 -0600
127
128 elilo (3.4-3) unstable; urgency=low
129
130   * minor patch from upstream to turn off a debugging output accidentally
131     left in the 3.4 release.
132
133  -- Bdale Garbee <bdale@gag.com>  Fri, 29 Aug 2003 21:35:46 -0600
134
135 elilo (3.4-2) unstable; urgency=low
136
137   * force use of gcc-3.2, since latest gcc yields an elilo.efi that won't 
138     boot on at least some systems, closes: #207547
139
140  -- Bdale Garbee <bdale@gag.com>  Fri, 29 Aug 2003 11:34:00 -0600
141
142 elilo (3.4-1) unstable; urgency=low
143
144   * new upstream version
145
146  -- Bdale Garbee <bdale@gag.com>  Thu, 21 Aug 2003 15:38:26 -0600
147
148 elilo (3.3a-3) unstable; urgency=low
149
150   * update the elilo shell script to handle SmartArray device naming
151
152  -- Bdale Garbee <bdale@gag.com>  Wed,  7 May 2003 21:30:53 -0600
153
154 elilo (3.3a-2) unstable; urgency=low
155
156   * apply patch from Richard Hirst to have the elilo shell script pay 
157     attention to /etc/kernel-img.conf if it exists.
158
159  -- Bdale Garbee <bdale@gag.com>  Wed,  5 Mar 2003 15:29:12 -0700
160
161 elilo (3.3a-1) unstable; urgency=low
162
163   * new upstream version, closes: #165957, #136862
164   * patch to elilo shell script from Dann Frazier to warn user that --force 
165     is now deprecated, closes: #141994
166   * patch to elilo shell script and rules from Dann Frazier to allow -V 
167     option to return the complete version, closes: #142027
168   * patch to elilo shell script from Richard Hirst that fixes problem with
169     whitespace matching in elilo.conf, closes: #146125
170   * add sys2ansi.pl script to the textmenu_chooser example directory since it
171     helps with developing new menu and help screens, closes: #144266
172
173  -- Bdale Garbee <bdale@gag.com>  Tue, 29 Oct 2002 20:03:27 -0700
174
175 elilo (3.2-2) unstable; urgency=high
176
177   * craft a reasonably complete elilo.8 man page from Richard's README.Debian
178     content
179   * craft a minimal eliloalt.8 man page that points to /usr/share/doc/elilo
180   * upload with high priority since ia64 b-f needs 3.2 or later in woody
181   * make elilo.efi not be marked executable since it isn't under Linux!
182
183  -- Bdale Garbee <bdale@gag.com>  Mon, 18 Mar 2002 16:22:26 -0700
184
185 elilo (3.2-1) unstable; urgency=low
186
187   * new upstream version, merge updates made by Richard Hirst
188   * new /usr/sbin/elilo script, general cleanup, handles GPT tables,
189     puts everything under /EFI/debian subdir, adds boot manager entry
190     after floppy and CD/DVD entries, if they exist
191   * added new tool /usr/sbin/eliloalt, see /usr/share/docs/elilo
192   * updated installed docs to match new upstream source
193   * add postinst query on upgrade from pre-3.2 version offering to rewrite
194     EFI partition and update boot manager entry to reflect structure changes.
195
196  -- Bdale Garbee <bdale@gag.com>  Thu, 14 Mar 2002 10:53:42 -0700
197
198 elilo (3.1-5) unstable; urgency=low
199
200   * ensure /proc is mounted for efiboot and autoconf options
201
202  -- Bdale Garbee <bdale@gag.com>  Thu, 15 Nov 2001 14:56:11 -0700
203
204 elilo (3.1-4) unstable; urgency=low
205
206   * integrate changes made by Richard Hirst:
207   * elilo can now handle '/' as a path seperator, so no need to modify
208     paths in elilo.conf
209   * record partition contents in .elilofiles, and only prompt before
210     reformatting on next run if contents have changed
211
212  -- Bdale Garbee <bdale@gag.com>  Thu,  8 Nov 2001 10:20:03 -0700
213
214 elilo (3.1-3) unstable; urgency=medium
215
216   * changes to elilo user space script from Richard Hirst to improve install
217     process on systems with serial consoles
218
219  -- Bdale Garbee <bdale@gag.com>  Mon, 29 Oct 2001 12:46:30 -0700
220
221 elilo (3.1-2) unstable; urgency=low
222
223   * add dependency on dosfstools since /sbin/elilo uses it to (re)generate
224     the EFI partition
225
226  -- Bdale Garbee <bdale@gag.com>  Thu, 30 Aug 2001 10:27:47 -0600
227
228 elilo (3.1-1) unstable; urgency=low
229
230   * new upstream version
231   * back out all Debian-specific changes I think are no longer relevant
232
233  -- Bdale Garbee <bdale@gag.com>  Tue, 21 Aug 2001 11:43:21 -0600
234
235 elilo (3.0-8) unstable; urgency=low
236
237   * add dependency on efibootmgr, since the user-space elilo script now
238     knows how to use it to configure EFI's boot manager
239
240  -- Bdale Garbee <bdale@gag.com>  Fri, 10 Aug 2001 13:38:55 -0600
241
242 elilo (3.0-7) unstable; urgency=low
243
244   * make the elilo script tolerant of the 'bootable' flag being set on the
245     EFI partition
246
247  -- Bdale Garbee <bdale@gag.com>  Thu,  9 Aug 2001 17:05:47 -0600
248
249 elilo (3.0-6) unstable; urgency=low
250
251   * fold in patch from Richard Hirst implementing changes as follows:
252   *   added README.elilo for /usr/sbin/elilo script
253   *   verify boot partition is type EFI
254   *   don't copy files that appear to be specified via EFI device path
255       (i.e. if image= or initrd= contains a ':')
256   *   run efibootmgr if requested (b-f does request it)
257   *   check boot partition is big enough before reformatting
258   *   include vmlinuz.old entry in elilo.conf, incase kernel-image
259       expects it
260
261  -- Bdale Garbee <bdale@gag.com>  Wed,  8 Aug 2001 13:51:10 -0600
262
263 elilo (3.0-5) unstable; urgency=low
264
265   * move elilo script from /sbin to /usr/sbin at Richard's request
266
267  -- Bdale Garbee <bdale@gag.com>  Fri,  3 Aug 2001 09:48:25 -0600
268
269 elilo (3.0-4) unstable; urgency=low
270
271   * fix from Stephane for problem where argument string is modified by
272     the loader.
273   * fix from Stephane for problem discovered by Richard typing return 
274     with no text at the elilo boot prompt
275   * change priority from important to standard
276
277  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Jul 2001 10:21:52 -0600
278
279 elilo (3.0-3) unstable; urgency=low
280
281   * make /sbin/elilo executable
282
283  -- Bdale Garbee <bdale@gag.com>  Thu, 19 Jul 2001 22:33:47 -0600
284
285 elilo (3.0-2) unstable; urgency=low
286
287   * fix for interactive use from linux-ia64 mailing list
288   * changes for recognising full device paths in elilo.conf from Richard
289     Hirst that may or may not be retained in the future.
290   * includes user-space elilo script used to create and populate EFI 
291     partitions during installations and updates
292
293  -- Bdale Garbee <bdale@gag.com>  Thu, 19 Jul 2001 15:43:59 -0600
294
295 elilo (3.0-1) unstable; urgency=low
296
297   * Initial release of elilo package since upstream split source away from
298     the gnu-efi package.
299
300  -- Bdale Garbee <bdale@gag.com>  Tue, 10 Jul 2001 13:20:28 -0600
301
302 Local variables:
303 mode: debian-changelog
304 End: