]> git.proxmox.com Git - grub2.git/blame - debian/changelog
* Add support to DEB_BUILD_OPTIONS=noopt. Thanks to Sam Morris
[grub2.git] / debian / changelog
CommitLineData
b06452a4 1grub2 (1.95+20070507-2) UNRELEASED; urgency=low
2
3 * Add support to DEB_BUILD_OPTIONS=noopt. Thanks to Sam Morris
4 <sam@robots.org.uk> for the patch. Closes: #423005.
5
6 -- Otavio Salvador <otavio@ossystems.com.br> Wed, 9 May 2007 09:45:51 -0300
7
0aabb8dd 8grub2 (1.95+20070507-1) unstable; urgency=low
9
cac03775 10 [ Robert Millan ]
0aabb8dd 11 * New CVS snapshot.
12 - patches/build_neq_src.diff: Remove (merged).
365e3558 13 * Fix debhelper files to ensure each package gets the right thing.
1133125b 14 * Enable gfxterm/unifont support.
6c11a0d2 15 * On grub-pc, if there's no core.img setup, create one (but do not
16 risk writing to MBR).
d6105ccd 17 * On grub-pc, if menu.lst is found, regenerate it to include our
18 core.img.
0aabb8dd 19
cac03775 20 [ Otavio Salvador ]
21 * Move debian/update-grub to debian/legacy/update-grub otherwise the
22 source gets messy.
23
24 -- Otavio Salvador <otavio@ossystems.com.br> Mon, 07 May 2007 18:48:14 -0300
0aabb8dd 25
255820f9 26grub2 (1.95+20070505.1-3) unstable; urgency=low
27
28 * Split postinst into grub2.postinst (with the transition warning) and
29 postinst.in, with update-grub invocation for grub-{pc,efi,of}.
30 - postinst.in
31 - grub2.postinst
32 - rules
33
34 -- Robert Millan <rmh@aybabtu.com> Sun, 6 May 2007 01:20:04 +0200
35
d5d38884 36grub2 (1.95+20070505.1-2) unstable; urgency=low
37
38 * Add EFI build of GRUB.
39 - control: Restructure to provide 3 packages: grub-pc (x86),
40 grub-efi (x86) and grub-of (powerpc).
41 - rules: Handle a separate build for each package.
42 - patches/build_neq_src.diff: Fix builddir == srcdir assumptions.
43 - patches/grub_probe_for_everyone.diff: New (superceds
44 powerpc_probe.diff). Enable grub-probe on powerpc and i386-efi.
45 - grub-install: Dummy informational grub-install for EFI.
46 - grub-efi.install: Installs it.
47
48 -- Robert Millan <rmh@aybabtu.com> Sun, 6 May 2007 00:23:56 +0200
49
1e0928a9 50grub2 (1.95+20070505.1-1) unstable; urgency=low
17aa47c3 51
1e0928a9 52 * New CVS snapshot.
17aa47c3 53 * patches/powerpc_probe.diff: Add partmap/gpt.c to grub-probe.
1e0928a9 54 * control (Architecture): Temporarily disable powerpc. Sorry, but runtime
55 is currently broken and we don't have the hardware to debug it. Will be
56 re-enabled in next upload.
17aa47c3 57
1e0928a9 58 -- Robert Millan <rmh@aybabtu.com> Sat, 5 May 2007 21:52:49 +0200
17aa47c3 59
5ffc0ad7 60grub2 (1.95+20070505-1) unstable; urgency=low
db2e8011 61
62 * New CVS snapshot.
eddf397b 63 - Improved grub.cfg parser. (Closes: #381215)
db2e8011 64 - patches/fix-grub-install.diff: Remove (merged).
f3329dc0 65 - control (Build-Depends): Remove libncurses5-dev (no longer needed).
eddf397b 66 - provides update-grub2. (Closes: #419151)
5ffc0ad7 67 - Supports GPT in PC/BIOS systems. (Closes: #409073)
cc88f529 68 * control (Build-Depends): Add gcc-multilib to fix FTBFS.
7b28ea52 69 * control (Description): Make it less scary, and more informative.
fcdcf133 70 * postinst: Run update-grub to ensure the latest improvements always are
71 applied.
1c13c136 72 * patches/powerpc_probe.diff: Attempt at making grub-probe build/install
73 on powerpc (and hopefuly update-grub).
db2e8011 74
5ffc0ad7 75 -- Robert Millan <rmh@aybabtu.com> Sat, 5 May 2007 01:49:07 +0200
db2e8011 76
3881b1d6 77grub2 (1.95-5) unstable; urgency=low
78
79 * Fix FTBFS on kFreeBSD. Thanks to Aurelien Jarno <aurel32@debian.org>
80 by providing the patch. Closes: #416408
81
82 -- Otavio Salvador <otavio@ossystems.com.br> Fri, 30 Mar 2007 19:20:48 -0300
83
99137f69 84grub2 (1.95-4) unstable; urgency=low
85
86 * Fix powerpc grub-install binary path. Closes: #402838
87
88 -- Otavio Salvador <otavio@ossystems.com.br> Thu, 22 Mar 2007 23:45:56 -0300
89
950f9676 90grub2 (1.95-3) unstable; urgency=low
5bfe2958 91
950f9676 92 [ Christian Perrier ]
5bfe2958 93 * Switch to po-debconf for debconf templates. Closes: #402972
0043fb95 94 * Depend on ${misc:Depends} and not "debconf" to allow cdebconf to be used
b9fb72a8 95 * Debconf translations:
96 - French
97 - Czech. Closes: #413327
83e09cc6 98 - Galician. Closes: #413323
99 - Swedish. Closes: #413325
100 - Portuguese. Closes: #413332
f6bda37a 101 - German. Closes: #413365
d99699ed 102 - Tamil. Closes: #413478
97255a32 103 - Russian. Closes: #413542
54e42fb8 104 - Italian. Closes: #413904
0e054971 105 - Romanian. Closes: #414443
5bfe2958 106
950f9676 107 -- Otavio Salvador <otavio@ossystems.com.br> Tue, 20 Mar 2007 23:46:38 -0300
5bfe2958 108
a7764ae2 109grub2 (1.95-2) unstable; urgency=low
bf8b20c2 110
a7764ae2 111 [ Robert Millan ]
bf8b20c2 112 * update-grub: Fix for Xen hypervisor entries, thanks Aaron Schrab.
113 (Closes: #394706)
104cf25b 114 * Transition to new numbering scheme for partitions. (Closes: #395019)
115 - update-grub: Don't substract 1 when converting partition device names to
9317f80c 116 grub drives.
117 - Add debconf warning explaining the situation.
e7a0f6d3 118 * Rewrite Architecture line back to hardcoded list :(. (Closes: #398060)
bf8b20c2 119
a7764ae2 120 -- Otavio Salvador <otavio@debian.org> Mon, 11 Dec 2006 05:08:41 -0200
bf8b20c2 121
359968c3 122grub2 (1.95-1) unstable; urgency=low
5638cc31 123
359968c3 124 * New upstream release.
5638cc31 125 - patches/03_revert_partition_numbering.diff: Delete (obsoleted).
126
127 -- Robert Millan <rmh@aybabtu.com> Sat, 14 Oct 2006 21:19:21 +0200
128
48e9e3e4 129grub2 (1.94+20061003-1) unstable; urgency=high
a6b165a5 130
ecceeead 131 * New CVS snapshot.
48e9e3e4 132
2199586b 133 [ Otavio Salvador ]
a6b165a5 134 * Change debhelper compatibility mode to 5:
135 - debian/compat: setted to 5;
7ce63b2f 136 * control (Build-Depends): Add lib32ncurses5-dev for ppc64.
137 Closes: #389873
48e9e3e4 138 * Set urgency=high since it's experimental stuff and tagged likewise. It
139 also solved a serious bug on PowerPC that leave users with a black
140 screen.
a6b165a5 141
2199586b 142 [ Robert Millan ]
143 * control (Depends): Add powerpc-ibm-utils for powerpc/ppc64.
e987491b 144 (Closes: #372186)
2199586b 145
48e9e3e4 146 -- Otavio Salvador <otavio@debian.org> Tue, 3 Oct 2006 16:49:32 -0300
a6b165a5 147
4463d700 148grub2 (1.94+20060926-1) unstable; urgency=high
06353262 149
a9f08873 150 * New CVS snapshot.
71b90bb5 151 - Command-line editting fix (Closes: #381214).
fcd02ac7 152 - Fixes runtime breakage on amd64 (not in BTS).
a9f08873 153 - Delete a few patches (merged).
71b90bb5 154
155 [ Robert Millan ]
156 * Set urgency=high. Might seem like a rush, but it can't possibly be worse than
157 1.94-5 (broken on systems that use udev, broken on amd64...).
ec521415 158 * Pure ppc64 support.
159 - control (Architecture): Add any-ppc64.
160 - control (Build-Depends): Add libc6-dev-powerpc [ppc64].
67bc9fcd 161 * rules: Remove moddep.lst install command (no longer needed).
fcd02ac7 162 * patches/03_revert_partition_numbering.diff: New. Revert a commit that
163 broke grub-probefs.
164b6290 164 * Add bug template to encourage sending upstream stuff directly to
165 upstream.
166 - presubj: New.
06353262 167
99aa95f4 168 [ Otavio Salvador ]
169 * Add XS-X-Vcs-Svn on control file and point it to our current svn
170 repository.
57c58e17 171 * Add cvs-snapshot to rules.
99aa95f4 172
4463d700 173 -- Otavio Salvador <otavio@debian.org> Tue, 26 Sep 2006 16:14:36 -0300
06353262 174
e7215d44 175grub2 (1.94-6) unstable; urgency=low
6126d481 176
177 [ Robert Millan ]
178 * update-grub: Set interpreter to /bin/bash to cope with non-POSIX
179 extensions. (mentioned in #361929)
3ecf0251 180 * patches/03_avoid_recursing_into_dot_static.diff: New. Avoid recursing into
181 dotdirs (e.g. ".static").
182 * patches/04_mkdevicemap_dont_assume_floppies.diff: New. Don't assume
183 /dev/fd0 exists when generating device.map.
6126d481 184
e7215d44 185 -- Otavio Salvador <otavio@debian.org> Thu, 14 Sep 2006 16:07:30 -0300
6126d481 186
7c6c18a5 187grub2 (1.94-5) unstable; urgency=low
acbaef33 188
189 [ Robert Millan ]
190 * control (Build-Depends): s/any-amd64/amd64 kfreebsd-amd64/g (this seems to
191 confuse buildds).
bffb6519 192 * 02_not_remove_menu_lst.patch: New patch. Skip menu.lst removal in
193 grub-install. (Closes: #372934)
acbaef33 194
7c6c18a5 195 -- Otavio Salvador <otavio@debian.org> Sun, 20 Aug 2006 12:02:13 -0300
acbaef33 196
d9737ac0 197grub2 (1.94-4) unstable; urgency=low
5c8152fc 198
6028872c 199 [ Otavio Salvador ]
5c8152fc 200 * 01_fix_amd64_building.patch: dropped since it now supports amd64
201 native building.
5b48b1dd 202 * Remove convert_kernel26 usage since it's not necessary anymore and due
203 initramfs-tools changes it's bug too.
7188e4dc 204
6028872c 205 [ Robert Millan ]
206 * Fork update-grub from grub legacy, and tweak a few commands in output to
207 make it work for grub2.
f532c944 208 * Update README.Debian.in with more recent (and easier) install instructions.
8e633c2d 209 * Add grub to Conflicts/Replaces. Too many commands with the same name,
210 even if they don't use the same path yet (but will likely do in the
211 future, see #361929).
73535602 212 * Get rid of control.in, which I introduced in 0.6+20040805-1 and turned out
213 to be an endless source of problems (and forbidden by policy as well).
445b33f5 214 * Fix FTBFS on amd64. Really closes: #372548.
5c8152fc 215
d9737ac0 216 -- Otavio Salvador <otavio@debian.org> Fri, 18 Aug 2006 15:38:25 -0300
5c8152fc 217
1a457530 218grub2 (1.94-3) unstable; urgency=low
219
220 * Fix FTBFS in amd64. Closes: 372548
221
222 -- Otavio Salvador <otavio@debian.org> Sat, 10 Jun 2006 19:57:01 -0300
223
5a1b207a 224grub2 (1.94-2) unstable; urgency=low
3d5b82c4 225
226 * Update grub images paths in README.Debian
ba75d2bb 227 * 01_fix_grub-install.patch: add to fix a problem with PowerPC
228 installation. Refs: #371069
dd5d5ff6 229 * Fix FTBFS in amd64. Closes: #370803
3d5b82c4 230
5a1b207a 231 -- Otavio Salvador <otavio@debian.org> Fri, 9 Jun 2006 09:29:40 -0300
3d5b82c4 232
0b825c6c 233grub2 (1.94-1) unstable; urgency=low
1a67e2a2 234
53a8ac0f 235 * New upstream release.
236 - Fix powerpc building. Closes: #370259
ba8166aa 237 - 01_fix_grub-install.patch: merged upstream.
057b1151 238 - Moved modules to /usr/lib/grub since they are architecture
239 dependent.
3d5e94cf 240 * Leave CDBS set debhelper compatibility level.
40843cc8 241 * Allow amd64 build to happen. Closes: #364956
c29d9567 242 * Enforce building in 32bits while running in x86_64 machines.
241498b5 243 * Update Standards version to 3.7.2. No changes need.
1a67e2a2 244
0b825c6c 245 -- Otavio Salvador <otavio@debian.org> Mon, 5 Jun 2006 12:49:09 -0300
1a67e2a2 246
65fe9821 247grub2 (1.93-1) unstable; urgency=low
b904bdaf 248
b815eb56 249 * New upstream release.
250 - Added support to PowerPC. Closes: #357853
b1eaf218 251 - 01_fix_grub-install.patch: rediff.
b904bdaf 252 * Update Standards version to 3.6.2. No changes need.
f6da03e2 253 * Start to use new dpkg architecture definition. Closes: #360134
b904bdaf 254
65fe9821 255 -- Otavio Salvador <otavio@debian.org> Sat, 1 Apr 2006 10:07:17 -0300
b904bdaf 256
413e6d6b 257grub2 (1.92-2) unstable; urgency=low
0140e306 258
259 * Add bison on build-depends field. Closes: #346178
29583fb2 260 * Add more fixes in 01_fix_grub-install.patch. Closes: #346177
0140e306 261
413e6d6b 262 -- Otavio Salvador <otavio@debian.org> Fri, 6 Jan 2006 09:48:08 -0200
0140e306 263
d72939bf 264grub2 (1.92-1) unstable; urgency=low
6019f349 265
c51c43dc 266 * New upstream release.
267 - Add support for GPT partition table format.
268 - Add a new command "play" to play an audio file on PC.
269 - Add support for Linux/ADFS partition table format.
270 - Add support for BASH-like scripting.
271 - Add support for Apple HFS+ filesystems.
fe081dbd 272 * 01_fix_grub-install.patch: Added. Fix grub-install to use
273 /bin/grub-mkimage instead of /sbin/grub-mkimage. Closes: #338824
f298d752 274 * Do not use CDBS tarball mode anymore. Closes: #344272
fe081dbd 275
f298d752 276 -- Otavio Salvador <otavio@debian.org> Thu, 5 Jan 2006 15:20:40 -0200
6019f349 277
32a6e6ce 278grub2 (1.91-0) unstable; urgency=low
fe54c31a 279
e73d694b 280 * New upstream release. Closes: #331211
fe54c31a 281 * debian/watch: added.
764e8ef1 282 * debian/control.in, debian/control: Add libncurses5-dev in
283 Build-Depends. Closes: #304638
284 * Remove Robert Millan as uploader;
285 * Add myself as uploader;
fe54c31a 286
32a6e6ce 287 -- Otavio Salvador <otavio@debian.org> Sat, 12 Nov 2005 16:35:18 -0200
fe54c31a 288
c38e4ead 289grub2 (0.6+20050203-2) unstable; urgency=low
290
291 * Disable for powerpc. Reportedly it fails to boot.
292
293 -- Robert Millan <rmh@debian.org> Fri, 4 Feb 2005 01:52:09 +0100
294
295grub2 (0.6+20050203-1) unstable; urgency=low
296
297 * New upstream snapshot.
298 * Install moddep.lst properly in a cpu-independant way. (Closes: #264115)
299 * Use cdbs debian/control autogeneration.
300 - Set DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes.
301 - Move control to control.in.
302 - Add a @cdbs@ tag and replace Architecture with Cpu/System.
303 * control.in (Build-Depends): Add ruby.
304
305 -- Robert Millan <rmh@debian.org> Thu, 3 Feb 2005 22:33:39 +0100
306
307grub2 (0.6+20040805-1) unstable; urgency=low
308
309 * New upstream snapshot.
310 * Uploading to unstable so that powerpc users can be blessed by GRUB too.
311 * Use type-handling to generate dpkg arch list.
312 - control.in
313 - rules
314
315 -- Robert Millan <rmh@debian.org> Thu, 5 Aug 2004 20:50:16 +0200
316
317grub2 (0.6+20040502-1) experimental; urgency=low
318
319 * New upstream snapshot.
320 - Fix FTBFS on powerpc.
321
322 -- Robert Millan <rmh@debian.org> Sun, 2 May 2004 18:16:29 +0200
323
324grub2 (0.6+20040429-1) experimental; urgency=low
325
326 * New upstream snapshot.
327 - control (Architecture): Add powerpc.
328
329 -- Robert Millan <rmh@debian.org> Thu, 29 Apr 2004 20:41:31 +0200
330
331grub2 (0.6+20031125-1) experimental; urgency=low
332
333 * New upstream snapshot.
334 - patches/multiboot.diff: Nuked.
335 - install,docs: Update directory name.
336 * control (Maintainer): Set to pkg-grub-devel mailing list.
337 * control (Uploaders): Add myself.
338 * control (Architecture): Add freebsd-i386 and netbsd-i386.
339
340 -- Robert Millan <rmh@debian.org> Tue, 25 Nov 2003 23:48:18 +0100
341
342grub2 (0.6+20031114-1) experimental; urgency=low
343
344 * New upstream snapshot.
345 - README.Debian: s/fat/ext2/g (We now have ext2fs support).
346 * Add multiboot support, thanks to Jeroen Dekkers for his patch.
347 - patches/multiboot.diff: New.
348 - control (Architecture): Add hurd-i386 (which needed multiboot).
349 * Rename package to grub2 (to follow upstream tendency).
350 - control: Ditto.
351 - README.Debian: Likewise.
352 * Switch to tarball mode.
353 - rules: Ditto.
354 - docs: Prefix paths in order to workaround dh_installdocs bug.
355 - install: Likewise, but not because of bug (should be in rules, actualy).
356 * Fix FTBFS. (Closes: #213868)
357 - control (Build-Depends): Add autoconf.
358 - control (Build-Conflicts): Add autoconf2.13.
359
360 -- Robert Millan <rmh@debian.org> Fri, 14 Nov 2003 13:16:12 +0100
361
362pupa (0.6+20031008-1) experimental; urgency=low
363
364 * New upstream snapshot.
365 * Uploading to experimental.
366 * debian/control: Add Jason Thomas to Uploaders.
367
368 -- Robert Millan <rmh@debian.org> Wed, 8 Oct 2003 13:22:50 +0000
369
370pupa (0.6+20030915-1) unstable; urgency=low
371
372 * Initial Release. (Closes: #211030)
373
374 -- Robert Millan <rmh@debian.org> Mon, 15 Sep 2003 14:58:42 +0000
375