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