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