]> git.proxmox.com Git - grub2.git/blob - debian/changelog
509adf9dcdbf56f6c2084ed7ce38f18617cfa2f5
[grub2.git] / debian / changelog
1 grub2 (2.02~beta2-33) UNRELEASED; urgency=medium
2
3 * Cherry-picks to better handle TFTP timeouts on some arches: (LP: #1521612)
4 - (7b386b7) efidisk: move device path helpers in core for efinet
5 - (c52ae40) efinet: skip virtual IP devices when enumerating cards
6 - (f348aee) efinet: enable hardware filters when opening interface
7
8 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Thu, 03 Dec 2015 11:01:36 -0500
9
10 grub2 (2.02~beta2-32) unstable; urgency=medium
11
12 [ Mathieu Trudel-Lapierre ]
13 * Cherry-pick patch to add SAS disks to the device list from the ofdisk
14 module. (LP: #1517586)
15
16 [ dann frazier ]
17 * Cherry-pick patch to open Simple Network Protocol exclusively.
18 (LP: #1508893)
19
20 [ Linn Crosetto ]
21 * Install arm64 signed images if UEFI Secure Boot is enabled (closes:
22 #806178).
23
24 -- Colin Watson <cjwatson@debian.org> Wed, 25 Nov 2015 16:07:21 +0000
25
26 grub2 (2.02~beta2-31) unstable; urgency=medium
27
28 * Cherry-pick upstream patch to fix XFS alignment treatment.
29 * Cherry-pick upstream patch to fix XFS handling of symlink with
30 crc-enabled filesystem.
31
32 -- Colin Watson <cjwatson@debian.org> Thu, 05 Nov 2015 15:08:03 +0000
33
34 grub2 (2.02~beta2-30) unstable; urgency=medium
35
36 [ dann frazier ]
37 * arm64/setjmp: Add missing license macro. (LP: #1459871)
38
39 [ Colin Watson ]
40 * Cherry-pick upstream patches for XFS v5 support (closes: #772565).
41
42 -- Colin Watson <cjwatson@debian.org> Thu, 05 Nov 2015 12:30:27 +0000
43
44 grub2 (2.02~beta2-29) unstable; urgency=medium
45
46 [ Linn Crosetto ]
47 * Clean up docs, mpi, and other files (closes: #798607).
48
49 [ dann frazier ]
50 * progress: avoid NULL dereference for net files. (LP: #1459872)
51
52 -- Colin Watson <cjwatson@debian.org> Tue, 13 Oct 2015 23:36:46 +0100
53
54 grub2 (2.02~beta2-28) unstable; urgency=medium
55
56 * Reduce the CFLAGS -O3 default on Ubuntu ppc64el to -O2; it introduces
57 various -Werror failures and isn't worth it here.
58
59 -- Colin Watson <cjwatson@debian.org> Sun, 06 Sep 2015 01:25:56 +0100
60
61 grub2 (2.02~beta2-27) unstable; urgency=medium
62
63 [ Felix Zielcke ]
64 * Remove Robert Millan from Uploaders with his permission. Thanks for
65 all the work he did for GRUB 2!
66 * Stop forcing gcc-4.9 for building.
67 * Update to Policy 3.9.6.
68 * Update the Browser URL for our git repository.
69 * Use dpkg-buildflags at least for the host binaries.
70 * Simplify Build-Depends.
71
72 [ Colin Watson ]
73 * Go back to forcing a particular compiler version, but this time gcc-5.
74 The reason for this is that new compiler versions often make slight
75 changes to the size of compiled code which break delicate parts of GRUB,
76 and we want to make sure that we test newer versions before switching to
77 them.
78 * Make builds that are not limited to architecture-dependent packages
79 (i.e. dpkg-buildpackage -b) work on non-x86 architectures (closes:
80 #744954).
81
82 [ Mathieu Trudel-Lapierre ]
83 * debian/build-efi-images: Look for grub.cfg in $cmdpath too in
84 gcdx64.efi, to simplify embedded scenarios: putting a grub.cfg snippet
85 that loads the right "real" grub.cfg can be useful. (LP: #1468111)
86 * debian/patches/uefi_firmware_setup.patch: Take into account that the
87 UEFI variable OsIndicationsSupported is a bit field, and as such should
88 be compared as hex values in 30_uefi-firmware.in. (LP: #1456911)
89 * Update quick boot logic to handle abstractions for which there is no
90 write support. (LP: #1274320)
91
92 [ dann frazier ]
93 * d/p/arm64-set-correct-length-of-device-path-end-entry.patch: Fixes
94 booting arm64 kernels on certain UEFI implementations. (LP: #1476882)
95
96 [ Debconf translations ]
97 * [lv] Latvian (Rudolfs Mazurs; closes: #777648).
98
99 -- Colin Watson <cjwatson@debian.org> Fri, 04 Sep 2015 12:35:59 +0100
100
101 grub2 (2.02~beta2-26) unstable; urgency=medium
102
103 [ William Grant ]
104 * Fix linuxefi module to be included on x86_64-efi rather than amd64-efi.
105 amd64-efi isn't a thing. (LP: #1464959)
106
107 [ Steven Chamberlain ]
108 * Recognise Xen xbd and KVM virtio disks on kFreeBSD (closes: #786621).
109
110 -- Colin Watson <cjwatson@debian.org> Sun, 14 Jun 2015 10:02:19 +0100
111
112 grub2 (2.02~beta2-25) unstable; urgency=medium
113
114 * Build-depend on dosfstools and mtools on arm64 as well as amd64.
115
116 -- Colin Watson <cjwatson@debian.org> Fri, 12 Jun 2015 12:29:19 +0100
117
118 grub2 (2.02~beta2-24) unstable; urgency=medium
119
120 [ Mathieu Trudel-Lapierre ]
121 * Fix handling of --disk-module option (cherry-pick from fa335308).
122 (Closes: #746596, LP: #1309735)
123 * Fix double-free of LV names for mdraid (cherry-pick from fc535b32).
124 (LP: #1330963)
125
126 [ dann frazier ]
127 * Build image tarball on arm64
128 * Only include linuxefi module in images for amd64. This module doesn't
129 exist on other platforms like arm64, where GRUB chainloads to the kernel
130 EFI stub.
131
132 [ Paulo Flabiano Smorigo ]
133 * powerpc: Add a flag to avoid unnecessary optimizations (like vsx)
134 (LP: #1459706).
135
136 -- Colin Watson <cjwatson@debian.org> Thu, 11 Jun 2015 17:08:09 +0100
137
138 grub2 (2.02~beta2-23) unstable; urgency=medium
139
140 [ Debconf translations ]
141 * [da] Danish (Joe Dalton; closes: #781333).
142
143 [ Felix Zielcke ]
144 * Run the tests with LC_MESSAGES=C.UTF-8. Some tests fail with non
145 english locale. (Closes: #782580)
146
147 [ Mathieu Trudel-Lapierre ]
148 * Backport from upstream:
149 - arp, icmp: Fix handling in case of oversized or invalid packets.
150 (LP: #1428005)
151
152 [ Robie Basak ]
153 * Change the default GRUB_RECORDFAIL_TIMEOUT to 30, so interactive users
154 still get the opporunity to intervene after a real boot failure, but
155 headless users will not end up stuck after boot failures that were
156 really power failures (closes: #782552, LP: #1443735).
157
158 -- Colin Watson <cjwatson@debian.org> Thu, 14 May 2015 16:18:33 +0100
159
160 grub2 (2.02~beta2-22) unstable; urgency=medium
161
162 * Make grub-common's Suggests on grub-emu architecture-specific, to
163 quieten debcheck.
164 * Remove unnecessary feature test macros from hostfs, to fix building with
165 glibc 2.20.
166 * Backport from upstream:
167 - Fix UEFI boot failure with some firmware that returns incorrect paths
168 (closes: #735960).
169
170 -- Colin Watson <cjwatson@debian.org> Mon, 23 Mar 2015 15:30:15 +0000
171
172 grub2 (2.02~beta2-21) unstable; urgency=medium
173
174 [ Mathieu Trudel-Lapierre ]
175 * Fix overlap check in check_blocklists for load_env (backported patch
176 from upstream commit 1f6af2a9; LP: #1311247).
177
178 [ Steve McIntyre ]
179 * Add support for running a 64-bit Linux kernel on a 32-bit EFI (closes:
180 #775202).
181
182 [ Colin Watson ]
183 * Use mtmsr rather than mtmsrd in ppc64el-disable-vsx.patch, since the
184 "VSX Available" bit is in the lower half of the MSR anyway, and mtmsrd
185 faults on 32-bit systems (closes: #776400).
186
187 -- Colin Watson <cjwatson@debian.org> Tue, 27 Jan 2015 20:37:04 +0000
188
189 grub2 (2.02~beta2-20) unstable; urgency=medium
190
191 [ Colin Watson ]
192 * Generate alternative init entries in advanced menu (closes: #757298,
193 #773173).
194 * When configuring grub-pc, copy unicode.pf2 to /boot/grub/ even if
195 /boot/grub/grub.cfg does not exist yet; this matches the behaviour of
196 grub-efi-* (thanks, Luca Capello; closes: #617196).
197
198 [ Debconf translations ]
199 * [fi] Finnish (Timo Jyrinki; closes: #774060).
200 * [mr] Marathi (sampada nakhare; closes: #773901).
201
202 -- Colin Watson <cjwatson@debian.org> Sat, 03 Jan 2015 12:39:52 +0000
203
204 grub2 (2.02~beta2-19) unstable; urgency=medium
205
206 [ Steve McIntyre ]
207 * Handle case insensitivity of VFAT filesystem on /boot/EFI when installing
208 extra cpoy of grub-efi to the removable media path
209 /boot/efi/EFI/BOOT/BOOT$ARCH.EFI (Closes: #773092)
210 * Make the force_efi_extra_removable debconf prompt only show up when
211 configuring grub-*efi*. Closes: #773004
212
213 [ Ian Campbell ]
214 * Improvements to English wording of new debconf template from Justin B Rye.
215 * Add debian/README.source.
216
217 [ Debconf translations ]
218 * [eu] Basque (Iñaki Larrañaga Murgoitio, Closes: #772946)
219 * [be] Belarusian (Viktar Siarheichyk, Closes: #773054)
220 * [pt_BR] Brazilian Portuguese (Adriano Rafael Gomes, Closes: #773682)
221 * [bg] Bulgarian (Damyan Ivanov, Closes: #772878)
222 * [cs] Czech (Miroslav Kure, Closes: #772924)
223 * [nl] Dutch (Frans Spiesschaert, Closes: 773637)
224 * [eo] Esperanto (Felipe Castro, Closes: #773096)
225 * [fi] Finnish (Timo Jyrinki, Closes: #772921)
226 * [fr] French (Christian PERRIER, Closes: #772771)
227 * [de] German (Martin Eberhard Schauer, Closes: #773664)
228 * [el] Greek (Panagiotis Georgakopoulos, Closes: #773068)
229 * [he] Hebrew (Omer Zak, Closes: #773377)
230 * [is] Icelandic (Sveinn í Felli, Closes: #772922)
231 * [it] Italian (Luca Monducci, Closes: #773553)
232 * [kk] Kazakh (Baurzhan Muftakhidinov, Closes: #772916)
233 * [lt] Lithuanian (Rimas Kudelis, Closes: #773060)
234 * [pl] Polish (Łukasz Dulny, Closes: #772930)
235 * [ro] Romanian (Andrei POPESCU, Closes: #773349)
236 * [ru] Russian (Yuri Kozlov, Closes: #773211)
237 * [sl] Slovenian (Vanja Cvelbar, Closes: #773508)
238 * [es] Spanish (Manuel "Venturi" Porras Peralta, Closes: #773222)
239 * [sv] Swedish (Martin Bagge & Anders Jonsson, Closes: 773208)
240 * [th] Thai (Theppitak Karoonboonyanan, Closes: #773160)
241 * [zh_TW] Traditional Chinese (Vincent W. Chen, Closes: #773418)
242 * [tr] Turkish (Mert Dirik, Closes: #773666)
243
244 -- Ian Campbell <ijc@debian.org> Mon, 22 Dec 2014 11:55:33 +0000
245
246 grub2 (2.02~beta2-18) unstable; urgency=medium
247
248 [ Steve McIntyre ]
249 * Add support for forcing an extra copy of grub-efi to the removable
250 media path /boot/efi/EFI/BOOT/BOOT$ARCH.EFI (#767037)
251
252 [ Ian Campbell ]
253 * Add myself to Uploaders.
254
255 -- Ian Campbell <ijc@debian.org> Mon, 08 Dec 2014 08:38:38 +0000
256
257 grub2 (2.02~beta2-17) unstable; urgency=medium
258
259 [ Colin Watson ]
260 * Fix up some pointer-to-integer casts in linuxefi so that it can build on
261 i386-efi.
262 * Backport from upstream:
263 - Fix typo (gettext_print instead of gettext_printf) (LP: #1390766).
264
265 [ Ian Campbell ]
266 * Correct syntax error in grub-xen-host bootstrap configuration file.
267 * Log failure when grub-install fails in postinst, rather than failing the
268 entire postinst. (Closes: #770412)
269 * Arrange to insmod xzio and lzopio when booting a kernel as a Xen guest.
270 (Closes: #755256)
271
272 -- Ian Campbell <ijc@debian.org> Sun, 30 Nov 2014 17:15:21 +0000
273
274 grub2 (2.02~beta2-16) unstable; urgency=medium
275
276 [ Ian Campbell ]
277 * Provide prebuilt grub-xen binaries for host use in a new grub-xen-host
278 package.
279 * Build/Install binaries into /boot/xen when installing grub-xen.
280
281 -- Ian Campbell <ijc@debian.org> Thu, 06 Nov 2014 13:32:01 +0000
282
283 grub2 (2.02~beta2-15) unstable; urgency=medium
284
285 * Disable nvram installation again on chrp_ibm machines that are emulated
286 by qemu; that doesn't have nvram devices so the nvram utility inevitably
287 fails.
288
289 -- Colin Watson <cjwatson@debian.org> Wed, 15 Oct 2014 21:34:02 +0100
290
291 grub2 (2.02~beta2-14) unstable; urgency=medium
292
293 * On architectures without a real GRUB port, just build the utilities.
294 This makes tools such as grub-probe and grub-fstest available
295 everywhere, and makes grub-mount available on all Linux and kFreeBSD
296 architectures.
297 * Remove .MIPS.abiflags section from images (thanks, Jurica Stanojkovic,
298 although I used a slightly simpler approach; closes: #762307).
299 * Include a text attribute reset in the clear command for ppc
300 (LP: #1295255).
301 * Disable VSX instruction on powerpc startup to fix booting on ppc64el.
302 * Stop adding a CHRP note on chrp_ibm machines, since that apparently
303 breaks PowerVM and isn't needed on other machine types as far as we can
304 tell (LP: #1334793).
305 * Refactor flicker-free-boot configuration in debian/rules to reduce
306 duplication.
307 * Disable flicker-free-boot on Ubuntu ppc64el for now, as it isn't needed
308 there and causes too many problems (LP: #1338471).
309 * Use nvram rather than nvsetenv on chrp_ibm machines, since that tool is
310 better-supported and copes with such things as nvram being missing in
311 qemu.
312 * Remove brace-expansion from the postrm, and switch the preinst and
313 postrm to /bin/sh (closes: #762940).
314 * On ppc64el, look for a PReP partition and install the core image to the
315 first one if found. For now this is done by borrowing prep-bootdev.c
316 from grub-installer, incurring a dependency on libparted.
317
318 -- Colin Watson <cjwatson@debian.org> Fri, 26 Sep 2014 18:05:15 +0100
319
320 grub2 (2.02~beta2-13) unstable; urgency=medium
321
322 * Drop gcc-4.9-multilib build-dependency on ppc64el again.
323
324 -- Colin Watson <cjwatson@debian.org> Fri, 19 Sep 2014 20:30:31 +0100
325
326 grub2 (2.02~beta2-12) unstable; urgency=medium
327
328 [ Colin Watson ]
329 * Point Vcs-* fields back at master.
330 * Support grub-emu on x32 (closes: #760428).
331 * Adjust packaging for x32:
332 - Build-depend on cpio on x32 as well.
333 - Make grub-efi-ia32-bin and grub-efi-amd64-bin depend on efibootmgr on
334 any Linux architecture for which they are built (in practice, adding
335 x32).
336 - Build grub-mount-udeb on x32 as well.
337 - Add Lintian binary-from-other-architecture overrides where
338 appropriate.
339 * Apply patches from Paulo Flabiano Smorigo to allow building a 32-bit
340 big-endian loader on ppc64el using -m32 -mbig-endian, replacing the
341 cross-compiler hack.
342
343 [ Ian Campbell ]
344 * Add dependency on efibootmgr to grub-efi-{arm,arm64}-bin.
345
346 -- Colin Watson <cjwatson@debian.org> Fri, 19 Sep 2014 15:19:26 +0100
347
348 grub2 (2.02~beta2-11) unstable; urgency=medium
349
350 * Force grub-pc/mixed_legacy_and_grub2 to be reshown, rather than failing
351 when it was already seen (closes: #749571).
352 * Build with GCC 4.9 (closes: #748003).
353 * Build for sparc64 (closes: #753784).
354 * Fix an infinite loop in grub-mkconfig when kernel paths contain regex
355 metacharacters. Thanks to Heimo Stranner for the report.
356 * On upgrade, if we find that one of the install devices no longer exists,
357 ask the debconf question at priority critical rather than high.
358
359 -- Colin Watson <cjwatson@debian.org> Thu, 24 Jul 2014 09:11:31 +0100
360
361 grub2 (2.02~beta2-10) unstable; urgency=medium
362
363 [ Colin Watson ]
364 * Add the true module to the signed image, since 05_debian_theme uses it.
365 Thanks to Dimitri John Ledkov for the report.
366 * Limit test suite parallelisation to 1; the test suite seems to have some
367 isolation problems at higher levels at the moment (closes: #746856).
368 * Simplify override_dh_install a bit.
369 * Backport patches from upstream to make the network stack more responsive
370 on busy networks (LP: #1314134).
371
372 [ Dimitri John Ledkov ]
373 * Add support for nvme device in grub-mkdevicemap (closes: #746396,
374 LP: #1275162).
375
376 [ Debconf translations ]
377 * Korean (Changwoo Ryu, closes: #745559).
378
379 -- Colin Watson <cjwatson@debian.org> Thu, 08 May 2014 11:13:48 +0100
380
381 grub2 (2.02~beta2-9) unstable; urgency=medium
382
383 * Backport from upstream:
384 - Tolerate devices with no filesystem UUID returned by os-prober
385 (LP: #1287436).
386
387 -- Colin Watson <cjwatson@debian.org> Thu, 10 Apr 2014 17:34:44 +0100
388
389 grub2 (2.02~beta2-8) unstable; urgency=medium
390
391 [ Colin Watson ]
392 * Backport from upstream:
393 - ieee1275: check for IBM pseries emulated machine.
394 - Fix partmap, cryptodisk, and abstraction handling in grub-mkconfig
395 (closes: #735935).
396 - btrfs: fix get_root key comparison failures due to endianness.
397 * Build-depend on automake (>= 1.10.1) to ensure that it meets configure's
398 requirements (LP: #1299041).
399 * When installing an image for use with UEFI Secure Boot, generate a
400 load.cfg even if there are no device abstractions in use (LP: #1298399).
401
402 [ Jon Severinsson ]
403 * Add Tanglu support, as in Debian except:
404 - Enable splash screen by default (as Ubuntu)
405 - Enable quiet and quick boot (as Ubuntu)
406 - Enable the grub-common init script (as Ubuntu)
407 - Enable dynamic gfxpayload (as Ubuntu)
408 - Enable vt handover (as Ubuntu)
409 - Use monochromatic theme by default (as Ubuntu)
410 - Use Tanglu GRUB wallpaper by default.
411
412 -- Colin Watson <cjwatson@debian.org> Mon, 31 Mar 2014 16:30:37 +0100
413
414 grub2 (2.02~beta2-7) experimental; urgency=medium
415
416 * Fix shift-held-down test not to clear other modifier key states
417 (LP: #843804).
418 * Explicitly pass an appropriate --target to grub-install in the postinst
419 (suggested by Jordan Uggla).
420 * Backport from upstream:
421 - Use bootaa64.efi instead of bootaarch64.efi on arm64 to comply with
422 EFI specification. Also use grubaa64.efi for consistency.
423
424 -- Colin Watson <cjwatson@debian.org> Mon, 10 Mar 2014 13:39:33 +0000
425
426 grub2 (2.02~beta2-6) experimental; urgency=medium
427
428 * Install bootinfo.txt and grub.chrp into grub-ieee1275-bin on powerpc and
429 ppc64el.
430 * Port yaboot logic to improve installation for various powerpc machine
431 types.
432 * Improve parsing of /etc/default/grub.d/*.cfg in C utilities
433 (LP: #1273694).
434 * Run grub-install on install or upgrade on grub-ieee1275/ppc64el.
435
436 -- Colin Watson <cjwatson@debian.org> Tue, 28 Jan 2014 23:50:55 +0000
437
438 grub2 (2.02~beta2-5) experimental; urgency=medium
439
440 * Add a number of EFI debugging commands to the signed image (lsefi,
441 lsefimmap, lsefisystab, lssal).
442 * Add gfxterm_background to the signed image so that background_image
443 works in UEFI Secure Boot mode. Thanks to syscon-hh for the report.
444
445 -- Colin Watson <cjwatson@debian.org> Mon, 27 Jan 2014 10:03:00 +0000
446
447 grub2 (2.02~beta2-4) experimental; urgency=medium
448
449 * Remove redundant build-dependencies on autoconf and automake, covered by
450 dh-autoreconf.
451 * In --enable-quick-boot mode, restore previous behaviour of using a
452 hidden timeout if GRUB_HIDDEN_TIMEOUT=0 (thanks to Sebastien Bacher for
453 the report).
454 * Disable cpio test on kFreeBSD again for now; it fails within cpio itself
455 with "field width not sufficient for storing rdev minor".
456 * Copy shim.efi.signed to the correct path in UEFI Secure Boot mode.
457 Thanks to syscon-hh for the report.
458
459 -- Colin Watson <cjwatson@debian.org> Mon, 20 Jan 2014 15:53:36 +0000
460
461 grub2 (2.02~beta2-3) experimental; urgency=medium
462
463 * Pass VERBOSE=1 when running tests so that Automake will print test logs
464 on failure.
465 * Adjust Vcs-* fields to indicate the experimental branch.
466 * Build-depend on cpio on architectures where we run the test suite, for
467 tests/cpio_test.in.
468 * Ignore EPERM when modifying kern.geom.debugflags on FreeBSD, fixing
469 tests.
470
471 -- Colin Watson <cjwatson@debian.org> Fri, 17 Jan 2014 10:50:40 +0000
472
473 grub2 (2.02~beta2-2) experimental; urgency=medium
474
475 * Convert patch handling to git-dpm.
476 * Add bi-endian support to ELF parser (Tomohiro B Berry).
477 * Adjust restore_mkdevicemap.patch to mark get_kfreebsd_version as static,
478 to appease "gcc -Werror=missing-prototypes".
479 * Cherry-pick from upstream:
480 - Change grub-macbless' manual page section to 8.
481 * Install grub-glue-efi, grub-macbless, grub-render-label, and
482 grub-syslinux2cfg.
483 * grub-shell: Pass -no-pad to xorriso when building floppy images.
484
485 -- Colin Watson <cjwatson@debian.org> Thu, 16 Jan 2014 15:18:04 +0000
486
487 grub2 (2.02~beta2-1) experimental; urgency=low
488
489 * New upstream beta release.
490 * Drop qemu-utils build-dependency; the test suite no longer uses
491 qemu-img.
492 * Build grub-common, grub2-common, grub-themes-starfield, and grub-mount
493 on ARM and ARM64 architectures.
494 * Install grub-mkrescue in grub-common on all architectures.
495 * Make grub-efi-ia32, grub-efi-amd64, and grub-efi-ia64 conflict with
496 elilo.
497 * Adjust the postinst of grub-efi-ia64, grub-efi-arm, and grub-efi-arm64
498 to keep the EFI System Partition up to date with grub-install after it
499 has been run once, like grub-efi-ia32 and grub-efi-amd64 already do.
500 * Regularise indentation of "recordfail" in /etc/grub.d/10_linux.
501 * Add alpha.gnu.org to debian/watch, for pre-releases.
502 * Add OpenPGP signature checking configuration to watch file.
503 * Drop mkconfig_skip_dmcrypt.patch; it breaks GRUB_ENABLE_CRYPTODISK=y,
504 which is a better fix for the original problem (closes: #732245).
505 * Fix mismerge of mkconfig_loopback.patch.
506 * Build for ppc64el, using a powerpc cross-compiler at least for now.
507 * Don't run gettext_strings_test; this test is mainly useful as an
508 upstream maintenance check.
509 * Silence warning if /usr/share/locale-langpack does not exist (closes:
510 #732595).
511 * Remove debian/grub-common.preinst, superseded by .maintscript files.
512 * Install grub-file in grub-common.
513 * Fix crash due to pointer confusion in grub-mkdevicemap, introduced while
514 converting away from nested functions in 2.00+20131208-1.
515
516 -- Colin Watson <cjwatson@debian.org> Thu, 26 Dec 2013 00:52:47 +0000
517
518 grub2 (2.00+20131208-1) experimental; urgency=low
519
520 * New upstream snapshot.
521 - Skip issuing cursor on/off sequences on Macs (closes: #683068).
522 - Move grub-mknetdir to /usr/bin (closes: #688799).
523 - Apply program name transformations at build-time rather than at
524 run-time (closes: #696465).
525 - Add info documentation for grub-mount (closes: #666427).
526 - Clean up dangling references to grub-setup (LP: #1082045).
527 - Avoid installing to sectors matching the signature of an Acer
528 registration utility with several sightings in the wild (LP: #987022).
529 - Document the need for GRUB_DEFAULT=saved in grub-set-default(8)
530 (LP: #1102925).
531 - Fix missing PVs if they don't contain an "interesting" LV (probably
532 closes: #650724, #707613).
533 - Reimplement grub-reboot to not depend on saved_entry (closes: #707695,
534 LP: #704406).
535 - Fix Ctrl-u handling to copy the killed characters to the kill buffer
536 as UCS4 stored as grub_uint32_t rather than as 8-bit characters stored
537 as char (closes: #710076).
538 - Fix inconsistent use of GRUB_CRYPTODISK_ENABLE and
539 GRUB_ENABLE_CRYPTODISK (LP: #1232237).
540 - Support GRUB_DISABLE_SUBMENU configuration, and document submenu usage
541 in grub-reboot(8) (closes: #690538).
542 - Don't decompress initrd when booting with Xen (closes: #700197).
543 - Document how to delete the whole environment block (closes: #726265).
544 - Revamp hidden timeout handling by adding a new timeout_style
545 environment variable and a corresponding GRUB_TIMEOUT_STYLE
546 configuration key for grub-mkconfig. This controls hidden-timeout
547 handling more simply than the previous arrangements, and pressing any
548 hotkeys associated with menu entries during the hidden timeout will
549 now boot the corresponding menu entry immediately (LP: #1178618). As
550 part of merging this, radically simplify the mess that
551 quick_boot.patch had made of /etc/grub.d/30_os-prober; if it finds
552 other OSes it can now just set timeout_style=menu and make sure the
553 timeout is non-zero.
554 - On Linux, read partition start offsets from sysfs if possible
555 (LP: #1237519).
556 - New ports to arm-uboot, arm-efi, arm64-efi, i386-xen, and x86_64-xen.
557 * Add grub-uboot*, grub-efi-arm*, and grub-xen* binary packages.
558 * Ignore functional test failures for now as they are broken.
559 * Move working directories around (build/<package> -> obj/<package>,
560 build/stamps -> debian/stamps) so that "debian/rules build" still works
561 after working directories have been created.
562 * Drop "grub-mkrescue --diet" option; never merged upstream and only
563 matters for floppies. Please let me know if you were using this.
564 Explicitly use -no-pad to build grub-rescue-floppy.img, which has an
565 equivalent effect on size.
566 * Break lupin-support (<< 0.55) due to the rewrite of grub-install in C.
567 * Remove build-dependency on autogen, no longer needed.
568 * Compress GRUB files on grub-rescue-floppy.img using xz.
569 * Build-depend on wamerican, newly required by the test suite.
570 * Run tests with LC_CTYPE=C.UTF-8, so that grub-fs-tester can handle UTF-8
571 data correctly.
572 * Update debian/legacy/update-grub to the version from grub 0.97-67.
573 * Silence error message on initial installation when /etc/default/grub
574 does not yet exist.
575 * Add GRUB_RECOVERY_TITLE option, to allow the controversial "recovery
576 mode" text to be customised (LP: #1240360).
577
578 -- Colin Watson <cjwatson@debian.org> Mon, 09 Dec 2013 00:21:45 +0000
579
580 grub2 (2.00-20) unstable; urgency=low
581
582 * Backport from upstream:
583 - Sort gnumach kernels in version order (closes: #725451).
584 * Move packaging to git, following upstream. Adjust Vcs-* fields.
585 * Remove obsolete DM-Upload-Allowed field.
586 * Merge (completely!) from Ubuntu:
587 - Handle probing striped DM-RAID devices (thanks, Robert Collins;
588 LP: #803658).
589 - Unconditionally create grub.cfg on our EFI boot partition in Secure
590 Boot mode; GRUB always needs some configuration in this case to find
591 /boot/grub, since we can't modify the signed image at install time
592 (Steve Langasek, LP: #1236625).
593 - If MokManager is present on the host system, copy it onto the EFI boot
594 partition for use (Steve Langasek).
595 - Adjust UEFI installation to cope with Kubuntu setting GRUB_DISTRIBUTOR
596 (LP: #1242417).
597 - If building for Ubuntu:
598 + Bypass menu unless other OSes are installed or Shift is pressed.
599 + Show the boot menu if the previous boot failed.
600 + Set GRUB_GFXPAYLOAD_LINUX=keep unless it's known to be unsupported
601 on the current hardware.
602 + Set vt.handoff=7 for smooth handoff to kernel graphical mode.
603 + In recovery mode, add nomodeset to the Linux kernel arguments, and
604 remove the 'set gfxpayload=keep' command.
605 + Set default timeout to 10 seconds.
606 + Enable hidden timeout support by default.
607 - Migrate timeout settings from menu.lst.
608 - Probe FusionIO devices (LP: #1237519).
609 * Make grub.cfg world-unreadable if even hashed passwords are in use
610 (closes: #632598).
611
612 -- Colin Watson <cjwatson@debian.org> Thu, 14 Nov 2013 10:49:31 +0000
613
614 grub2 (2.00-19) unstable; urgency=low
615
616 [ Colin Watson ]
617 * Merge from Ubuntu:
618 - debian/build-efi-images: Where possible, make use of the device path
619 derived from the EFI Loaded Image Protocol to compute the prefix
620 (LP: #1097570).
621 - debian/build-efi-images: Add a netboot image target to our set of
622 prebuilt EFI images (thanks, Steve Langasek).
623 * Backport from upstream:
624 - Handle partitions on non-512B EFI disks (LP: #1065281).
625
626 [ Phillip Susi ]
627 * restore_mkdevicemap.patch: Fix dmraid uuid check to look for "DMRAID-"
628 anywhere instead of only at the start, since kpartx prefixes it with
629 "partN-" (LP: #1183915).
630
631 -- Colin Watson <cjwatson@debian.org> Wed, 18 Sep 2013 17:18:27 +0100
632
633 grub2 (2.00-18) unstable; urgency=low
634
635 * Add gettext module to signed UEFI images (LP: #1104627).
636 * Put the preprocessor definition for quiet-boot in the right place so
637 that it actually takes effect.
638
639 -- Colin Watson <cjwatson@debian.org> Mon, 26 Aug 2013 17:23:09 +0100
640
641 grub2 (2.00-17) unstable; urgency=low
642
643 * Really include patches to reduce visual clutter in normal mode when
644 building for Ubuntu.
645
646 -- Colin Watson <cjwatson@debian.org> Thu, 15 Aug 2013 09:58:59 +0100
647
648 grub2 (2.00-16) unstable; urgency=low
649
650 * Make reportbug script file robust against su authentication failures and
651 missing LVM commands.
652 * Backport from upstream:
653 - Move @itemize after @subsection to satisfy texinfo-5.1.
654 - grub-mkconfig: Fix detection of Emacs autosave files.
655 - Fix spurious failure on Xen partition devices without disk devices
656 (closes: #708614).
657 * Merge from Ubuntu:
658 - Treat Kubuntu as an alias for Ubuntu in GRUB_DISTRIBUTOR (Harald
659 Sitter).
660 - Make any EFI system boot into the shim (if installed) even if
661 SecureBoot is disabled (Stéphane Graber).
662 - Allow Shift to interrupt 'sleep --interruptible'.
663 - If building for Ubuntu:
664 + Reduce visual clutter in normal mode.
665 + Remove verbose messages printed before reading configuration.
666 + Suppress kernel/initrd progress messages, except in recovery mode.
667 + Suppress "GRUB loading" message unless Shift is held down.
668 - Skip Windows os-prober entries on Wubi systems.
669 * Consolidate debian/rules logic for when to build signed images.
670
671 -- Colin Watson <cjwatson@debian.org> Thu, 15 Aug 2013 08:35:53 +0100
672
673 grub2 (2.00-15) unstable; urgency=low
674
675 [ Colin Watson ]
676 * Install reportbug presubj and script files in all binary packages.
677 * Make grub-yeeloong.postinst explicitly install with
678 --target=mipsel-loongson (closes: #708204).
679 * Make grub-script-check fail on scripts containing no commands (closes:
680 #713886).
681 * Make the description of grub-firmware-qemu a little more generic, rather
682 than assuming that bochsbios provides qemu's default BIOS image (closes:
683 #714277).
684 * Don't assume that the presence of /etc/default/grub or
685 /etc/default/grub.d/*.cfg means that any particular item is set in it
686 (LP: #1199731).
687
688 [ Debconf translations ]
689 * Hungarian (Dr. Nagy Elemér Károly).
690
691 -- Colin Watson <cjwatson@debian.org> Sat, 13 Jul 2013 11:04:15 +0100
692
693 grub2 (2.00-14) unstable; urgency=low
694
695 * Merge from Ubuntu:
696 - Don't call update-grub in the zz-update-grub kernel hook if
697 /boot/grub/grub.cfg doesn't exist.
698 - acpihalt: expand parser to handle SSDTs and some more opcodes. Fixes
699 test suite hang with current seabios.
700 * Remove kernel-specific grub.d conffiles that were dropped from packages
701 built for all but their corresponding kernel type in 1.96+20090307-1
702 (closes: #703539).
703 * Look for grub-bios-setup in /usr/lib/grub/i386-pc/ as well (closes:
704 #705636).
705 * Merge 1.99-27.1 (thanks, Steve McIntyre):
706 - Add entries for Windows Boot Manager found via UEFI in os-prober
707 (closes: #698914).
708
709 -- Colin Watson <cjwatson@debian.org> Thu, 09 May 2013 00:14:55 +0100
710
711 grub2 (2.00-13) experimental; urgency=low
712
713 * Backport from upstream:
714 - Fix booting FreeBSD >= 9.1 amd64 kernels (closes: #699002).
715 * Merge from Ubuntu:
716 - Stop using the /usr/share/images/desktop-base/desktop-grub.png
717 alternative as the fallback background if GRUB_DISTRIBUTOR is
718 "Ubuntu".
719 - source_grub2.py: Use attach_default_grub from apport's hookutils.
720 - Output a menu entry for firmware setup on UEFI FastBoot systems.
721 - Set a monochromatic theme and an appropriate background for Ubuntu.
722 - Remove "GNU/Linux" from default distributor string for Ubuntu.
723 - Apply Ubuntu GRUB Legacy changes to legacy update-grub script.
724 - Apply patch from Fedora to add a "linuxefi" loader which boots kernels
725 with EFI handover patches, avoiding ExitBootServices.
726 - Temporarily make linuxefi refuse to validate kernels in the absence of
727 a shim, until we get some other details worked out.
728 - Automatically call linuxefi from linux if secure boot is enabled and
729 the kernel is signed, to hand over to the kernel without calling
730 ExitBootServices. Otherwise, linux will fall through to previous
731 code, call ExitBootServices itself, and boot the kernel normally.
732 - Generate configuration for signed UEFI kernels if available.
733 - On Ubuntu amd64, add a raw-uefi custom upload tarball for signing.
734 - Install signed images if available and UEFI Secure Boot is enabled.
735 - Add "splash" to default boot options on Ubuntu.
736
737 -- Colin Watson <cjwatson@debian.org> Fri, 01 Feb 2013 15:44:25 +0000
738
739 grub2 (2.00-12) experimental; urgency=low
740
741 * Silence output from running-in-container.
742 * Also skip update-grub when running in a container (LP: #1060404).
743
744 -- Colin Watson <cjwatson@debian.org> Thu, 24 Jan 2013 23:21:48 +0000
745
746 grub2 (2.00-11) experimental; urgency=low
747
748 [ Adam Conrad ]
749 * debian/{postinst,config}.in: Don't fail if /etc/default/grub.d
750 configuration snippets exist, but /etc/default/grub does not.
751
752 [ Colin Watson ]
753 * Merge wheezy branch up to 1.99-27, fixing overzealous removal of
754 load_video call when GRUB_GFXPAYLOAD_LINUX is empty (closes: #661789).
755 * Merge from Ubuntu:
756 - If the postinst is running in a container, skip grub-install and all
757 its associated questions (LP: #1060404).
758 - Fix backslash-escaping in merge_debconf_into_conf (LP: #448413). Note
759 that this differs slightly from the fix in Ubuntu, which corrected
760 behaviour when amending an existing configuration item but
761 accidentally over-escaped when adding a new one.
762 - Replace "single" with "recovery" when friendly-recovery is installed
763 (LP: #575469).
764 - Adjust versions of grub-doc and grub-legacy-doc conflicts to tolerate
765 Ubuntu's backport of the grub-doc split (LP: #493968).
766
767 -- Colin Watson <cjwatson@debian.org> Mon, 21 Jan 2013 10:49:00 +0000
768
769 grub2 (2.00-10) experimental; urgency=low
770
771 * Support parallel builds.
772 * Remove /boot/grub/unicode.pf2 on purge of grub-efi-{amd64,i386} (closes:
773 #697183).
774 * Build with GCC 4.7.
775 * Merge from Ubuntu:
776 - Don't permit loading modules on UEFI Secure Boot (since in such a
777 setup the GRUB core image must be signed but it has no provision for
778 verifying module signatures).
779 - Read /etc/default/grub.d/*.cfg after /etc/default/grub (LP: #901600).
780 - Blacklist 1440x900x32 from VBE preferred mode handling until a better
781 solution is available (LP: #701111).
782
783 -- Colin Watson <cjwatson@debian.org> Thu, 03 Jan 2013 09:38:25 +0000
784
785 grub2 (2.00-9) experimental; urgency=low
786
787 * Ensure /boot/grub exists before copying files to it for EFI installs
788 (closes: #696962).
789
790 -- Colin Watson <cjwatson@debian.org> Sat, 29 Dec 2012 23:44:51 +0000
791
792 grub2 (2.00-8) experimental; urgency=low
793
794 * debian/apport/source_grub2.py:
795 - Use context managers to avoid (harmless) file descriptor leaks.
796 - Set a file encoding, per PEP 0263.
797 * Drop grub-ieee1275-bin's dependency on bc in favour of powerpc-ibm-utils
798 (>= 1.2.12-1) (cf. #625728).
799 * Move powerpc-ibm-utils and powerpc-utils dependencies from
800 grub-ieee1275-bin to grub-ieee1275 (closes: #693400).
801 * Merge from Ubuntu:
802 - Ignore symlink traversal failures in grub-mount readdir
803 (LP: #1051306).
804 - Fix incorrect initrd minimum address calculation (LP: #1055686).
805 - Avoid assuming that gets is declared.
806 * Copy unicode.pf2 to /boot/grub/ for EFI installs so that it is more
807 likely to be readable by GRUB (closes: #661789).
808
809 -- Colin Watson <cjwatson@debian.org> Fri, 28 Dec 2012 17:34:32 +0000
810
811 grub2 (2.00-7) experimental; urgency=low
812
813 * Backport from upstream:
814 - Fix stderr leakage from grub-probe in is_path_readable_by_grub.
815 - Fix tftp endianness problem.
816 * Merge from Ubuntu:
817 - Prefer translations from language packs (LP: #537998). (No-op for
818 Debian, but harmless.)
819 - Avoid getting confused by inaccessible loop device backing paths
820 (LP: #938724).
821
822 -- Colin Watson <cjwatson@debian.org> Wed, 26 Sep 2012 16:05:07 +0100
823
824 grub2 (2.00-6) experimental; urgency=low
825
826 [ Colin Watson ]
827 * Adjust package descriptions to talk about update-grub, not update-grub2.
828 * Backport from upstream:
829 - Fix grub-emu build on FreeBSD.
830 * Revert gcc-4.6-multilib build-dependency change from 2.00-1, since
831 kfreebsd-i386 and hurd-i386 don't have gcc-4.6-multilib. Instead, make
832 sure to only install efiemu32.o and efiemu64.o on (linux-)i386,
833 kopensolaris-i386, and any-amd64.
834 * Manually expand @PACKAGE@ symbols in grub-efi.postinst (closes:
835 #688725), grub-linuxbios.postinst (closes: #688726), and grub2.postinst
836 (closes: #688724).
837
838 [ Debconf translations ]
839 * Lithuanian (Rimas Kudelis). Closes: #675628
840 * Galician (Jorge Barreiro). Closes: #677389
841 * Welsh (Daffyd Tomos).
842 * Greek (galaxico). Closes: #685201
843 * Romanian (Andrei POPESCU). Closes: #685477
844 * Finnish (Timo Jyrinki).
845
846 [ Cyril Brulebois ]
847 * Use xz compression for all binaries to save up some space on CD images
848 (closes: #688773).
849
850 -- Colin Watson <cjwatson@debian.org> Tue, 25 Sep 2012 22:47:03 +0100
851
852 grub2 (2.00-5) experimental; urgency=low
853
854 * Backport from upstream:
855 - Remove extra layer of escaping from grub_probe.
856 - Add efifwsetup module to reboot into firmware setup menu.
857 - Revert incorrect off-by-one fix when embedding in MBR (LP: #1051154).
858 * Switch watch file to point to ftp.gnu.org.
859 * Build-depend on liblzma-dev, enabling 'grub-mkimage -C xz'.
860 * Adjust /etc/grub.d/30_os-prober to detect Ubuntu's use of "recovery"
861 rather than "single".
862
863 -- Colin Watson <cjwatson@debian.org> Wed, 19 Sep 2012 08:52:27 +0100
864
865 grub2 (2.00-4) experimental; urgency=low
866
867 * Fix platform postinsts to handle new core.img location.
868 * Only fix up powerpc key repeat on IEEE1275 machines. Fixes powerpc-emu
869 compilation.
870 * Move grub-install to grub2-common, since it's now common across
871 platforms but clashes with grub-legacy.
872 * Move grub-mknetdir to grub-common, since it's now common across
873 platforms.
874 * Make grub-install fall back to i386-pc if booted using EFI but the
875 relevant *-efi target is not available (because only grub-pc is
876 installed).
877
878 -- Colin Watson <cjwatson@debian.org> Fri, 14 Sep 2012 13:38:37 +0100
879
880 grub2 (2.00-3) experimental; urgency=low
881
882 * Use dh-autoreconf.
883 * Bail out if trying to run grub-mkconfig during upgrade to 2.00 (e.g.
884 while configuring a kernel image), since the old /etc/grub.d/00_header
885 conffile breaks until such time as grub-common is configured.
886
887 -- Colin Watson <cjwatson@debian.org> Thu, 13 Sep 2012 17:07:18 +0100
888
889 grub2 (2.00-2) experimental; urgency=low
890
891 * Add -Wno-error=unused-result to HOST_CFLAGS for the moment, since at
892 least grub-core/lib/crypto.c fails to compile on Ubuntu otherwise.
893 * Update default/grub.md5sum to include Ubuntu maverick's default md5sum.
894 * Autogenerate packaging files for grub-emu, in order that its postinst
895 does not contain unexpanded @PACKAGE@ symbols.
896 * Only try to install efiemu*.o into grub-emu on *-i386.
897
898 -- Colin Watson <cjwatson@debian.org> Sat, 08 Sep 2012 10:32:33 +0100
899
900 grub2 (2.00-1) experimental; urgency=low
901
902 [ Jordi Mallach, Colin Watson ]
903 * New upstream release.
904 - Add LUKS and GELI encrypted disk support (closes: #463107).
905 - Lazy scanning to avoid accessing devices which aren't really used.
906 This avoids boot delay due to slow device scanning (closes: #549905,
907 #550015, #550083, #564252, #595059, #632408).
908 - Don't override more informative errors when loading kernel/initrd
909 (closes: #551630).
910 - Support 4K-sector NTFS (closes: #567728).
911 - Unify grub-mkrescue interface on powerpc with that on other
912 architectures (closes: #570119).
913 - Fix infinite recursion in gettext when translation fails (closes:
914 #611537, #612454, #616487, #619618, #626853, #643608).
915 - Add more missing quotes to grub-mkconfig (closes: #612417).
916 - Import gnulib change to fix argp_help segfault with help filter
917 (closes: #612692).
918 - Support %1$d syntax in grub_printf (closes: #630647).
919 - Use write-combining MTRR to speed up video with buggy BIOSes (closes:
920 #630926).
921 - Remove multiboot header from PXE images to avoid confusing ipxe
922 (closes: #635877).
923 - Fix crash when attempting to install to a non-BIOS disk (closes:
924 #637208).
925 - Fix handling of grub-mkrescue --xorriso= option (closes: #646788).
926 - Use umask rather than chmod to create grub.cfg.new to avoid insecure
927 grub.cfg (closes: #654599).
928 - Improve font installation logic (closes: #654645).
929 - Add grub-probe info documentation (closes: #666031).
930 - Don't crash on canonicalize_file_name failure in grub-probe (closes:
931 #677211).
932
933 [ Colin Watson ]
934 * Adjust debian/watch to point to xz-compressed tarballs.
935 * debian/grub.d/05_debian_theme: Source grub-mkconfig_lib from
936 /usr/share/grub, not the /usr/lib/grub compatibility link.
937 * Convert to source format 3.0 (quilt). Developers, note that patches are
938 stored applied in bzr; you may want to 'quilt pop -a' / 'quilt push -a'
939 around merges.
940 * Remove pointless debian/grub-mount-udeb.install.hurd-i386;
941 grub-mount-udeb is not built on the Hurd.
942 * Refactor debian/grub-common.install.hurd-i386 into .in files so that it
943 imposes less of a maintenance burden.
944 * Restore grub-mkdevicemap for now. While it's kind of a mess, requiring
945 lots of OS-specific code to iterate over all possible devices, we use it
946 in a number of scripts to discover devices and reimplementing those in
947 terms of something else would be very complicated.
948 * Add grub-efi-ia64-bin and grub-efi-ia64 packages. These are currently
949 experimental, and grub-efi-ia64 does not automatically run grub-install.
950 * Build-depend on gcc-4.6-multilib on kfreebsd-i386 and hurd-i386 as well
951 as the other i386 architectures, since we need it to build efiemu32.o
952 and efiemu64.o.
953 * Add per-platform *-dbg packages containing files needed to use GRUB's
954 GDB stub. These are relatively large and thus worth splitting out.
955 * Build-depend on ttf-dejavu-core for the starfield theme.
956 * Add a grub-theme-starfield package containing the starfield theme.
957 * Backport from upstream:
958 - Don't decrease efi_mmap_size (LP: #1046429).
959 * grub-common Suggests: console-setup for grub-kbdcomp (closes: #686815).
960 * Silence error messages when translations are unavailable.
961 * Don't pass *.module to dpkg-shlibdeps, avoiding lots of build-time
962 warnings.
963 * Move transitional package to Section: oldlibs.
964 * Acknowledge NMU (closes: #676609).
965
966 [ Debconf translations ]
967 * Lithuanian (Rimas Kudelis). Closes: #675628
968 * Galician (Jorge Barreiro). Closes: #677389
969 * Welsh (Daffyd Tomos).
970 * Greek (galaxico). Closes: #685201
971 * Romanian (Andrei POPESCU). Closes: #685477
972 * Finnish (Timo Jyrinki).
973
974 -- Colin Watson <cjwatson@debian.org> Thu, 06 Sep 2012 19:04:21 +0100
975
976 grub2 (1.99-27.1) unstable; urgency=medium
977
978 * NMU
979 * Add entries for Windows Boot Manager found via UEFI in
980 os-prober. Closes: #698914 before the Wheezy release.
981
982 -- Steve McIntyre <93sam@debian.org> Fri, 26 Apr 2013 23:53:34 +0100
983
984 grub2 (1.99-27) unstable; urgency=low
985
986 * Amend gfxpayload_keep_default.patch to no longer remove the call to
987 load_video when GRUB_GFXPAYLOAD_LINUX is empty (closes: #661789).
988
989 -- Colin Watson <cjwatson@debian.org> Sun, 20 Jan 2013 16:37:52 +0000
990
991 grub2 (1.99-26) unstable; urgency=low
992
993 * Remove /boot/grub/unicode.pf2 on purge of grub-efi-{amd64,i386} (closes:
994 #697183).
995
996 -- Colin Watson <cjwatson@debian.org> Wed, 02 Jan 2013 11:54:50 +0000
997
998 grub2 (1.99-25) unstable; urgency=low
999
1000 * Ensure /boot/grub exists before copying files to it for EFI installs
1001 (closes: #696962).
1002
1003 -- Colin Watson <cjwatson@debian.org> Sat, 29 Dec 2012 23:45:01 +0000
1004
1005 grub2 (1.99-24) unstable; urgency=low
1006
1007 * Acknowledge NMU with thanks.
1008 * Fix namespace of EFI boot failure patch file added in NMU.
1009 * Copy unicode.pf2 to /boot/grub/ for EFI installs so that it is more
1010 likely to be readable by GRUB (closes: #661789).
1011 * Fix infinite recursion in gettext when translation fails (closes:
1012 #611537, #612454, #616487, #619618, #626853, #643608).
1013 * Fix grammar in Finnish translation (closes: #687681).
1014
1015 -- Colin Watson <cjwatson@debian.org> Fri, 28 Dec 2012 13:01:38 +0000
1016
1017 grub2 (1.99-23.1) unstable; urgency=low
1018
1019 * Non-maintainer upload.
1020 * Apply Ubuntu patch fixing some EFI boot failures (closes: #687320)
1021 - Thanks to Colin Watson.
1022
1023 -- Michael Gilbert <mgilbert@debian.org> Sun, 14 Oct 2012 04:09:51 -0400
1024
1025 grub2 (1.99-23) unstable; urgency=low
1026
1027 [ Debconf translations ]
1028 * Lithuanian (Rimas Kudelis). Closes: #675628
1029 * Galician (Jorge Barreiro). Closes: #677389
1030 * Welsh (Daffyd Tomos).
1031 * Greek (galaxico). Closes: #685201
1032 * Romanian (Andrei POPESCU). Closes: #685477
1033 * Finnish (Timo Jyrinki).
1034
1035 [ Cyril Brulebois ]
1036 * Use xz compression for all binaries to save up some space on CD images
1037 (closes: #688773).
1038
1039 [ Colin Watson ]
1040 * Autogenerate packaging files for grub-emu (closes: #688727), in order
1041 that its postinst does not contain unexpanded @PACKAGE@ symbols.
1042 * Manually expand @PACKAGE@ symbols in grub-efi.postinst (closes:
1043 #688725), grub-linuxbios.postinst (closes: #688726), and grub2.postinst
1044 (closes: #688724).
1045
1046 -- Colin Watson <cjwatson@debian.org> Tue, 25 Sep 2012 18:59:18 +0100
1047
1048 grub2 (1.99-22.1) unstable; urgency=low
1049
1050 * Non-maintainer upload.
1051 * Apply upstream patches for hurd-i386:
1052 - Test inode number (Closes: #634799).
1053 - Disable zfs code on GNU/Hurd (Closes: #670069).
1054 - Add userland partition support (Closes: #670186).
1055 * Fix packages build without libfuse (Closes: #670189).
1056
1057 -- Samuel Thibault <sthibault@debian.org> Fri, 08 Jun 2012 01:19:00 +0200
1058
1059 grub2 (1.99-22) unstable; urgency=low
1060
1061 [ Debconf translations ]
1062 * Khmer added (Khoem Sokhem)
1063 * Slovenian (Vanja Cvelbar). Closes: #670616
1064 * Traditional Chinese (Vincent Chen).
1065 * Vietnamese (Hai Lang).
1066 * Marathi (Sampada Nakhare)
1067 * Finnish (Timo Jyrinki). Closes: #673976
1068 * Latvian (Rūdolfs Mazurs). Closes: #674697
1069
1070 [ Colin Watson ]
1071 * Make apport hook compatible with Python 3.
1072 * Add upstream r3476 (fix memory leak in grub_disk_read_small) to
1073 4k_sectors.patch, otherwise the larger disk cache due to
1074 efi_disk_cache.patch can cause EFI systems to run out of memory.
1075
1076 -- Colin Watson <cjwatson@debian.org> Wed, 30 May 2012 10:38:40 +0100
1077
1078 grub2 (1.99-21) unstable; urgency=low
1079
1080 * Backport from upstream:
1081 - Fix hook calling for unaligned segments (closes: #666992,
1082 LP: #972250).
1083
1084 -- Colin Watson <cjwatson@debian.org> Tue, 03 Apr 2012 14:19:18 +0100
1085
1086 grub2 (1.99-20) unstable; urgency=low
1087
1088 * Backport kFreeBSD support from upstream to 4k_sectors.patch.
1089
1090 -- Colin Watson <cjwatson@debian.org> Mon, 02 Apr 2012 21:53:02 +0100
1091
1092 grub2 (1.99-19) unstable; urgency=low
1093
1094 [ Colin Watson ]
1095 * Add grub-probe to grub-mount-udeb (LP: #963471).
1096 * Backport from upstream:
1097 - Restore CFLAGS after efiemu check (closes: #665772).
1098 - Include __ctzdi2 and __ctzsi2 from libgcc if present (closes:
1099 #665993).
1100 - Support non-512B sectors and agglomerate reads.
1101
1102 [ Debconf translations ]
1103 * Croatian (Tomislav Krznar).
1104
1105 -- Colin Watson <cjwatson@debian.org> Mon, 02 Apr 2012 18:26:09 +0100
1106
1107 grub2 (1.99-18) unstable; urgency=low
1108
1109 [ Colin Watson ]
1110 * Ensure that /sbin and /usr/sbin are in $PATH when running tests (closes:
1111 #662916).
1112 * mkconfig_loopback.patch: Use different GRUB loop devices for different
1113 OS loop devices (thanks, bcbc; LP: #888281).
1114 * Backport from upstream:
1115 - Add support for LZO compression in btrfs (LP: #727535).
1116 - Fix efiemu configure check.
1117
1118 [ Ilya Yanok ]
1119 * Backport from upstream:
1120 - Make FAT UUID uppercase to match Linux (LP: #948716).
1121
1122 [ Debconf translations ]
1123 * Norwegian Bokmål (Hans Fredrik Nordhaug).
1124 * Gujarati (Kartik Mistry). Closes: #663542
1125
1126 -- Colin Watson <cjwatson@debian.org> Mon, 19 Mar 2012 18:24:33 +0000
1127
1128 grub2 (1.99-17) unstable; urgency=low
1129
1130 * efi_disk_cache.patch: Fix incorrect GRUB_DISK_CACHE_BITS (LP: #944347).
1131
1132 -- Colin Watson <cjwatson@debian.org> Tue, 06 Mar 2012 17:43:42 +0000
1133
1134 grub2 (1.99-16) unstable; urgency=low
1135
1136 * Backport from upstream:
1137 - Build with -fno-asynchronous-unwind-tables to save space (closes:
1138 #662787).
1139
1140 -- Colin Watson <cjwatson@debian.org> Tue, 06 Mar 2012 12:45:42 +0000
1141
1142 grub2 (1.99-15) unstable; urgency=low
1143
1144 [ Adam Conrad ]
1145 * grub.cfg_400.patch: Redirect grep stdout to /dev/null since
1146 grub-mkconfig is "exec > grub.cfg.new", which causes grep's input
1147 and output to be the same FD (LP: #934269) (closes: #652972)
1148 * efi_disk_cache.patch: Bump the disk cache on EFI systems to
1149 dramatically reduce load times for vmlinux/initrd (LP: #944347)
1150
1151 [ Colin Watson ]
1152 * no_libzfs.patch: Use xasprintf rather than asprintf.
1153 * Backport from upstream:
1154 - Rewrite XFS btree parsing; fixes invalid BMAP (closes: #657776).
1155 - Handle newer autotools, and add some missing quotes in the process.
1156 (Note that this moves grub-mkconfig_lib and update-grub_lib to
1157 /usr/share/grub; I added links in /usr/lib/grub for compatibility.)
1158 - Fix incorrect identifiers in bash-completion (closes: #661415).
1159 - Add support for GRUB_CMDLINE_GNUMACH (closes: #660493).
1160 * Build with GCC 4.6 (closes: #654727).
1161
1162 [ Debconf translations ]
1163 * Dutch (Jeroen Schot). Closes: #651275
1164 * Bulgarian (Damyan Ivanov). Closes: #653356
1165 * Icelandic (Sveinn í Felli).
1166 * Ukrainian (Yatsenko Alexandr). Closes: #654294
1167 * Italian (Luca Monducci). Closes: #654304
1168 * Thai (Theppitak Karoonboonyanan). Closes: #656551
1169 * Uyghur (Abduqadir Abliz)
1170 * Indonesian (Mahyuddin Susanto). Closes: #656705
1171 * Hebrew (Omer Zak). Closes: #656852
1172 * Turkish (Atila KOÇ). Closes: #656907
1173 * Polish (Michał Kułach). Closes: #657265
1174 * Asturian (Mikel González).
1175 * Dzongkha (Dawa Pemo)
1176 * Tamil (Dr.T.Vasudevan).
1177 * Belarusian (Viktar Siarhiejczyk). Closes: #662615
1178
1179 -- Colin Watson <cjwatson@debian.org> Mon, 05 Mar 2012 16:58:01 +0000
1180
1181 grub2 (1.99-14) unstable; urgency=low
1182
1183 * Rewrite no_libzfs.patch using a different approach. (Closes: #648539)
1184
1185 -- Robert Millan <rmh@debian.org> Sun, 13 Nov 2011 00:14:38 +0100
1186
1187 grub2 (1.99-13) unstable; urgency=low
1188
1189 [ Debconf translations ]
1190 * Portuguese (Miguel Figueiredo). Closes: #641226
1191 * German (Martin Eberhard Schauer). Closes: #641630
1192 * Sinhala (Danishka Navin). Closes: #644080
1193 * Uyghur (Gheyret Tohti). Closes: #627011
1194
1195 [ Robert Millan ]
1196 * LVM support for GNU/kFreeBSD.
1197 - kfreebsd_lvm.patch
1198 * Cherry-pick several ZFS updates from upstream Bazaar.
1199 - zfs_update.patch
1200 * Build without libzfs.
1201
1202 -- Robert Millan <rmh@debian.org> Fri, 11 Nov 2011 23:04:58 +0100
1203
1204 grub2 (1.99-12) unstable; urgency=low
1205
1206 [ Robert Millan ]
1207 * Fix grub-probe detection for LSI MegaRAID SAS devices on kFreeBSD.
1208 - kfreebsd_mfi_devices.patch
1209
1210 [ Colin Watson ]
1211 * Backport from upstream:
1212 - Canonicalise the path argument to grub-probe (closes: #637768).
1213 - Skip */README* as well as README* (LP: #537123).
1214
1215 -- Colin Watson <cjwatson@debian.org> Mon, 05 Sep 2011 15:17:20 +0100
1216
1217 grub2 (1.99-11) unstable; urgency=low
1218
1219 * Backport from upstream:
1220 - Honour GRUB_CMDLINE_LINUX_XEN_REPLACE and
1221 GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT, which replace
1222 GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT (complementing the
1223 existing options which append; closes: #617538).
1224
1225 -- Colin Watson <cjwatson@debian.org> Mon, 08 Aug 2011 17:55:21 +0100
1226
1227 grub2 (1.99-10) unstable; urgency=high
1228
1229 * Mark la_array as packed.
1230 - zfs_packed_la_array.patch
1231
1232 -- Robert Millan <rmh@debian.org> Sun, 07 Aug 2011 20:16:31 +0000
1233
1234 grub2 (1.99-9) unstable; urgency=low
1235
1236 [ Colin Watson ]
1237 * Adjust apport hook to attach /boot/grub/device.map if it exists.
1238 * Fix regression in gfxterm background_color handling.
1239 * Improve detection of invalid shell syntax in apport hook.
1240
1241 [ Debconf translations ]
1242 * Esperanto (Felipe E. F. de Castro). Closes: #632157
1243 * Slovak (Slavko).
1244
1245 [ Robert Millan ]
1246 * Enable grub-mount on kfreebsd-any.
1247 * Build grub-mount-udeb on kfreebsd-i386 and kfreebsd-amd64.
1248
1249 -- Robert Millan <rmh@debian.org> Mon, 25 Jul 2011 15:36:31 +0200
1250
1251 grub2 (1.99-8) unstable; urgency=low
1252
1253 [ Robert Millan ]
1254 * Avoid buggy versions of libgeom-dev (see #630107). Closes: #630197
1255 * Fix grub-probe detection for ATA devices using `ata' driver on kFreeBSD 9.
1256 - kfreebsd-9_ada_devices.patch
1257
1258 [ Colin Watson ]
1259 * Update ntldr-img from grub-extras:
1260 - Handle ext3 inode sizes other than 128.
1261
1262 [ Debconf translations ]
1263 * Kazakh (Baurzhan Muftakhidinov). Closes: #630915
1264
1265 -- Colin Watson <cjwatson@debian.org> Tue, 21 Jun 2011 02:10:10 +0100
1266
1267 grub2 (1.99-7) unstable; urgency=low
1268
1269 [ Debconf translations ]
1270 * Basque (Iñaki Larrañaga Murgoitio). Closes: #628716
1271 * Swedish (Martin Bagge / brother). Closes: #628866
1272 * Czech (Miroslav Kure). Closes: #628978
1273 * Brazilian Portuguese (Flamarion Jorge). Closes: #629135
1274 * Spanish (Francisco Javier Cuadrado). Closes: #629633
1275
1276 [ Colin Watson ]
1277 * Cope with btrfs / inside an encrypted block device (thanks, alexeagar;
1278 LP: #757631).
1279 * Merge from Ubuntu:
1280 - Give up scanning partitions after ten consecutive open failures
1281 (LP: #787461).
1282
1283 -- Colin Watson <cjwatson@debian.org> Thu, 16 Jun 2011 00:13:14 +0100
1284
1285 grub2 (1.99-6) unstable; urgency=low
1286
1287 [ Colin Watson ]
1288 * Update Vcs-* fields for Alioth changes.
1289 * Backport from upstream, removing the need for Breaks: udev (<< 168-1):
1290 - Don't stat devices unless we have to.
1291
1292 [ Debconf translations ]
1293 * Catalan (Jordi Mallach).
1294 * Farsi (Behrad Eslamifar). Closes: #628648
1295
1296 -- Colin Watson <cjwatson@debian.org> Tue, 31 May 2011 09:20:54 +0100
1297
1298 grub2 (1.99-5) unstable; urgency=low
1299
1300 [ Colin Watson ]
1301 * Change grub2/linux_cmdline and grub2/kfreebsd_cmdline descriptions to
1302 indicate that the command line is allowed to be empty, since this is a
1303 common source of confusion (thanks, Jordan Uggla).
1304 * On non-Ubuntu-derived systems, add Breaks: udev (<< 168-1) to
1305 grub-common, for the sake of (some?) users without initrds (closes:
1306 #627587).
1307
1308 [ Debconf translations ]
1309 * French (Christian Perrier)
1310 * Russian (Yuri Kozlov). Closes: #628196
1311 * Simplified Chinese (YunQiang Su). Closes: #628210
1312 * Japanese (Hideki Yamane). Closes: #628382
1313 * Danish (Joe Hansen). Closes: #628427
1314
1315 -- Colin Watson <cjwatson@debian.org> Sun, 29 May 2011 21:58:55 +0100
1316
1317 grub2 (1.99-4) unstable; urgency=low
1318
1319 * Make grub-<platform>-bin packages depend on grub-common rather than
1320 grub2-common, and add grub2-common dependencies to grub-<platform>.
1321 This ensures that grub-<platform>-bin packages are coinstallable with
1322 grub-legacy, making it easier to use them as build-dependencies.
1323 * Stop trying to install the non-existent grub-ofpathname(8) on sparc for
1324 now. It will exist in the next upstream snapshot.
1325
1326 -- Colin Watson <cjwatson@debian.org> Thu, 19 May 2011 12:38:45 +0100
1327
1328 grub2 (1.99-3) unstable; urgency=low
1329
1330 * Ship grub-mkrescue on non-Linux amd64/i386 architectures.
1331 * Don't try to ship grub-mkrescue on sparc.
1332 * Drop boot_blocklist_hack.patch, fixed differently upstream some time ago
1333 by being smarter about filesystem-root-relative path conversion.
1334
1335 -- Colin Watson <cjwatson@debian.org> Wed, 18 May 2011 14:06:51 +0100
1336
1337 grub2 (1.99-2) unstable; urgency=low
1338
1339 * Include both old and new Lintian override styles for
1340 statically-linked-binary tag, since ftp-master has not yet been updated
1341 to 2.5.0~rc1.
1342
1343 -- Colin Watson <cjwatson@debian.org> Tue, 17 May 2011 01:36:10 +0100
1344
1345 grub2 (1.99-1) unstable; urgency=low
1346
1347 * New upstream release.
1348 - Ensure uniqueness of RAID array numbers even if some elements have a
1349 name (closes: #609804).
1350 - Remove unnecessary brackets from tr arguments (closes: #612564).
1351 - Add grub-mkrescue info documentation (closes: #612585).
1352 - Avoid generating invalid configuration when something that looks like
1353 a Xen hypervisor is present without any Xen kernels (closes: #612898).
1354 - Fix memory alignment when calling 'linux' multiple times on EFI
1355 (closes: #616638).
1356 - Fix grub-install on amd64 EFI systems (closes: #617388).
1357 - Automatically export pager variable (closes: #612995).
1358 - Fix parser error with "time" (closes: #612991).
1359 - Ignore case of bitmap extensions (closes: #611123).
1360 - Skip vmlinux-* on x86 platforms (closes: #536846, #546008).
1361 - Accept old-style Xen kernels (closes: #610428).
1362 - Skip damaged LVM volumes (closes: #544731).
1363 - Handle LVM mirroring (closes: #598441).
1364 - Detect spares and report them as not RAID members (closes: #611561).
1365 - Don't enable localisation unless gfxterm is available (closes:
1366 #604609).
1367 - Fix partitioned RAID support (closes: #595071, #613444).
1368 - Dynamically count the number of lines for the lower banner (closes:
1369 #606494).
1370 - Improve quoting in grub-mkconfig, to support background image file
1371 names containing spaces (closes: #612417).
1372 - Flush BIOS disk devices more accurately (closes: #623124).
1373 - Identify RAID devices by their UUID rather than by their guessed name
1374 (closes: #624232).
1375 - Add "SEE ALSO" sections to most man pages (closes: #551428).
1376
1377 [ Christian Perrier ]
1378 * Drop extra word in French debconf translation. Thanks to David
1379 Prévôt.
1380 * Fix spelling error in French debconf translation. Thanks to David
1381 Prévôt.
1382
1383 [ Colin Watson ]
1384 * Set PACKAGE_VERSION and PACKAGE_STRING using configure arguments rather
1385 than sedding configure.ac in debian/rules (which sometimes has annoying
1386 interactions with quilt, etc.).
1387 * Update branch_embed-sectors.patch:
1388 - Detect sector used by HighPoint RAID controller (closes: #394868).
1389 * Add debian/README.source (from quilt).
1390 * Make debian/rules more explicit about when autogen.sh is run. We need
1391 to be careful that all full builds run it, since we use GRUB extras.
1392 * Merge from Ubuntu:
1393 - Handle filesystems loop-mounted on file images.
1394 - On Wubi, don't ask for an install device, but just update wubildr
1395 using the diverted grub-install.
1396 - Add grub-mount-udeb, containing just grub-mount. This can be used by
1397 os-prober and other parts of d-i.
1398 - Artificially bump Replaces: grub-common versioning to account for
1399 grub-reboot/grub-set-default movement in Ubuntu.
1400 * Don't do a separate build pass for grub-common. It will be identical to
1401 the build for the default platform for the CPU architecture anyway, so
1402 reuse that.
1403 * Build with GCC 4.5 on all architectures.
1404 * Update Lintian overrides for changes in Lintian 2.5.0~rc1.
1405 * Invert how files are split among binary packages: rather than code in
1406 debian/rules to remove files we don't want, add dh_install configuration
1407 to declare the files we do want. This means a little more repetition
1408 for platform-specific programs, but it seems less confusing and easier
1409 to extend.
1410 * Drop versioned dependencies on base-files. GPL-3 has been there for two
1411 Debian releases now, and the dependency was never upgrade-critical
1412 anyway.
1413 * Create grub2-common package containing files that are common among GRUB
1414 platform packages but that would break GRUB Legacy, or that are too
1415 confusing when coinstalled with GRUB Legacy (closes: #564167).
1416 * Drop conflict on an ancient (pre-lenny/hardy) version of desktop-base.
1417 * Move /etc/grub.d/05_debian_theme to grub-common, to go with the other
1418 /etc/grub.d/* files.
1419 * Drop redundant Suggests: os-prober from several platform packages, as
1420 grub-common already Recommends: os-prober.
1421 * Create grub-<platform>-bin packages corresponding to all grub-<platform>
1422 packages (except for grub-emu). These do not automatically install the
1423 boot loader or update grub.cfg, and they install their binaries to
1424 /usr/lib/grub/<cpu>-<platform>/; this means that they can be installed
1425 in parallel, making it easier to use them to build GRUB-based disk
1426 images (e.g. d-i). The grub-<platform> packages now depend on these and
1427 include symlinks, so their behaviour will remain as before.
1428 * Make grub-emu depend on grub-common.
1429 * Make the documentation directory in most binary packages be a symlink to
1430 that in grub-common.
1431 * Drop lenny compatibility from grub2-common's dpkg/install-info
1432 dependency, since it produces a Lintian warning and using the current
1433 packaging on lenny is probably rather a stretch anyway.
1434
1435 [ Updated translations ]
1436 * Belarusian (Viktar Siarheichyk). Closes: #606864
1437 * Danish (Joe Hansen). Closes: #606879
1438 * Romanian (Andrei POPESCU). Closes: #606888
1439 * Italian (Luca Monducci). Closes: #606891
1440 * Brazilian Portuguese (Flamarion Jorge). Closes: #610613
1441 * Greek (Emmanuel Galatoulas). Closes: #604847
1442
1443 -- Colin Watson <cjwatson@debian.org> Mon, 16 May 2011 17:42:07 +0100
1444
1445 grub2 (1.99~rc1-13) unstable; urgency=low
1446
1447 * Cherry-pick from upstream:
1448 - Use correct limits for mips initrd.
1449 * Run grub-install on install or upgrade of grub-yeeloong.
1450 * Update branch_fuse.patch:
1451 - Tell FUSE to run single-threaded, since GRUB code is not thread-safe
1452 (LP: #756297).
1453
1454 -- Colin Watson <cjwatson@debian.org> Fri, 15 Apr 2011 12:11:21 +0100
1455
1456 grub2 (1.99~rc1-12) unstable; urgency=low
1457
1458 * Update branch_butter.patch:
1459 - Fix filename comparison.
1460 - Take extent offset in account on uncompressed extents.
1461 - Use filled extent size if available.
1462 * Allow use of first sector on btrfs (LP: #757446).
1463 * Merge from Ubuntu:
1464 - Build part_msdos and vfat into EFI boot images (LP: #677758).
1465
1466 -- Colin Watson <cjwatson@debian.org> Mon, 11 Apr 2011 16:22:08 +0100
1467
1468 grub2 (1.99~rc1-11) unstable; urgency=low
1469
1470 * Update branch_fuse.patch:
1471 - Make grub-mount exit non-zero if opening the device or filesystem
1472 fails.
1473 - Translate GRUB error codes into OS error codes for FUSE (LP: #756456).
1474 * Merge from Ubuntu:
1475 - Fix use of freed memory when replacing existing loopback device
1476 (LP: #742967).
1477
1478 -- Colin Watson <cjwatson@debian.org> Sun, 10 Apr 2011 21:52:26 +0100
1479
1480 grub2 (1.99~rc1-10) unstable; urgency=low
1481
1482 * Update branch_butter.patch, fixing RAID1/duplicated chunk size
1483 calculation (thanks, Vladimir Serbinenko; LP: #732149).
1484
1485 -- Colin Watson <cjwatson@debian.org> Sat, 09 Apr 2011 21:22:15 +0100
1486
1487 grub2 (1.99~rc1-9) unstable; urgency=low
1488
1489 * Update branch_parse-color.patch, to blend text when any background is
1490 set as opposed to only when a stretched background is set (closes:
1491 #613120).
1492 * Make update-grub2 a symlink to update-grub, rather than bothering with a
1493 wrapper script.
1494 * Cherry-pick from upstream:
1495 - Check RAID superblock offset (closes: #610184).
1496 - Flush buffer cache on close and not on open (closes: #620663).
1497 - Handle special naming of yeeloong directory (closes: #620420).
1498 * Add grub-mount utility, from the upstream 'fuse' branch.
1499 * efibootmgr is only available on Linux architectures, so only make
1500 grub-efi-ia32 and grub-efi-amd64 depend on it on Linux.
1501
1502 -- Colin Watson <cjwatson@debian.org> Sat, 09 Apr 2011 03:39:56 +0100
1503
1504 grub2 (1.99~rc1-8) unstable; urgency=low
1505
1506 * Cherry-pick from upstream:
1507 - Fix FreeBSD compilation problem.
1508
1509 -- Colin Watson <cjwatson@debian.org> Tue, 29 Mar 2011 15:13:51 +0100
1510
1511 grub2 (1.99~rc1-7) unstable; urgency=low
1512
1513 * Add /proc/mdstat, LVM information, and listings of /dev/disk/by-id/ and
1514 /dev/disk/by-uuid/ to bug reports, by request of upstream.
1515 * Cherry-pick from upstream:
1516 - Use libgeom on FreeBSD to detect partitions (closes: #612128).
1517 - Copy the partition table zone if floppy support is disabled, even if
1518 no partition table is found (LP: #741867).
1519 - Fix an ext2 overflow affecting inodes past 2TiB.
1520 - Fix RAID-0 disk size calculation for metadata 1.x (LP: #743136).
1521 * Merge from Ubuntu:
1522 - Build with gcc-4.5 on ppc64.
1523 - Add apport hook for ProblemType = 'Package', thanks to Jean-Baptiste
1524 Lallement (LP: #591753).
1525
1526 -- Colin Watson <cjwatson@debian.org> Tue, 29 Mar 2011 12:30:36 +0100
1527
1528 grub2 (1.99~rc1-6) unstable; urgency=low
1529
1530 * Cherry-pick from upstream:
1531 - Fix crash when extending menu entry line beyond 79 characters (closes:
1532 #615893).
1533 - Account for FreeBSD module headers when calculating allocation size.
1534 - Switch back to framebuffer page zero before loading the kernel
1535 (thanks, Felix Kuehling).
1536 * Merge from Ubuntu:
1537 - If we're upgrading and /boot/grub/core.img doesn't exist, then don't
1538 ask where to install GRUB, since it probably means we're in some kind
1539 of specialised environment such as a live USB stick (LP: #591202).
1540 - Drop the default priority of grub2/linux_cmdline to medium. We only
1541 need to ask it if we're upgrading from GRUB Legacy and found an empty
1542 kopt in menu.lst (LP: #591202).
1543 * Update branch_embed-sectors.patch, avoiding consuming lots of space and
1544 time if the first partition is not near the start of the disk (closes:
1545 #619458, LP: #691569).
1546
1547 -- Colin Watson <cjwatson@debian.org> Fri, 25 Mar 2011 19:23:04 +0000
1548
1549 grub2 (1.99~rc1-5) unstable; urgency=low
1550
1551 * Update debian/legacy/update-grub to the version from grub 0.97-65.
1552 * Mark binary packages as Multi-Arch: foreign (for example, an amd64
1553 kernel installed on an i386 system could use the native architecture's
1554 GRUB).
1555 * Rewrite find_root_device_from_mountinfo to cope with move-mounts
1556 (LP: #738345).
1557
1558 [ Updated translations ]
1559 * Esperanto (Felipe Castro). Closes: #606524
1560 * Thai (Theppitak Karoonboonyanan). Closes: #607706
1561
1562 -- Colin Watson <cjwatson@debian.org> Wed, 23 Mar 2011 15:51:47 +0000
1563
1564 grub2 (1.99~rc1-4) unstable; urgency=low
1565
1566 * Don't touch /boot/grub/grub2-installed if using the --root-directory
1567 option to grub-install (thanks, Nicolas George; closes: #614927).
1568 * Update branch_devmapper.patch, adding partitioned MD RAID support
1569 (untested) and support for probing multipath disks.
1570 * Update ntldr-img from grub-extras:
1571 - Only call ntfs_fix_mmft if the attribute to find is AT_DATA. This
1572 matches GRUB's NTFS module.
1573 - Install grubinst as grub-ntldr-img.
1574 * Fix loading GRUB from lnxboot (LP: #693671).
1575 * Update branch_embed-sectors.patch to avoid straying into first partition
1576 when embedding-area sectors are in use (closes: #613409, LP: #730225).
1577
1578 -- Colin Watson <cjwatson@debian.org> Tue, 15 Mar 2011 11:01:48 +0000
1579
1580 grub2 (1.99~rc1-3) unstable; urgency=low
1581
1582 * Build for ppc64 (except for grub-emu, which doesn't build cleanly yet).
1583 * Suppress output from debconf-communicate in upgrade-from-grub-legacy.
1584 * Refer to the info documentation at the top of /etc/default/grub (closes:
1585 #612538).
1586 * We need at least freebsd-utils (>= 8.0-4) on kFreeBSD architectures for
1587 camcontrol, so depend on it.
1588 * Tolerate camcontrol failing to read capacity of IDE devices, until such
1589 time as we know how to do this properly (see #612128).
1590 * Adjust /etc/default/grub for rename of GRUB_DISABLE_LINUX_RECOVERY to
1591 GRUB_DISABLE_RECOVERY (closes: #612777).
1592 * Update ntldr-img from grub-extras:
1593 - Install g2hdr.bin and g2ldr.mbr (closes: #613245).
1594
1595 -- Colin Watson <cjwatson@debian.org> Wed, 16 Feb 2011 13:11:11 +0000
1596
1597 grub2 (1.99~rc1-2) unstable; urgency=low
1598
1599 * Merge 1.98+20100804-13 and 1.98+20100804-14, updating translations:
1600 - Kazakh (Baurzhan Muftakhidinov / Timur Birsh).
1601 * mkconfig_skip_dmcrypt.patch: Refer to GRUB_PRELOAD_MODULES rather than
1602 suggesting people write a /etc/grub.d/01_modules script (thanks, Jordan
1603 Uggla).
1604 * Handle empty dir passed to grub_find_root_device_from_mountinfo; fixes
1605 grub-mkrelpath on btrfs subvolumes (LP: #712029).
1606 * Add rootflags=subvol=<name> if / is on a btrfs subvolume (LP: #712029).
1607 * Upload to unstable.
1608
1609 -- Colin Watson <cjwatson@debian.org> Tue, 08 Feb 2011 11:39:26 +0000
1610
1611 grub2 (1.99~rc1-1) experimental; urgency=low
1612
1613 [ Colin Watson ]
1614 * New upstream release candidate.
1615
1616 [ Alexander Kurtz ]
1617 * 05_debian_theme:
1618 - If we find a background image and no colours were specified, use
1619 upstream defaults for color_normal and color_highlight rather than
1620 setting color_normal to black/black.
1621 - Make the code more readable by replacing code for handling
1622 alternatives.
1623 - Make the code for searching for pictures in /boot/grub more readable
1624 and robust (for example against newlines in the filename).
1625 - Don't try the other alternatives when $GRUB_BACKGROUND is set; you can
1626 now add GRUB_BACKGROUND= to /etc/default/grub to force no background
1627 image (closes: #608263).
1628
1629 -- Colin Watson <cjwatson@debian.org> Mon, 17 Jan 2011 13:43:06 +0000
1630
1631 grub2 (1.99~20110112-1) experimental; urgency=low
1632
1633 * New Bazaar snapshot.
1634 - Disable ieee1275_fb on sparc (closes: #560823).
1635 - Fix pf2 font generation on big-endian platforms (closes: #609818).
1636 * branch_butter.patch: Resolve the device returned by
1637 grub_find_root_device_from_mountinfo or find_root_device_from_libzfs
1638 using grub_find_device (closes: #609590, #609814, LP: #700147).
1639
1640 -- Colin Watson <cjwatson@debian.org> Thu, 13 Jan 2011 00:12:41 +0000
1641
1642 grub2 (1.99~20110111-1) experimental; urgency=low
1643
1644 * New Bazaar snapshot.
1645 - Don't check amount of low memory, as reportedly INT 12h can be broken
1646 and if low memory is too low we wouldn't have gotten into
1647 grub_machine_init anyway (closes: #588293, LP: #513528).
1648 - Submenu default support (LP: #691878).
1649 - Fix optimisation-dependent grub-mklayout crash (closes: #609584).
1650 * branch_butter.patch: Don't free an uninitialised pointer if /proc is
1651 unmounted (LP: #697493).
1652 * Add a po/LINGUAS file listing the translations we've synced from the TP
1653 (closes: #609671).
1654
1655 -- Colin Watson <cjwatson@debian.org> Tue, 11 Jan 2011 17:11:44 +0000
1656
1657 grub2 (1.99~20110106-1) experimental; urgency=low
1658
1659 * New Bazaar snapshot.
1660 - Check that named RAID array devices exist before using them (closes:
1661 #606035).
1662 - Clear terminfo output on initialisation (closes: #569678).
1663 - Fix grub-probe when btrfs is on / without a separate /boot.
1664
1665 -- Colin Watson <cjwatson@debian.org> Thu, 06 Jan 2011 13:38:57 +0000
1666
1667 grub2 (1.99~20110104-2) experimental; urgency=low
1668
1669 * Support long command lines as per the 2.06 Linux boot protocol, from the
1670 upstream 'longlinuxcmd' branch.
1671 * Add a background_color command, from the upstream 'parse-color' branch.
1672 * Update branch_devmapper.patch, adding a #include to fix a build failure
1673 on Ubuntu amd64.
1674 * When embedding the core image in a post-MBR gap, check for and avoid
1675 sectors matching any of a number of known signatures, from the upstream
1676 'embed-sectors' branch.
1677
1678 -- Colin Watson <cjwatson@debian.org> Wed, 05 Jan 2011 13:31:05 +0000
1679
1680 grub2 (1.99~20110104-1) experimental; urgency=low
1681
1682 * New Bazaar snapshot.
1683 - Don't emit drivemap directive for Windows Server 2008 (closes:
1684 #607687).
1685 - Don't add spurious RAID array members (closes: #605357).
1686 - Improve presentation of Xen menu entries (closes: #607867).
1687 - Fix PCI probing hangs by skipping remaining functions on devices that
1688 do not implement function 0 (closes: #594967).
1689 - Fix typo in descriptions of extract_legacy_entries_source and
1690 extract_legacy_entries_configfile (LP: #696721).
1691 * Merge 1.98+20100804-12:
1692 - Use semicolons rather than commas to separate size from model in
1693 debconf disk and partition descriptions.
1694 * Add full btrfs support, from the upstream 'butter' branch.
1695 * Support partitioned loop devices and improve devmapper support, from the
1696 upstream 'devmapper' branch.
1697 * Add squashfs 4 support, from the upstream 'squash' branch.
1698
1699 -- Colin Watson <cjwatson@debian.org> Tue, 04 Jan 2011 16:12:45 +0000
1700
1701 grub2 (1.99~20101221-1) experimental; urgency=low
1702
1703 * New Bazaar snapshot.
1704 - Initialise next pointer when creating multiboot module (closes:
1705 #605567).
1706 - Fix gettext quoting to work with bash as /bin/sh, and make echo
1707 UTF-8-clean so that (at least) Catalan boot messages are displayed
1708 properly (closes: #605615).
1709 - Fix use of uninitialised memory in Reed-Solomon recovery code
1710 (LP: #686705).
1711
1712 -- Colin Watson <cjwatson@debian.org> Tue, 21 Dec 2010 17:43:52 +0000
1713
1714 grub2 (1.99~20101210-2) experimental; urgency=low
1715
1716 * Automatically remove MD devices from device.map on upgrade, since the
1717 BIOS cannot read from these and including them in device.map will break
1718 GRUB's ability to read from such devices (LP: #690030).
1719 * Merge 1.98+20100804-9, 1.98+20100804-10, and 1.98+20100804-11:
1720 - Apply debconf template review by debian-l10n-english and mark several
1721 more strings for translation, thanks to David Prévot and Justin B Rye.
1722 - Incorporate rewritten 05_debian_theme by Alexander Kurtz, which works
1723 when /usr is inaccessible by GRUB.
1724
1725 -- Colin Watson <cjwatson@debian.org> Sun, 19 Dec 2010 13:25:14 +0000
1726
1727 grub2 (1.99~20101210-1) experimental; urgency=low
1728
1729 * New Bazaar snapshot.
1730 - ZFS moved into grub-core.
1731 - Extend gettext to fall back from ll_CC to ll, and set lang to include
1732 country part by default so that Chinese works (LP: #686788).
1733 * Remove grub-mknetdir from grub-emu.
1734 * Exit silently from zz-update-grub kernel hook if update-grub does not
1735 exist (e.g. if grub-pc has been removed but not purged; closes:
1736 #606184).
1737
1738 -- Colin Watson <cjwatson@debian.org> Sat, 11 Dec 2010 01:22:26 +0000
1739
1740 grub2 (1.99~20101126-1) experimental; urgency=low
1741
1742 * New Bazaar snapshot (mipsel build fix, LVM-on-RAID probing fix).
1743 * Fix comma-separation in handling of grub-pc/install_devices.
1744
1745 -- Colin Watson <cjwatson@debian.org> Fri, 26 Nov 2010 13:08:52 +0000
1746
1747 grub2 (1.99~20101124-1) experimental; urgency=low
1748
1749 * New Bazaar snapshot (command priorities, build fixes, grub-mkdevicemap
1750 segfault).
1751 * Don't try to build grub-efi-amd64 on kfreebsd-i386 or hurd-i386
1752 (requires gcc-4.4-multilib).
1753
1754 -- Colin Watson <cjwatson@debian.org> Wed, 24 Nov 2010 12:12:33 +0000
1755
1756 grub2 (1.99~20101123-1) experimental; urgency=low
1757
1758 * New Bazaar snapshot (build fixes).
1759 * Build-depend on qemu-utils and parted on non-Hurd architectures.
1760 * qemu_img_exists.patch: Skip partmap test if qemu-img doesn't exist (as
1761 is the case on the Hurd).
1762 * Make grub-efi-ia32 and grub-efi-amd64 depend on efibootmgr so that
1763 grub-install works properly.
1764 * Upgrade the installed core image when upgrading grub-efi-ia32 or
1765 grub-efi-amd64, although only if /boot/efi/EFI/<id> (where <id> is an
1766 identifier based on GRUB_DISTRIBUTOR, e.g. 'debian') already exists.
1767 * Re-expand a couple of dpkg architecture wildcards to exclude certain
1768 special cases: gcc-4.4-multilib is not available on kfreebsd-i386 or
1769 hurd-i386, and qemu-system is not available on hurd-i386.
1770
1771 -- Colin Watson <cjwatson@debian.org> Tue, 23 Nov 2010 10:51:23 +0000
1772
1773 grub2 (1.99~20101122-1) experimental; urgency=low
1774
1775 [ Colin Watson ]
1776 * New Bazaar snapshot. Too many changes to list in full, but some of the
1777 more user-visible ones are as follows:
1778 - GRUB script:
1779 + Function parameters, "break", "continue", "shift", "setparams",
1780 "return", and "!".
1781 + "export" command supports multiple variable names.
1782 + Multi-line quoted strings support.
1783 + Wildcard expansion.
1784 - sendkey support.
1785 - USB hotunplugging and USB serial support.
1786 - Rename CD-ROM to cd on BIOS.
1787 - Add new --boot-directory option to grub-install, grub-reboot, and
1788 grub-set-default; the old --root-directory option is still accepted
1789 but was often confusing.
1790 - Basic btrfs detection/UUID support (but no file reading yet).
1791 - bash-completion for utilities.
1792 - If a device is listed in device.map, always assume that it is
1793 BIOS-visible rather than using extra layers such as LVM or RAID.
1794 - Add grub-mknetdir script (closes: #550658).
1795 - Remove deprecated "root" command.
1796 - Handle RAID devices containing virtio components.
1797 - GRUB Legacy configuration file support (via grub-menulst2cfg).
1798 - Keyboard layout support (via grub-mklayout and grub-kbdcomp).
1799 - Check generated grub.cfg for syntax errors before saving.
1800 - Pause execution for at most ten seconds if any errors are displayed,
1801 so that the user has a chance to see them.
1802 - Support submenus.
1803 - Write embedding zone using Reed-Solomon, so that it's robust against
1804 being partially overwritten (closes: #550702, #591416, #593347).
1805 - GRUB_DISABLE_LINUX_RECOVERY and GRUB_DISABLE_NETBSD_RECOVERY merged
1806 into a single GRUB_DISABLE_RECOVERY variable.
1807 - Fix loader memory allocation failure (closes: #551627).
1808 - Don't call savedefault on recovery entries (closes: #589325).
1809 - Support triple-indirect blocks on ext2 (closes: #543924).
1810 - Recognise DDF1 fake RAID (closes: #603354).
1811
1812 [ Robert Millan ]
1813 * Use dpkg architecture wildcards.
1814
1815 [ Updated translations ]
1816 * Slovenian (Vanja Cvelbar). Closes: #604003
1817 * Dzongkha (dawa pemo via Tenzin Dendup). Closes: #604102
1818
1819 -- Colin Watson <cjwatson@debian.org> Mon, 22 Nov 2010 12:24:56 +0000
1820
1821 grub2 (1.98+20100804-14) unstable; urgency=low
1822
1823 [ Updated translations ]
1824 * Kazakh (Baurzhan Muftakhidinov / Timur Birsh). Closes: #609187
1825
1826 [ Alexander Kurtz ]
1827 * 05_debian_theme:
1828 - If we find a background image and no colours were specified, use
1829 upstream defaults for color_normal and color_highlight rather than
1830 setting color_normal to black/black.
1831 - Don't try the other alternatives when $GRUB_BACKGROUND is set; you can
1832 now add GRUB_BACKGROUND= to /etc/default/grub to force no background
1833 image (closes: #608263).
1834
1835 -- Colin Watson <cjwatson@debian.org> Mon, 17 Jan 2011 23:19:38 +0000
1836
1837 grub2 (1.98+20100804-13) unstable; urgency=low
1838
1839 * Backport from upstream:
1840 - Don't add spurious RAID array members (closes: #605357).
1841
1842 -- Colin Watson <cjwatson@debian.org> Tue, 04 Jan 2011 14:07:14 +0000
1843
1844 grub2 (1.98+20100804-12) unstable; urgency=low
1845
1846 * Backport from upstream:
1847 - Support big ext2 files (closes: #543924).
1848 - Fix gettext quoting to work with bash as /bin/sh, and make echo
1849 UTF-8-clean so that (at least) Catalan boot messages are displayed
1850 properly (closes: #605615).
1851 - Initialise next pointer when creating multiboot module (closes:
1852 #605567).
1853 - Fix PCI probing hangs by skipping remaining functions on devices that
1854 do not implement function 0 (closes: #594967).
1855 * Use semicolons rather than commas to separate size from model in debconf
1856 disk and partition descriptions; commas are too easily confused with the
1857 multiselect choice separator, and in particular make it impossible to
1858 answer questions properly in the editor frontend (closes: #608449).
1859 Unfuzzy all translations where possible.
1860
1861 -- Colin Watson <cjwatson@debian.org> Tue, 04 Jan 2011 00:42:29 +0000
1862
1863 grub2 (1.98+20100804-11) unstable; urgency=low
1864
1865 * Exit silently from zz-update-grub kernel hook if update-grub does not
1866 exist (e.g. if grub-pc has been removed but not purged; closes:
1867 #606184).
1868 * Apply debconf template review by debian-l10n-english and mark several
1869 more strings for translation, thanks to David Prévot and Justin B Rye
1870 (closes: #605748).
1871 * Unfuzzy some translations that were not updated in this round (thanks,
1872 David Prévot; closes: #606921).
1873 * Incorporate rewritten 05_debian_theme by Alexander Kurtz, which works
1874 when /usr is inaccessible by GRUB (closes: #605705).
1875 * Backport from upstream:
1876 - Recognise DDF1 DM-RAID (closes: #603354).
1877
1878 [ Updated translations ]
1879 * Chinese (YunQiang Su). Closes: #606426
1880 * Indonesian (Arief S Fitrianto). Closes: #606431
1881 * Slovenian (Vanja Cvelbar). Closes: #606445
1882 * Swedish (Martin Bagge / brother). Closes: #606455
1883 * Ukrainian (Yatsenko Alexandr). Closes: #606538
1884 * Basque (Iñaki Larrañaga Murgoitio). Closes: #606644
1885 * Slovak (Slavko). Closes: #606663
1886 * Catalan (Jordi Mallach).
1887 * Bulgarian (Damyan Ivanov). Closes: #606452
1888 * Persian (Morteza Fakhraee). Closes: #606672
1889 * Russian (Yuri Kozlov). Closes: #606753
1890 * Dutch (Paul Gevers). Closes: #606807
1891 * Japanese (Hideki Yamane). Closes: #606836
1892 * French (Christian Perrier). Closes: #606842
1893 * Czech (Miroslav Kure). Closes: #606854
1894 * Spanish (Francisco Javier Cuadrado). Closes: #606903
1895 * Portuguese (Tiago Fernandes / Miguel Figueiredo). Closes: #606908
1896 * German (Martin Eberhard Schauer). Closes: #606896
1897
1898 -- Colin Watson <cjwatson@debian.org> Sat, 18 Dec 2010 17:20:09 +0000
1899
1900 grub2 (1.98+20100804-10) unstable; urgency=low
1901
1902 * fix_crash_condition_in_kfreebsd_loader.patch: Import from upstream.
1903 Fixes crash condition in case kfreebsd_* commands are used after
1904 kfreebsd has (gracefully) failed.
1905
1906 -- Robert Millan <rmh@debian.org> Tue, 30 Nov 2010 19:40:11 +0100
1907
1908 grub2 (1.98+20100804-9) unstable; urgency=low
1909
1910 [ Robert Millan ]
1911 * Import from upstream:
1912 - refuse_embedingless_cross_disk.patch: Refuse to do a cross-disk
1913 embeddingless install rather than creating a broken install.
1914 - fix_grub_install_error_msg.patch: Replace useless recomendation to
1915 pass --modules with a recomendation to report a bug.
1916 - message_refresh.patch: Make error messages visible again. (Closes: #605485)
1917
1918 [ Jordi Mallach ]
1919 * Update Catalan translation with latest file from the Translation Project.
1920
1921 [ Updated translations ]
1922 * Slovenian (Vanja Cvelbar). Closes: #604003
1923 * Dzongkha (dawa pemo via Tenzin Dendup). Closes: #604102
1924
1925 -- Robert Millan <rmh@debian.org> Tue, 30 Nov 2010 15:44:02 +0100
1926
1927 grub2 (1.98+20100804-8) unstable; urgency=low
1928
1929 [ Robert Millan ]
1930 * increase_disk_limit.patch: Increase SCSI/IDE disk limits to cope with
1931 Sun Fire X4500.
1932 * linux_mdraid_1x.patch: Support for Linux MD RAID v1.x. (Closes: #593652)
1933 * yeeloong_boot_info.patch: On Yeeloong, pass machine type information
1934 to Linux.
1935
1936 [ Updated translations ]
1937 * Portuguese fixed by Christian Perrier (variable names
1938 were translated)
1939
1940 -- Robert Millan <rmh@debian.org> Fri, 05 Nov 2010 23:43:15 +0100
1941
1942 grub2 (1.98+20100804-7) unstable; urgency=low
1943
1944 [ Robert Millan ]
1945 * zfs_fix_mkrelpath.patch: Replace with proper fix from upstream Bazaar.
1946 (Closes: #601087)
1947
1948 [ Updated translations ]
1949 * Vietnamese (Clytie Siddall). Closes: #598327
1950 * Icelandic (Sveinn í Felli). Closes: #600126
1951
1952 -- Robert Millan <rmh@debian.org> Sun, 24 Oct 2010 16:35:37 +0200
1953
1954 grub2 (1.98+20100804-6) unstable; urgency=low
1955
1956 [ Robert Millan ]
1957 * zfs_v23.patch: Accept ZFS up to v23 (no changes required).
1958 * fix_usb_boot.patch: Fix boot on USB devices, for BIOSes that
1959 expose them as floppies. (Closes: #600580)
1960 * zfs_fix_mkrelpath.patch: Fix grub-mkrelpath for non-root ZFS.
1961 (Closes: #600578)
1962
1963 [ Updated translations ]
1964 * Kazakh (kk.po) by Baurzhan Muftakhidinov via Timur Birsh (closes:
1965 #598188).
1966 * Portuguese (pt.po) by Tiago Fernandes via Rui Branco (closes: #599767).
1967 * Catalan (ca.po) by Jordi Mallach.
1968
1969 -- Robert Millan <rmh@debian.org> Thu, 21 Oct 2010 23:45:23 +0200
1970
1971 grub2 (1.98+20100804-5) unstable; urgency=low
1972
1973 [ Updated translations ]
1974 * Hebrew (he.po) by Omer Zak and Lior Kaplan (closes: #593855).
1975 * Romanian (ro.po) by ioan-eugen STAN (closes: #595727).
1976 * Esperanto (eo.po) by Felipe Castro (closes: #596171).
1977
1978 [ Colin Watson ]
1979 * Make grub-efi-amd64 conflict with grub-pc as well as the other way
1980 round.
1981 * Backport upstream patches to fix DM-RAID support (closes: #594221,
1982 LP: #634840).
1983
1984 [ Robert Millan ]
1985 * enable_zfs.patch: Fix grub-fstest build problem.
1986 * zfs_fix_label_arg.patch: Fix kfreebsd_device initialization on ZFS
1987 for non-main filesystems.
1988
1989 -- Colin Watson <cjwatson@debian.org> Fri, 17 Sep 2010 23:45:10 +0100
1990
1991 grub2 (1.98+20100804-4) unstable; urgency=low
1992
1993 [ Updated translations ]
1994 * Italian (it.po) by Luca Monducci (closes: #593685).
1995 * Finnish (fi.po) by Esko Arajärvi (closes: #593921).
1996
1997 [ Colin Watson ]
1998 * Run update-grub from kernel hooks if DEB_MAINT_PARAMS is unset, for
1999 compatibility with old kernel packages. This may produce duplicate runs
2000 of update-grub, but that's better than not running it at all (closes:
2001 #594037).
2002
2003 -- Colin Watson <cjwatson@debian.org> Mon, 23 Aug 2010 12:11:55 +0100
2004
2005 grub2 (1.98+20100804-3) unstable; urgency=low
2006
2007 [ Updated translations ]
2008 * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge (closes: #592156).
2009 * Asturian (ast.po) by Maacub (closes: #592313).
2010 * Galician (gl.po) by Jorge Barreiro (closes: #592816).
2011
2012 [ Robert Millan ]
2013 * Backport ZFS bugfixes from upstream Bazaar:
2014 - zfs_fix_chroot.patch: Fix breakage when running grub-probe inside chroot.
2015 - zfs_fix_label_arg.patch: Fix grub-probe fs_label argument.
2016 - zfs_fix_pathname.patch: Fix pathname for non-root ZFS filesystems.
2017 - zfs_fix_segfault.patch: Fix segfault when /dev is not mounted.
2018
2019 [ Colin Watson ]
2020 * Escape single quotes when removing them from $mode in zz-update-grub, so
2021 that this works when /bin/sh is bash (thanks, Will Dyson; closes:
2022 #593242).
2023 * Add support for ext2 root on GNU/kFreeBSD (thanks, Aurelien Jarno;
2024 closes: #593467).
2025
2026 -- Colin Watson <cjwatson@debian.org> Thu, 19 Aug 2010 18:21:45 +0100
2027
2028 grub2 (1.98+20100804-2) unstable; urgency=low
2029
2030 [ Colin Watson ]
2031 * Make /etc/kernel/postrm.d/zz-update-grub a real file rather than a
2032 symlink (closes: #592076).
2033
2034 [ Updated translations ]
2035 * Norwegian Bokmål (nb.po) by Hans Nordhaug (closes: #591569).
2036
2037 -- Colin Watson <cjwatson@debian.org> Sat, 07 Aug 2010 17:53:34 +0100
2038
2039 grub2 (1.98+20100804-1) unstable; urgency=low
2040
2041 * New Bazaar snapshot.
2042 - Fix grub-emu build on GNU/kFreeBSD (closes: #591490).
2043
2044 [ Colin Watson ]
2045 * Add kernel hook scripts and remove any uses of update-grub as a
2046 postinst_hook or postrm_hook in /etc/kernel-img.conf (closes: #554175).
2047 Thanks to Ben Hutchings for advice and to Harald Braumann for an early
2048 implementation.
2049 * Extend the existing GRUB_LEGACY_0_BASED_PARTITIONS handling to avoid
2050 new-style partition naming when generating output for GRUB Legacy
2051 (closes: #590554).
2052
2053 [ Updated translations ]
2054 * Slovak (sk.po) by Slavko (closes: #591458).
2055
2056 -- Colin Watson <cjwatson@debian.org> Wed, 04 Aug 2010 04:48:11 +0100
2057
2058 grub2 (1.98+20100802-1) unstable; urgency=low
2059
2060 * New Bazaar snapshot.
2061 - Remove compatibility with terminal.mod prior to
2062 terminal_input/terminal_output separation (LP: #519358).
2063 - Enable `grub-probe -t device' resolution on ZFS.
2064 - Don't use UUID for LVM root when generating Xen entries (closes:
2065 #591093).
2066 - Restore missing whitespace to commands' --help output (closes:
2067 #590874).
2068 - Select unique numbers for named RAID arrays, for use as keys in the
2069 disk cache.
2070
2071 [ Updated translations ]
2072 * German (Martin Eberhard Schauer). Closes: #590108
2073 * Spanish (Francisco Javier Cuadrado). Closes: #590448
2074 * Traditional Chinese (Tetralet). Closes: #591191
2075 * Danish (Joe Hansen). Closes: #591223
2076 * Dutch (Paul Gevers). Closes: #590864
2077 * Japanese (Hideki Yamane). Closes: #591058
2078
2079 [ Robert Millan ]
2080 * postinst.in: Fill in device size and model information on GNU/kFreeBSD,
2081 using camcontrol.
2082 * patches/enable_zfs.patch: New patch. Link ZFS from grub-extras into
2083 grub-probe and grub-setup.
2084 * control: Build-Depend on libzfs-dev and libnvpair-dev on kfreebsd-*.
2085
2086 [ Colin Watson ]
2087 * Offer RAID devices as GRUB installation targets if they contain /,
2088 /boot, or /boot/grub.
2089
2090 -- Colin Watson <cjwatson@debian.org> Tue, 03 Aug 2010 02:13:07 +0100
2091
2092 grub2 (1.98+20100722-1) unstable; urgency=low
2093
2094 * New Bazaar snapshot.
2095 - Don't count named RAID arrays when looking for unused array numbers.
2096
2097 [ Colin Watson ]
2098 * Merge from Ubuntu:
2099 - grub-common Breaks: lupin-support (<< 0.30) due to a grub-mkimage
2100 syntax change (lupin-support isn't in Debian, but this is harmless
2101 anyway).
2102
2103 -- Colin Watson <cjwatson@debian.org> Thu, 22 Jul 2010 14:33:34 +0100
2104
2105 grub2 (1.98+20100720-1) unstable; urgency=low
2106
2107 * New Bazaar snapshot.
2108 - Link to Info documentation on changes from GRUB Legacy in README
2109 (closes: #502623).
2110 - Add support for mdadm metadata formats 1.x (closes: #492897).
2111
2112 [ Aaron M. Ucko ]
2113 * Compare -trunk kernels earlier than numeric ABIs (closes: #568160).
2114
2115 [ Colin Watson ]
2116 * Remove /boot/grub/device.map, /boot/grub/grubenv,
2117 /boot/grub/installed-version, and /boot/grub/locale/ on purge, if
2118 permitted (closes: #547679).
2119 * Convert from CDBS to dh.
2120 * Use exact-version dependencies in grub2 and grub-efi, to reduce
2121 potential confusion.
2122 * Raise priority of grub-common and grub-pc to optional (also done in
2123 archive overrides).
2124 * Copy-edit debian/presubj.
2125 * Use 'mktemp -t' rather than hardcoding /tmp (closes: #589537).
2126
2127 [ Mario 'BitKoenig' Holbe ]
2128 * Update /etc/grub.d/05_debian_theme to handle multiple entries in
2129 GRUB_TERMINAL_OUTPUT (closes: #589322).
2130
2131 [ Updated translations ]
2132 * Simplified Chinese (zh_CN.po) by YunQiang Su (closes: #589013).
2133 * Russian (ru.po) by Yuri Kozlov (closes: #589244).
2134 * Swedish (sv.po) by Martin Bagge / brother (closes: #589259).
2135 * Bulgarian (bg.po) by Damyan Ivanov (closes: #589272).
2136 * Indonesian (id.po) by Arief S Fitrianto (closes: #589318).
2137 * Arabic (ar.po) by Ossama M. Khayat.
2138 * Basque (eu.po) by Iñaki Larrañaga Murgoitio (closes: #589489).
2139 * Persian (fa.po) by Bersam Karbasion (closes: #589544).
2140 * Czech (cs.po) by Miroslav Kure (closes: #589568).
2141 * Belarusian (be.po) by Viktar Siarheichyk (closes: #589634).
2142
2143 -- Colin Watson <cjwatson@debian.org> Wed, 21 Jul 2010 09:11:14 +0100
2144
2145 grub2 (1.98+20100710-1) unstable; urgency=low
2146
2147 * New Bazaar snapshot.
2148 - Handle degraded RAID arrays in grub-probe and grub-setup.
2149 - Fix gfxterm pager handling.
2150
2151 [ Fabian Greffrath ]
2152 * Get value of correct debconf question when deciding whether to purge
2153 /boot/grub (closes: #588331).
2154
2155 [ Colin Watson ]
2156 * Generate device.map in something closer to the old ordering (thanks,
2157 Vadim Solomin).
2158
2159 [ Updated translations ]
2160 * Croatian (hr.po) by Josip Rodin, closes: #588350.
2161 * French (fr.po) by Christian Perrier (closes: #588695).
2162
2163 -- Colin Watson <cjwatson@debian.org> Mon, 12 Jul 2010 11:46:53 +0100
2164
2165 grub2 (1.98+20100706-1) unstable; urgency=low
2166
2167 * New Bazaar snapshot.
2168 - USB hub support.
2169 - Fix GRUB_BACKGROUND configuration ordering.
2170 - Fix corruption of first entry name in a reiserfs directory.
2171 - Don't include MD devices when generating device.map (if you're using
2172 RAID and upgraded through 1.98+20100702-1 or 1.98+20100705-1, you may
2173 need to fix this up manually).
2174
2175 -- Colin Watson <cjwatson@debian.org> Tue, 06 Jul 2010 18:06:40 +0100
2176
2177 grub2 (1.98+20100705-1) unstable; urgency=medium
2178
2179 * New Bazaar snapshot.
2180 - Bidi and diacritics support.
2181 + Use terminfo for ieee1275 terminals (closes: #586953).
2182 - Don't use empty grub_device in EFI grub-install (closes: #587838).
2183 - Fix grub-setup core.img comparison when not embedding (thanks, Matt
2184 Kraai and M. Vefa Bicakci; closes: #586621).
2185
2186 * Update Source: in debian/copyright (thanks, Jörg Sommer).
2187 * Convert by-id disk device names from device.map to traditional device
2188 names for display (closes: #587951).
2189 * Set urgency=medium. We've cleared out most of the apparent regressions
2190 at this point, and #550704 is getting more and more urgent to fix in
2191 testing.
2192
2193 -- Colin Watson <cjwatson@debian.org> Mon, 05 Jul 2010 02:09:58 +0100
2194
2195 grub2 (1.98+20100702-1) unstable; urgency=low
2196
2197 * New Bazaar snapshot.
2198 - Use video functions in Linux loader rather than hardcoding UGA; load
2199 all available video backends (closes: #565576, probably).
2200 - Add support for initrd images on Fedora 13.
2201 - Output grub.cfg stanzas for Xen (closes: #505517).
2202 - Add 'cat --dos' option to treat DOS-style "\r\n" line endings as
2203 simple newlines (closes: #586358).
2204 - Change grub-mkdevicemap to emit /dev/disk/by-id/ names where possible
2205 on Linux.
2206 - Return CF correctly in mmap e820/e801 int15 hook (closes: #584846).
2207 - The info documentation now has no broken references, although of
2208 course it could still use more work (closes: #553460).
2209 - Support GRUB_BADRAM in grub-mkconfig.
2210 - Skip LVM snapshots (closes: #574863).
2211
2212 [ Colin Watson ]
2213 * Mention grub-rescue-usb.img in grub-rescue-pc description (closes:
2214 #586462).
2215 * Add instructions for using grub-rescue-usb.img (closes: #586463).
2216 * Remove /usr/lib/grub/mips-* from grub-common rather than the incorrect
2217 /usr/lib/grub/mipsel-*, so that it stops clashing with grub-yeeloong;
2218 add a versioned Replaces to grub-yeeloong just in case (closes:
2219 #586526).
2220 * Remove qemu-system build-dependency on hurd-i386, where it doesn't seem
2221 to exist. Disable tests if qemu-system-i386 isn't available.
2222 * Mark "upgrade-from-grub-legacy" paragraph in
2223 grub-pc/chainload_from_menu.lst as untranslatable.
2224 * Update Homepage field (thanks, Sedat Dilek).
2225 * On Linux, if /boot/grub/device.map exists on upgrade to this version,
2226 regenerate it to use stable device names in /dev/disk/by-id/. If it had
2227 more than one entry, then display a critical-priority debconf note
2228 (sorry, but it's better than silently breaking boot menu entries)
2229 advising people to check custom boot menu entries and update them if
2230 necessary (closes: #583271).
2231 * Use 'set -e' rather than '#! /bin/sh -e' or '#! /bin/bash -e', to avoid
2232 accidents when debugging with 'sh -x'.
2233 * Store grub-pc/install_devices as persistent device names under
2234 /dev/disk/by-id/ (closes: #554790). Migrate previous device names to
2235 that, with explicit confirmation in non-trivial cases to make sure we
2236 got the right ones. If the devices we were told to install to ever go
2237 away, ask again. (This is based on the implementation in Ubuntu.)
2238 * If grub-install fails during upgrade-from-grub-legacy, allow the user to
2239 try again with a different device, but failing that cancel the upgrade
2240 (closes: #587790).
2241 * Remove numbering from patch files. The order is now explicit in a quilt
2242 series file, and renumbering from time to time is tedious.
2243
2244 [ Updated translations ]
2245 * Ukrainian (uk.po) by Yatsenko Alexandr / Borys Yanovych (closes:
2246 #586611).
2247 * Indonesian (id.po) by Arief S Fitrianto (closes: #586799).
2248 * Swedish (sv.po) by Martin Bagge (closes: #586827).
2249 * Persian (fa.po) by Behrad Eslamifar (closes: #587085).
2250 * French (fr.po) by Christian Perrier (closes: #587383).
2251 * Galician (gl.po) by Jorge Barreiro (closes: #587796).
2252
2253 [ Robert Millan ]
2254 * Add commented GRUB_BADRAM example in debian/default/grub.
2255
2256 -- Colin Watson <cjwatson@debian.org> Fri, 02 Jul 2010 17:42:56 +0100
2257
2258 grub2 (1.98+20100617-1) unstable; urgency=low
2259
2260 * New Bazaar snapshot.
2261 - Fix i386-pc prefix handling with nested partitions (closes: #585068).
2262
2263 * When running grub-pc.postinst from upgrade-from-grub-legacy, tell it to
2264 disregard the fact that /boot/grub/stage2 and /boot/grub/menu.lst still
2265 exist (closes: #550477).
2266 * Touch a marker file when grub-install is run but GRUB Legacy files are
2267 still around. If that marker file is present, pretend that GRUB Legacy
2268 files are missing when upgrading.
2269 * If GRUB Legacy files are present when upgrading, scan boot sectors of
2270 all disks for GRUB 2. If we find GRUB 2 installed anywhere, then ask
2271 the user if they want to finish conversion to GRUB 2, and warn them that
2272 not doing so may render the system unbootable (closes: #586143). Thanks
2273 to Sedat Dilek for helping to narrow down this bug.
2274 * Leaving grub-pc/install_devices empty makes sense in some situations,
2275 but more often than not is a mistake. On the other hand, automatically
2276 selecting all disk devices would upset some people too. Compromise by
2277 simply asking for explicit confirmation if grub-pc/install_devices is
2278 left empty, defaulting to false so that simply selecting all the
2279 defaults in debconf can't leave you with an unbootable system (closes:
2280 #547944, #557425).
2281
2282 -- Colin Watson <cjwatson@debian.org> Sat, 19 Jun 2010 01:31:40 +0100
2283
2284 grub2 (1.98+20100614-2) unstable; urgency=low
2285
2286 * Build-depend on gcc-4.4-multilib on i386 and kopensolaris-i386 too, in
2287 order to build grub-efi-amd64.
2288 * Ignore non-option arguments in grub-mkconfig (closes: #586056).
2289
2290 -- Colin Watson <cjwatson@debian.org> Wed, 16 Jun 2010 17:58:48 +0100
2291
2292 grub2 (1.98+20100614-1) unstable; urgency=low
2293
2294 * New Bazaar snapshot.
2295 - Make target-related error messages from grub-mkimage slightly more
2296 helpful (closes: #584415).
2297 - Fix underquoting that broke savedefault (thanks, Mario 'BitKoenig'
2298 Holbe; closes: #584812).
2299 - Expand 'info grub' substantially, including a new section on
2300 configuring authentication (closes: #584822).
2301 - Give all manual pages proper NAME sections (closes: #496706).
2302
2303 * Update 915resolution from grub-extras:
2304 - Fix a hang with 945GME (thanks, Sergio Perticone; closes: #582142).
2305
2306 [ Colin Watson ]
2307 * Disable grub-emu on sparc for the time being. We're currently trying to
2308 use TARGET_* flags to build it, which won't work.
2309 * Don't build-depend on libsdl1.2-dev on hurd-i386. Although
2310 libsdl1.2-dev exists there, it's currently uninstallable due to missing
2311 libpulse-dev, and we can happily live without it for now.
2312 * kfreebsd-amd64 needs gcc-4.4-multilib too (closes: #585668).
2313 * Warn and return without error from prepare_grub_to_access_device if
2314 /boot is a dm-crypt device (thanks, Marc Haber; closes: #542165).
2315 * Make /etc/grub.d/05_debian_theme usable by shells other than bash
2316 (thanks, Alex Chiang; closes: #585561).
2317 * Remove grub-mkisofs leftovers from debian/copyright.
2318 * Fix reversed sense of DEB_BUILD_OPTIONS=nocheck handling.
2319 * Build-depend on qemu-system for grub-pc tests.
2320
2321 -- Colin Watson <cjwatson@debian.org> Tue, 15 Jun 2010 12:45:35 +0100
2322
2323 grub2 (1.98+20100602-2) unstable; urgency=low
2324
2325 * Only build-depend on libdevmapper-dev on Linux architectures.
2326 * Don't build-depend on libusb-dev on hurd-i386, where it doesn't seem to
2327 be available.
2328 * Fix printf format mismatch in disk/usbms.c (closes: #584474).
2329 * Fix verbose error output when device-mapper isn't supported by the
2330 running kernel (closes: #584196).
2331 * Prepend "part_" to partmap module names in grub-mkconfig, in line with
2332 grub-install (closes: #584426).
2333
2334 -- Colin Watson <cjwatson@debian.org> Fri, 04 Jun 2010 14:01:58 +0100
2335
2336 grub2 (1.98+20100602-1) unstable; urgency=low
2337
2338 * New Bazaar snapshot.
2339 - Add btrfs probing support, currently only in the single-device case
2340 (closes: #540786).
2341 - Fix grub-emu build on mips/powerpc/sparc.
2342 - Add safety check to make sure that /boot/grub/locale exists before
2343 trying to probe it (closes: #567211).
2344 - Several 'info grub' improvements, including a new section on
2345 configuration file generation using grub-mkconfig which documents the
2346 available keys in /etc/default/grub (closes: #497085).
2347 - Many USB fixes.
2348
2349 [ Colin Watson ]
2350 * Reorganise configure and build targets in debian/rules to use stamp
2351 files. configure/* never existed and build/* was always a directory, so
2352 make never considered either of them up to date (closes: #450505).
2353 * Remove config.h.in from AUTOGEN_FILES, since autoheader doesn't
2354 necessarily update it.
2355 * Remove conf/gcry.mk from AUTOGEN_FILES, and conf/gcry.rmk from their
2356 dependencies. autogen.sh runs util/import_gcry.py after autoconf et al,
2357 so conf/gcry.rmk's timestamp will be later than some of the
2358 autogenerated outputs.
2359 * Go back to shipping rescue images in the grub-rescue-pc .deb itself
2360 rather than generating them in the postinst. This means that (a) they
2361 get removed when the package is removed (closes: #584176); (b) they are
2362 listed in package metadata, as is proper for files in /usr (closes:
2363 #584218); (c) grub-rescue-pc can potentially be used as a
2364 build-dependency for other packages that need to build GRUB images into
2365 installation media etc., without having to build-depend on grub-pc which
2366 isn't coinstallable with other platform variants and does invasive
2367 things in its postinst.
2368 * Add grub-mkrescue patch from Thomas Schmitt to allow reducing the size
2369 of xorriso-created images. Use this to ensure that
2370 grub-rescue-floppy.img fits well within size limits (closes: #548320).
2371
2372 -- Colin Watson <cjwatson@debian.org> Thu, 03 Jun 2010 11:24:41 +0100
2373
2374 grub2 (1.98+20100527-2) unstable; urgency=low
2375
2376 * Always override statically-linked-binary Lintian tag for kernel.img;
2377 dynamic linking makes no sense here.
2378 * kernel.img is stripped upstream where it can be, but override Lintian's
2379 error for the cases where it can't.
2380 * Override binary-from-other-architecture for kernel.img as well as *.mod
2381 when building grub-efi-amd64 on i386.
2382
2383 -- Colin Watson <cjwatson@debian.org> Tue, 01 Jun 2010 13:48:14 +0100
2384
2385 grub2 (1.98+20100527-1) unstable; urgency=low
2386
2387 * New Bazaar snapshot.
2388 - Support multiple terminals in grub-mkconfig, e.g.
2389 GRUB_TERMINAL='serial console' (closes: #506707).
2390 - Speed up consecutive hostdisk operations on the same device (closes:
2391 #508834, #574088).
2392 - Fix grammar error in grub-setup warning (closes: #559005).
2393 - Use xorriso for image creation rather than embedding a modified copy
2394 of mkisofs (closes: #570156).
2395 - Issue an error rather than segfaulting if only some LVM component
2396 devices are in device.map (closes: #577808).
2397 - Fix typo in make_device_name which caused grub-probe problems on
2398 systems with BSD disk labels (closes: #578201).
2399 - Add DM-RAID probe support (closes: #579919).
2400 - Include all gnumach kernels on Hurd, not just gnumach and gnumach.gz
2401 (closes: #581584).
2402
2403 [ Colin Watson ]
2404 * Restore TEXTDOMAINDIR correction in grub.d files, lost by mistake in a
2405 merge. Noticed by Anthony Fok.
2406 * Don't fail on purge if the ucf association has already been taken over
2407 by a different grub package (closes: #574176).
2408 * Add debian/grub-extras/*/conf/*.mk to AUTOGEN_FILES.
2409 * Remove support for the lpia architecture, now removed from Ubuntu.
2410 * Conflict with grub (<< 0.97-54) as well as grub-legacy.
2411 * Build-depend on libdevmapper-dev for DM-RAID probe support.
2412 * Switch to quilt.
2413 * Suggest xorriso (>= 0.5.6.pl00) in grub-common, since grub-mkrescue now
2414 needs it. Depend on it in grub-rescue-pc.
2415 * Move grub-mkimage to grub-common, now that it only has one
2416 implementation.
2417 * Clean up temporary files used while building grub-firmware-qemu.
2418 * Make grub-probe work with symlinks under /dev/mapper (closes: #550704).
2419 * When upgrading a system where GRUB 2 is chainloaded from GRUB Legacy and
2420 upgrade-from-grub-legacy has not been run, upgrade the chainloaded image
2421 rather than confusing the user by prompting them where they want to
2422 install GRUB (closes: #546822).
2423 * Build-depend on libsdl1.2-dev for SDL support in grub-emu.
2424 * Don't leak debconf's file descriptor to update-grub, so that the LVM
2425 tools called from os-prober don't complain about it (closes: #549976).
2426 Other leaks are not this package's fault, may not be bugs at all, and in
2427 any case os-prober 1.36 suppresses the warnings.
2428 * Build-depend on flex (>= 2.5.35).
2429 * Build-depend on gcc-4.4-multilib on amd64.
2430
2431 [ Updated translations ]
2432 * Slovenian (sl.po) by Vanja Cvelbar (closes: #570110).
2433 * Vietnamese (vi.po) by Clytie Siddall (closes: #574578).
2434 * Tamil (ta.po) by Tirumurti Vasudevan (closes: #578282).
2435 * Portuguese (pt.po) by Tiago Fernandes (closes: #580140).
2436 * Romanian (ro.po) by Eddy Petrișor / Andrei Popescu (closes: #583185).
2437
2438 -- Colin Watson <cjwatson@debian.org> Tue, 01 Jun 2010 11:24:38 +0100
2439
2440 grub2 (1.98-1) unstable; urgency=low
2441
2442 * New upstream release (closes: #572898).
2443 - Fix grub-script-check to handle empty lines (closes: #572302).
2444 - Fix offset computation when reading last sectors. Partition reads and
2445 writes within and outside a partition (closes: #567469, #567884).
2446 - Fix script execution error handling bug that meant that an error in a
2447 menuentry's last statement caused the whole menuentry to fail (closes:
2448 #566538, LP: #464743).
2449 - Support GRUB_GFXPAYLOAD_LINUX (closes: #536453, LP: #416772).
2450
2451 [ Samuel Thibault ]
2452 * Add GRUB_INIT_TUNE example to /etc/default/grub (closes: #570340).
2453
2454 [ Colin Watson ]
2455 * Build-depend on libusb-dev so that grub-emu is reliably built with USB
2456 support (closes: #572854).
2457 * Update directions in debian/rules on exporting grub-extras to account
2458 for it being maintained in Bazaar nowadays.
2459 * Add myself to Uploaders.
2460 * Acknowledge NMUs, thanks to Torsten Landschoff and Julien Cristau.
2461
2462 -- Colin Watson <cjwatson@debian.org> Tue, 09 Mar 2010 13:25:35 +0000
2463
2464 grub2 (1.98~20100128-1.2) unstable; urgency=low
2465
2466 * Non-maintainer upload.
2467 * Stop setting gfxpayload=keep (closes: #567245).
2468
2469 -- Julien Cristau <jcristau@debian.org> Sun, 14 Feb 2010 20:37:51 +0100
2470
2471 grub2 (1.98~20100128-1.1) unstable; urgency=low
2472
2473 * Non-maintainer upload.
2474 * Apply trivial patch (already merged upstream) fixing the offset
2475 computation for non-cached reads (closes: #567637).
2476
2477 -- Torsten Landschoff <torsten@debian.org> Mon, 08 Feb 2010 22:15:01 +0100
2478
2479 grub2 (1.98~20100128-1) unstable; urgency=low
2480
2481 * New Bazaar snapshot.
2482 - Fix corruption problem when reading files from CDROM. (Closes: #567219)
2483
2484 [ Felix Zielcke ]
2485 * Never strip kernel.img in rules. Upstream already does it when it
2486 can be done. (Closes: #561933)
2487 * Bump Standards-Version to 3.8.4.
2488
2489 [ Robert Millan ]
2490 * rules: Run the testsuite (make check) when building grub-pc.
2491
2492 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 28 Jan 2010 16:28:45 +0100
2493
2494 grub2 (1.98~20100126-1) unstable; urgency=low
2495
2496 * New Bazaar snapshot.
2497 - Includes mipsel-yeeloong port.
2498
2499 [ Robert Millan ]
2500 * config.in: Lower priority of grub2/linux_cmdline_default.
2501
2502 [ Felix Zielcke ]
2503 * Drop `CFLAGS=-O0' workaround on powerpc. Should be fixed correctly now.
2504 * Ship grub-bin2h and grub-script-check in grub-common.
2505 * Terminate NEWS.Debian with a blank line like lintian would suggest
2506 if that check would be working correctly.
2507
2508 -- Felix Zielcke <fzielcke@z-51.de> Tue, 26 Jan 2010 19:26:25 +0100
2509
2510 grub2 (1.98~20100115-1) unstable; urgency=low
2511
2512 * New Bazaar snapshot.
2513 - Includes savedefault / grub-reboot branch.
2514 - Includes Multiboot video support (from latest 1.x draft).
2515
2516 -- Robert Millan <rmh.debian@aybabtu.com> Fri, 15 Jan 2010 18:15:26 +0100
2517
2518 grub2 (1.98~20100110-1) unstable; urgency=low
2519
2520 * New Bazaar snapshot.
2521
2522 [ Robert Millan ]
2523 * grub-rescue-pc.postinst: Fix image generation during upgrades.
2524 (Closes: #564261)
2525
2526 -- Robert Millan <rmh.debian@aybabtu.com> Sun, 10 Jan 2010 02:45:52 +0100
2527
2528 grub2 (1.98~20100107-1) unstable; urgency=low
2529
2530 * New Bazaar snapshot.
2531
2532 [ Robert Millan ]
2533 * grub-rescue-pc.postinst: Use grub-mkrescue for floppy as well.
2534
2535 [ Updated translations ]
2536 * Chinese (zh_TW.po) by Tetralet. (Closes: #564044)
2537
2538 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 07 Jan 2010 17:56:10 +0100
2539
2540 grub2 (1.98~20100101-1) unstable; urgency=high
2541
2542 * New Bazaar snapshot.
2543 - Fix FTBS on sparc.
2544
2545 [ Robert Millan ]
2546 * rules: Auto-update version from debian/changelog.
2547
2548 [ Felix Zielcke ]
2549 * Add -O0 to CFLAGS on powerpc to avoid the `_restgpr_31_x in boot is
2550 not defined' FTBFS.
2551
2552 -- Felix Zielcke <fzielcke@z-51.de> Fri, 01 Jan 2010 00:31:37 +0100
2553
2554 grub2 (1.98~20091229-1) unstable; urgency=high
2555
2556 * New Bazaar snapshot.
2557 - Fix slowness when $prefix uses an UUID.
2558 (Closes: #541145, LP: #420933)
2559 - Correctly set TARGET_CFLAGS. (Closes: #562953)
2560
2561 [ Robert Millan ]
2562 * grub-rescue-pc.postinst: Build USB rescue image.
2563 * rules: Invoke configure with relative path. This makes binaries smaller,
2564 since dprintf strings are constructed using this path.
2565
2566 [ Felix Zielcke ]
2567 * Urgency=high due to RC bug fix.
2568 * Fix version comparison in grub-common.preinst for handling obsolete
2569 /etc/grub.d/10_freebsd. (Closes: #562921)
2570
2571 -- Felix Zielcke <fzielcke@z-51.de> Tue, 29 Dec 2009 16:05:00 +0100
2572
2573 grub2 (1.98~20091222-1) unstable; urgency=low
2574
2575 * New Baazar snapshot.
2576 - Make 30_os-prober again dash compatible. (Closes: #562034)
2577
2578 -- Felix Zielcke <fzielcke@z-51.de> Tue, 22 Dec 2009 12:50:57 +0100
2579
2580 grub2 (1.98~20091221-1) unstable; urgency=low
2581
2582 * New Bazaar snapshot.
2583 - Fix search command failing on some broken BIOSes. (Closes: #530357)
2584
2585 [ Felix Zielcke ]
2586 * Add Replaces:/Conflicts: grub-linuxbios to grub-coreboot. (Closes: #561811)
2587 * Delete obsolete /etc/grub.d/10_freebsd if it has not been modified,
2588 else disable it. (Closes: #560346)
2589
2590 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 21 Dec 2009 22:04:17 +0100
2591
2592 grub2 (1.98~20091210-1) unstable; urgency=low
2593
2594 * Version bump.
2595
2596 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 14 Dec 2009 14:52:59 +0100
2597
2598 grub2 (1.97+20091210-1) unstable; urgency=low
2599
2600 * New Bazaar snapshot.
2601 - patches/02_fix_mountpoints_in_mkrelpath.diff: Remove (merged).
2602 - Fixes FTBFS on powerpc (again) and sparc.
2603 - patches/903_grub_legacy_0_based_partitions.diff: Resync (merged into
2604 debian branch).
2605
2606 * Fix dpkg dependency for lenny compatibility.
2607
2608 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 10 Dec 2009 00:35:20 +0100
2609
2610 grub2 (1.97+20091130-1) unstable; urgency=low
2611
2612 * New Bazaar snapshot.
2613 * Enable ntldr-img from grub-extras.
2614
2615 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 30 Nov 2009 02:33:03 +0100
2616
2617 grub2 (1.97+20091125-2) unstable; urgency=low
2618
2619 [ Updated translations ]
2620 * Bulgarian (bg.po) by Damyan Ivanovi (Closes: #558039)
2621
2622 [ Robert Millan ]
2623 * control: Remove genisoimage from Build-Depends/Suggests (no longer
2624 used).
2625 * grub.d/05_debian_theme: Make output string distro-agnostic.
2626
2627 [ Felix Zielcke ]
2628 * patches/02_fix_mountpoints_in_mkrelpath.diff: New patch to handle
2629 mount points like the old shell function did. (Closes: #558042)
2630
2631 -- Felix Zielcke <fzielcke@z-51.de> Sun, 29 Nov 2009 21:38:00 +0100
2632
2633 grub2 (1.97+20091125-1) unstable; urgency=low
2634
2635 [ Robert Millan ]
2636 * New upstream snapshot.
2637 - Fixes script parser load error.
2638
2639 * Add gettext to Build-Depends and gettext-base to grub-common's
2640 Depends.
2641
2642 -- Felix Zielcke <fzielcke@z-51.de> Wed, 25 Nov 2009 19:22:51 +0100
2643
2644 grub2 (1.97+20091124-1) unstable; urgency=low
2645
2646 * New upstream snapshot.
2647 - Fix grub-mkisofs related FTBFS on powerpc. (Closes: #557704)
2648 - Create fake GRUB devices for devices not listed in device.map.
2649 This also makes dmraid and multipath work as long as
2650 search --fs-uuid works. (Closes: #442382, #540549, LP: #392136)
2651 - rules: grub-emu is now built as a port.
2652
2653 [ Felix Zielcke ]
2654 * Change the bt-utf-source build dependency to xfonts-unifont. It's
2655 more complete, better maintained and grub-mkfont supports actually
2656 more then BDF fonts as input, thanks to libfreetype.
2657 * Use grub-probe to get the GRUB device of /boot/grub instead of
2658 passing (hd0) to grub-install when creating the core.img with
2659 chainloading. This avoids the (UUID=) hack slowness in case
2660 /boot/grub is on a different disk then (hd0) in device.map.
2661 * patches/903_grub_legacy_0_based_partitions.diff: Update.
2662 * Add a build dependency on automake and python.
2663 * Set TARGET_CC=$(CC) to really use gcc-4.4 everywhere. Also pass it
2664 and CC as arguments to ./configure instead of env vars so they get
2665 preserved.
2666 * Ship grub-mkrelpath in grub-common.
2667 * Ship the locale files in grub-common.
2668 * Add a dependency on 'dpkg (>= 1.15.4) | install-info' for grub-common
2669 as recommended by Policy and lintian.
2670
2671
2672 -- Felix Zielcke <fzielcke@z-51.de> Tue, 24 Nov 2009 21:20:00 +0100
2673
2674 grub2 (1.97+20091115-1) unstable; urgency=low
2675
2676 * New upstream snapshot.
2677 - Fix security problem with password checking. (Closes: #555195)
2678 - Fix the generated GNU/Hurd menu entries and also add support for
2679 it in 30_os-prober. (Closes: #555188)
2680 - Same grub-mkrescue for grub-pc and grub-coreboot, used by
2681 grub-rescue-pc during postinst now. (Closes: #501867)
2682
2683 [ Felix Zielcke ]
2684 * Ship grub-mkisofs in grub-common.
2685 * patches/002_grub.d_freebsd.in.diff: Remove (merged upstream).
2686 * patches/906_grub_extras.diff: Remove. Superseded by GRUB_CONTRIB variable
2687 in recent upstream trunk.
2688 * rules: Export GRUB_CONTRIB to enable grub-extras add-ons.
2689 * Pass --force to grub-install in the postinst. (Closes: #553415)
2690 * Don't strip debug symbols from grub-emu. It's meant for debugging
2691 and with them it's much more useful.
2692 * Ship grub-mkfloppy in grub-pc.
2693 * Revert the Replaces: grub-common to (<= 1.96+20080413-1) on the
2694 grub-pc package. It was wrongly modified long ago.
2695
2696 [ Robert Millan ]
2697 * copyright: Document mkisofs.
2698 * control: Update Vcs- fields (moved to Bazaar).
2699 * rules: Update debian/legacy/update-grub rule to Bazaar.
2700
2701 -- Felix Zielcke <fzielcke@z-51.de> Sun, 15 Nov 2009 19:13:31 +0100
2702
2703 grub2 (1.97-1) unstable; urgency=low
2704
2705 [ Robert Millan ]
2706 * patches/905_setup_force.diff: Remove, no longer needed as of
2707 grub-installer >= 1.47.
2708 * grub.d/05_debian_theme: Attempt to source grub_background.sh from
2709 desktop-base (Needed for #495282, #495616, #500134, see also
2710 #550984).
2711
2712 [ Felix Zielcke ]
2713 * Add a build dependency on texinfo.
2714 * Fix little typo in /etc/default/grub. (LP: #457703)
2715
2716 [ Updated translations ]
2717 * Finnish (fi.po) by Esko Arajärvi. (Closes: #551912)
2718
2719 -- Felix Zielcke <fzielcke@z-51.de> Sun, 25 Oct 2009 19:50:21 +0100
2720
2721 grub2 (1.97~beta4-1) unstable; urgency=low
2722
2723 * New upstream beta release.
2724
2725 [ Felix Zielcke ]
2726 * Change the Recommends: os-prober to (>= 1.33).
2727 * patches/907_grub.cfg_400.diff: Really add it. Somehow it was a 0 byte file.
2728 (Closes: #547409)
2729 * Convert newlines back to spaces when parsing kopt from
2730 GRUB Legacy's menu.lst, before giving the value to Debconf.
2731 Thanks to Colin Watson. (Closes: #547649)
2732 * Ship the info docs in grub-common. (Closes: #484074)
2733 * Remove generated /usr/share/info/dir* files.
2734 * Update the presubj bug file and also install it for grub-common.
2735
2736 [ Robert Millan ]
2737 * Enable ZFS and 915resolution in grub-extras (now requires explicit
2738 switch).
2739 * grub-common conflicts with grub-doc (<< 0.97-32) and grub-legacy-doc
2740 (<< 0.97-59).
2741 * Move grub-emu to a separate package.
2742
2743 [ Updated translations ]
2744 * Japanese (ja.po) by Hideki Yamane. (Closes: #549599)
2745
2746 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 05 Oct 2009 20:03:04 +0200
2747
2748 grub2 (1.97~beta3-1) unstable; urgency=high
2749
2750 * New upstream beta release.
2751 - Make it more clear how to use /etc/grub.d/40_custom. (Closes: #545153)
2752 - fix a serious memory corruption in the graphical subsystem.
2753 (Closes: #545364, #544155, #544639, #544822, LP: #424503)
2754 - patches/003_grub_probe_segfault.diff: Remove (merged).
2755
2756 * Change the watch file so upstream beta releases are recognized.
2757 * Include /etc/default/grub in bug reports.
2758 * Recommend os-prober (>= 1.32). (Closes: #491872)
2759 * Change the gcc-multilib [sparc] build dependency to gcc-4.4-multilib
2760 [sparc].
2761 * patches/907_grub.cfg_400.diff: New patch to make grub.cfg again mode
2762 444 if it does not contain a password line.
2763 * Use `su' in the bug reporting script to read grub.cfg in case the user
2764 is not allowed to read it.
2765 * Readd grub-pc/kopt-extracted template.
2766
2767 [ Updated translations ]
2768 * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge.
2769 * Japanese (ja.po) by Hideki Yamane. (Closes: #545331)
2770 * Spanish (es.po) by Francisco Javier Cuadrado. (Closes: #545566)
2771 * Italian (it.po) by Luca Monducci. (Closes: #546035)
2772
2773 -- Felix Zielcke <fzielcke@z-51.de> Sat, 12 Sep 2009 15:28:20 +0200
2774
2775 grub2 (1.97~beta2-2) unstable; urgency=low
2776
2777 [ Updated translations ]
2778 * Dutch (nl.po) by Paul Gevers. (Closes: #545050)
2779
2780 [ Felix Zielcke ]
2781 * Move GRUB Legacy's grub-set-default to /usr/lib/grub-legacy in
2782 preparation for GRUB 2's grub-set-default.
2783 * Remove password lines in bug script.
2784
2785 [ Robert Millan ]
2786 * Do not conflict with `grub' dummy package (this prevented upgrades).
2787 * patches/003_grub_probe_segfault.diff: Disable file test codepath, which
2788 wasn't normally used before.
2789
2790 -- Felix Zielcke <fzielcke@z-51.de> Sat, 05 Sep 2009 00:27:22 +0200
2791
2792 grub2 (1.97~beta2-1) unstable; urgency=low
2793
2794 * New upstream beta release.
2795 - Fix loading of FreeBSD modules. (Closes: #544305)
2796
2797 [ Updated translations ]
2798 * French (fr.po) by Christian Perrier. (Closes: #544320)
2799 * Czech (cs.po) by Miroslav Kure. (Closes: #544327)
2800 * Belarusian (be.po) by Hleb Rubanau.
2801 * Arabic (ar.po) by Ossama M. Khayat.
2802 * Catalan (ca.po) by Juan Andrés Gimeno Crespo.
2803 * Russian (ru.po) by Yuri Kozlov. (Closes: #544730)
2804 * Swedish (sv.po) by Martin Ågren. (Closes: #544759)
2805 * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge. (Closes: #544810)
2806 * German (de.po) by Helge Kreutzmann. (Closes: #544912)
2807
2808 [ Robert Millan ]
2809 * Build with GCC 4.4.
2810
2811 -- Robert Millan <rmh.debian@aybabtu.com> Fri, 04 Sep 2009 14:40:20 +0200
2812
2813 grub2 (1.97~beta1-1) unstable; urgency=low
2814
2815 * New upstream beta release.
2816
2817 [ Updated translations ]
2818 * German (de.po) by Helge Kreutzmann. (Closes: #544261)
2819 * Asturian (ast.po) by Marcos.
2820 * Georgian (ka.po) by Aiet Kolkhi.
2821
2822 [ Robert Millan ]
2823 * Merge config, templates, postinst, postrm, dirs and install files
2824 into a single source.
2825 * Disable Linux-specific strings on GNU/kFreeBSD. Enable translations
2826 in grub2/linux_cmdline_default. Add grub2/kfreebsd_* strings (still
2827 unused).
2828
2829 -- Felix Zielcke <fzielcke@z-51.de> Sun, 30 Aug 2009 18:01:40 +0200
2830
2831 grub2 (1.96+20090829-1) unstable; urgency=low
2832
2833 * New SVN snapshot.
2834 - Fix filesystem mapping on GNU/kFreeBSD. (Closes: #543950)
2835
2836 * New grub-extras SVN snapshot.
2837 - Add 915resolution support to the GMA500 (poulsbo) graphics chipset.
2838 Thanks to Pedro Bulach Gapski. (Closes: #543917)
2839
2840 * Use `cp -p' to copy /usr/share/grub/default/grub to the temporary
2841 file to preverse permissions.
2842 * Remove also efiemu files from /boot/grub on purge if requested.
2843 * Check that GRUB_CMDLINE_LINUX and GRUB_CMDLINUX_LINUX_DEFAULT is at
2844 the start of line in *.postinst.
2845 * Don't check that $GRUB_CMDLINE_LINUX{,DEFAULT} are non empty strings
2846 in *.config.
2847 * Add empty GRUB_CMDLINE_LINUX to /usr/share/grub/default/grub.
2848 * Factorise the editing of the temporary file. Thanks to Martin F
2849 Krafft.
2850 * Read in /etc/default/grub in *.config files.
2851
2852 [ Updated translations ]
2853 * French (fr.po) by Christian Perrier. (Closes: #544023)
2854 * Russian (ru.po) by Yuri Kozlov. (Closes: #544077)
2855 * Italian (it.po) by Luca Monducci. (Closes: #544200)
2856
2857 -- Felix Zielcke <fzielcke@z-51.de> Sat, 29 Aug 2009 17:01:17 +0200
2858
2859 grub2 (1.96+20090826-3) unstable; urgency=low
2860
2861 * Add missing quotes in grub-pc.config and *.postinst.
2862
2863 -- Felix Zielcke <fzielcke@z-51.de> Wed, 26 Aug 2009 19:14:23 +0200
2864
2865 grub2 (1.96+20090826-2) unstable; urgency=low
2866
2867 * Really use the correct templates in grub-pc.config. ARGS.
2868
2869 -- Felix Zielcke <fzielcke@z-51.de> Wed, 26 Aug 2009 14:10:41 +0200
2870
2871 grub2 (1.96+20090826-1) unstable; urgency=low
2872
2873 * New SVN snapshot.
2874
2875 * Use the right templates in grub-pc.config. (Closes: #543615)
2876
2877 -- Felix Zielcke <fzielcke@z-51.de> Wed, 26 Aug 2009 11:00:36 +0200
2878
2879 grub2 (1.96+20090825-1) unstable; urgency=low
2880
2881 * New SVN snapshot.
2882 - Enable gfxterm only if there's a suitable video backend and don't
2883 print an error if not. (Closes: #520846)
2884
2885 [ Felix Zielcke ]
2886 * Copy unicode.pf2 instead of ascii.pf2 to /boot/grub in grub-pc
2887 postinst (Closes: #542314).
2888 * Update Standards version to 3.8.3.
2889 * Use DEB_HOST_ARCH_CPU for the generation of the lintian overrides.
2890 * Fix calling the grub-pc/postrm_purge_boot_grub template in
2891 grub-pc.postinst.
2892 * Handle GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT via
2893 debconf. Thanks to Martin F. Krafft and Colin Watson for idea and
2894 hints.
2895 * Use ucfr --force when /etc/default/grub is registered to a grub-* package.
2896 * Use #!/bin/sh in *.config and fix a small bashism in grub-pc.config.
2897
2898 [ Robert Millan ]
2899 * patches/907_terminal_output_workaround.diff: Remove. It seems that
2900 it wasn't really necessary.
2901 * grub-pc.postinst: Avoid printing an error if /etc/kernel-img.conf
2902 doesn't exist, because it is misleading. We simply refrain from
2903 fixing it and move along.
2904 * grub-pc.postinst: Don't schedule generation of grub.cfg via "grub-install"
2905 code path unless we actually run grub-install.
2906 * grub-pc.postinst: Only copy unicode.pf2 and moreblue-orbit-grub.png when
2907 /boot/grub/grub.cfg is scheduled to be generated.
2908 * legacy/upgrade-from-grub-legacy: Reset grub-pc/install_devices.
2909 Thanks Colin Watson. (Closes: #541230)
2910
2911 -- Felix Zielcke <fzielcke@z-51.de> Tue, 25 Aug 2009 21:45:24 +0200
2912
2913 grub2 (1.96+20090808-1) unstable; urgency=low
2914
2915 * New SVN snapshot.
2916 - Fix XFS with inode size different then 256. (Closes: #528761)
2917 - Add support for multiple LVM metadata areas. (LP: #408580)
2918 - patches/008_dac_palette_width.diff: Remove. (merged)
2919 - Prefer unicode over ascii font. (LP: #352034)
2920
2921 [ Felix Zielcke ]
2922 * Fix the generation of the lintian override for efiemu64.o.
2923 * Remove the Conflicts dmsetup.
2924 * Use ?= for setting DEB_HOST_ARCH.
2925 * Document GRUB_DISABLE_LINUX_RECOVERY in /etc/default/grub.
2926 (Closes: #476536 LP: #190207)
2927 * Add docs/grub.cfg to examples.
2928 * patches/01_uuids_and_lvm_dont_play_along_nicely.diff: Updated to
2929 also disable UUIDs on LVM over RAID.
2930 * Add a debconf prompt to remove all grub2 files from /boot/grub on
2931 purge. (Closes: #527068, #470400)
2932 * Move the Suggests: os-prober from grub-pc to grub-common.
2933 * patches/901_dpkg_version_comparison.diff: Updated.
2934 * Update the Replaces on grub-common for the other packages to (<<
2935 1.96+20080831-1). (Closes: #540492)
2936
2937 [ Robert Millan ]
2938 * Reorganize grub-pc.{config,postinst} logic. The idea being that if there's
2939 no trace of GRUB Legacy, the grub-pc/install_devices template will be
2940 shown even if this is the first install.
2941 * When setting grub-pc/install_devices, obtain input dynamically from
2942 grub-mkdevicemap (rather than devices.map). (Closes: #535525)
2943 * Add a note to grub-pc/install_devices template that it's also possible
2944 to install GRUB to a partition boot record.
2945 * patches/002_grub.d_freebsd.in.diff: New patch. Reimplement
2946 10_freebsd.in to handle multiple kernel versions & acpi.ko.
2947
2948 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 10 Aug 2009 18:49:52 +0200
2949
2950 grub2 (1.96+20090725-1) unstable; urgency=high
2951
2952 * New SVN snapshot.
2953 - Don't add drivemap call with Windows Vista/7. It breaks Win 7.
2954 (LP: #402154)
2955
2956 [ Felix Zielcke ]
2957 * Don't build grub-efi-amd64 on hurd-i386.
2958 * Change DEB_BUILD_ARCH to DEB_HOST_ARCH in the check for sparc.
2959 * Don't add the lintian override for kernel.img for sparc and grub-pc.
2960 * Add a lintian override for binary-from-other-architecture for
2961 grub-efi-amd64 and grub-pc on i386.
2962 * Use wildcards in the lintian overrides.
2963 * Add a Conflicts/Replaces for all packages except grub-common.
2964 (Closes: #538177)
2965
2966 [ Robert Millan ]
2967 * 008_dac_palette_width.diff: New patch. Fix blank screen when booting
2968 Linux with vga= parameter set to a packed color mode (<= 8-bit).
2969 (Closes: #535026)
2970 * Set urgency=high because #535026 affects 1.96+20090709-1 which is in
2971 testing now.
2972 * patches/907_terminal_output_workaround.diff: Work around recent regression
2973 with terminal_output command (not critical, just breaks gfxterm).
2974
2975 -- Robert Millan <rmh.debian@aybabtu.com> Sat, 25 Jul 2009 19:00:53 +0200
2976
2977 grub2 (1.96+20090721-4) unstable; urgency=low
2978
2979 * Place grub-ofpathname only in grub-common. (Closes: #537999)
2980
2981 -- Felix Zielcke <fzielcke@z-51.de> Wed, 22 Jul 2009 13:38:24 +0200
2982
2983 grub2 (1.96+20090721-3) unstable; urgency=low
2984
2985 * Don't strip kernel.img on sparc.
2986 * Suggest efibootmgr on grub-efi-{amd64,ia32}.
2987 * Pass --disable-grub-fstest to configure. (Closes: #537897)
2988
2989 -- Felix Zielcke <fzielcke@z-51.de> Tue, 21 Jul 2009 21:46:01 +0200
2990
2991 grub2 (1.96+20090721-2) unstable; urgency=low
2992
2993 * Add back Conflicts/Replaces grub.
2994
2995 -- Felix Zielcke <fzielcke@z-51.de> Tue, 21 Jul 2009 11:24:45 +0200
2996
2997 grub2 (1.96+20090721-1) unstable; urgency=low
2998
2999 * New SVN snapshot.
3000
3001 * Change License of my update-grub(8) and update-grub2(8) manpages to
3002 GPL3+ to match new copyright file.
3003 * Merge from Ubuntu: Don't build grub-efi-amd64 on lpia.
3004 * Don't pass `--enable-efiemu' to configure. On kfreebsd-i386 it won't
3005 compile and it should be now auto detected if it's compilable.
3006 (Closes: #536783)
3007 * Don't build grub-efi-amd64 on kfreebsd-i386. It lacks 64bit compiler
3008 support.
3009 * Rename the lintian override for kernel.elf to kernel.img.
3010 * Strip kernel.img not kernel.elf, but not in the case of grub-pc.
3011 * Rename the Conflicts/Replaces grub to grub-legacy. (Closes: #537824)
3012
3013 -- Felix Zielcke <fzielcke@z-51.de> Tue, 21 Jul 2009 10:50:20 +0200
3014
3015 grub2 (1.96+20090709-1) unstable; urgency=low
3016
3017 * New SVN snapshot.
3018
3019 * control (Build-Depends): Add gcc-multilib [sparc].
3020 * copyright: Rewrite using DEP-5 format.
3021 * Merge grub-extras into the package, and integrate it with GRUB's
3022 build system.
3023 - patches/906_grub_extras.diff
3024 - rules
3025 - copyright
3026
3027 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 09 Jul 2009 00:26:49 +0200
3028
3029 grub2 (1.96+20090702-1) unstable; urgency=low
3030
3031 * New SVN snapshot.
3032 * rules: Remove duplicated files in sparc64-ieee1275 port.
3033 * rules: Comment out -DGRUB_ASSUME_LINUX_HAS_FB_SUPPORT=1 setting. We'll
3034 re-evaluate using it when it's more mature. (Closes: #535026).
3035
3036 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 02 Jul 2009 13:23:51 +0200
3037
3038 grub2 (1.96+20090629-1) unstable; urgency=low
3039
3040 * New SVN snapshot.
3041 - Misc fixes in Linux loader.
3042
3043 * control (grub-firmware-qemu): Make it buildable only on i386/amd64.
3044 * control: Add sparc (grub-ieee1275), remove remnants of ppc64.
3045 * rules: Include all modules in grub-firmware-qemu build.
3046
3047 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 29 Jun 2009 19:22:37 +0200
3048
3049 grub2 (1.96+20090628-1) unstable; urgency=low
3050
3051 * New SVN snapshot.
3052 * Re-enable QEMU port.
3053
3054 -- Robert Millan <rmh.debian@aybabtu.com> Sun, 28 Jun 2009 01:11:10 +0200
3055
3056 grub2 (1.96+20090627-2) unstable; urgency=low
3057
3058 * Disable QEMU port untill it goes through NEW.
3059 * Upload to unstable.
3060
3061 -- Robert Millan <rmh.debian@aybabtu.com> Sat, 27 Jun 2009 18:40:17 +0200
3062
3063 grub2 (1.96+20090627-1) experimental; urgency=low
3064
3065 * New SVN snapshot.
3066 - Fix parsing of --output in grub-mkconfig. (Closes: #532956)
3067
3068 [ Felix Zielcke ]
3069 * Use ucfr --force in grub-ieee1275.postinst in case we're upgrading
3070 from previous version. It registered /etc/default/grub wrongly with
3071 package iee1275.
3072 * Drop the build dependency on libc6-dev-i386.
3073 * Remove ppc64 from the Architectures. It's totally dead.
3074 * Add a note to /etc/default/grub that update-grub needs to be run to
3075 update grub.cfg. (Closes: #533026)
3076 * Fix the svn-snapshot rule.
3077 * Update Standards version to 3.8.2. No changes needed.
3078
3079 [ Robert Millan ]
3080 * legacy/upgrade-from-grub-legacy: Invoke grub-pc.postinst directly rather
3081 than dpkg-reconfigure. Since we pretend we're upgrading, it will DTRT.
3082 * Add grub-firmware-qemu package.
3083 - patches/008_qemu.diff: QEMU port (patch from upstream).
3084 - control (grub-firmware-qemu): New package.
3085 - rules: Add grub-firmware-qemu targets.
3086 - debian/grub-firmware-qemu.dirs
3087 - debian/grub-firmware-qemu.install
3088 * patches/906_revert_to_linux16.diff: Remove, now that gfxpayload is
3089 supported.
3090
3091 -- Robert Millan <rmh.debian@aybabtu.com> Sat, 27 Jun 2009 00:46:23 +0200
3092
3093 grub2 (1.96+20090611-1) experimental; urgency=low
3094
3095 * New SVN snapshot.
3096
3097 * Append .diff to patches/01_uuids_and_lvm_dont_play_along_nicely so
3098 it gets really applied.
3099 * Drop completely the build dependency on gcc-multilib.
3100 * Instead of arborting in the preinst if /etc/kernel-img.conf still
3101 contains /sbin/update-grub, change the file with sed. Policy allows
3102 thisi, because it's not a conffile, according to Colin Watson.
3103 * Change /etc/default/grub to an ucf managed file instead of dpkg
3104 conffile.
3105
3106 -- Felix Zielcke <fzielcke@z-51.de> Fri, 12 Jun 2009 11:46:24 +0200
3107
3108 grub2 (1.96+20090609-1) experimental; urgency=low
3109
3110 * New SVN snapshot.
3111 - Fix variable parsing inside strings. (Closes: #486180)
3112 - Add `true' command. (Closes: #530736)
3113
3114 [ Robert Millan ]
3115 * Split grub-efi in grub-efi-ia32 and grub-efi-amd64, both available
3116 on i386 and amd64. (Closes: #524756)
3117 * Add kopensolaris-i386 to arch list.
3118
3119 [ Felix Zielcke ]
3120 * Add a NEWS entry about the grub-efi split.
3121 * Drop the build dependency on gcc-multilib for all *i386.
3122 * Change upgrade-from-grub-legacy to use `dpkg-reconfigure grub-pc' to
3123 install grub2 into MBR.
3124
3125 [ New translations ]
3126 * Catalan (ca.po) by Jordi Mallach.
3127
3128 [ Updated translations ]
3129 * Spanish (es.po) by Francisco Javier Cuadrado. (Closes: #532407)
3130
3131 -- Jordi Mallach <jordi@debian.org> Tue, 09 Jun 2009 19:21:15 +0200
3132
3133 grub2 (1.96+20090603-1) unstable; urgency=low
3134
3135 * New SVN snapshot.
3136
3137 * Abort the install of grub-pc if /etc/kernel-img.conf still contains
3138 /sbin/update-grub (Closes: #500631).
3139
3140 -- Felix Zielcke <fzielcke@z-51.de> Wed, 03 Jun 2009 20:01:11 +0200
3141
3142 grub2 (1.96+20090602-1) unstable; urgency=low
3143
3144 * New SVN snapshot.
3145
3146 [ Felix Zielcke ]
3147 * Skip floopies in the grub-install debconf prompt in grub-pc postinst.
3148 Patch by Fabian Greffrath. (Closes: #530848)
3149
3150 [ Robert Millan ]
3151 * Change Vcs-Browser field to viewsvn.
3152
3153 [ Felix Zielcke ]
3154 * Change Vcs-Svn field to point to the trunk. (Closes: #531391)
3155 * patches/01_uuids_and_lvm_dont_play_along_nicely: New patch.
3156 On Debian root=UUID= with lvm still doestn't work so disable it.
3157 (Closes: #530357)
3158 * Remove Otavio Salvador from Uploaders with his permission.
3159 * add grub-pc.preinst
3160
3161 -- Felix Zielcke <fzielcke@z-51.de> Wed, 03 Jun 2009 14:42:11 +0200
3162
3163 grub2 (1.96+20090523-1) unstable; urgency=low
3164
3165 * New SVN snapshot.
3166 - Add drivemap command, similar to grub-legacy's map command.
3167 (Closes: 503630)
3168 - Export GRUB_TERMINAL_INPUT in grub-mkconfig. (Closes: #526741)
3169
3170 [ Robert Millan ]
3171 * rules: Set GRUB_ASSUME_LINUX_HAS_FB_SUPPORT=1 in CFLAGS.
3172 * patches/905_setup_force.diff: Relax blocklist warnings.
3173 * patches/906_revert_to_linux16.diff: Keep using linux16 for now.
3174
3175 [ Felix Zielcke ]
3176 * patches/07_core_in_fs.diff: Updated.
3177 * Remove /etc/grub.d/10_hurd on non-Hurd systems in the grub-common
3178 preinst. Likewise for 10_freebsd for non kFreebsd and 10_linux on
3179 kFreebsd and Hurd. (Closes: #523777)
3180
3181 -- Felix Zielcke <fzielcke@z-51.de> Sat, 23 May 2009 20:05:10 +0200
3182
3183 grub2 (1.96+20090504-1) experimental; urgency=low
3184
3185 * New SVN snapshot.
3186 - Add support for parttool command, which can be used to hide partitions.
3187 (Closes: #505905)
3188 - Fix a segfault with LVM on RAID. (Closes: #520637)
3189 - Add support for char devices on (k)FreeBSD. (Closes: #521292)
3190 - patches/08_powerpc-ieee1275_build_fix.patch: Remove (merged).
3191
3192 [ Updated translations ]
3193 * Basque (eu.po) by Piarres Beobide. (Closes: #522457)
3194 * German (de.po) by Helge Kreutzmann. (Closes: #522815)
3195
3196 [ Robert Millan ]
3197 * Update my email address.
3198 * Remove 04_uuids_and_abstraction_dont_play_along_nicely.diff now that
3199 bugs #435983 and #455746 in mdadm and dmsetup have been fixed.
3200
3201 [ Felix Zielcke ]
3202 * Place new grub-dumpbios in grub-common.
3203 * Add lpia to the archictectures to reduce the ubuntu delta.
3204 * Add a manpage for the update-grub and update-grub2 stubs, written by
3205 me. (Closes: #523876)
3206 * Suggest genisoimage on grub-pc and grub-ieee1275, because grub-mkrescue
3207 needs it to create a cd image. (Closes: #525845)
3208 * Add a dependency on $(AUTOGEN_FILES) for the configure/grub-common target,
3209 this is needed now that upstream removed the autogenerated files from SVN.
3210 * Add `--enable-efiemu to' `./configure' flags.
3211 * Add a build dependency on gcc-multilib for i386.
3212 * Drop alternate build dependency on gcc-4.1 (<< 4.1.2).
3213
3214 -- Felix Zielcke <fzielcke@z-51.de> Mon, 04 May 2009 21:01:22 +0200
3215
3216 grub2 (1.96+20090402-1) experimental; urgency=low
3217
3218 * New SVN snapshot.
3219 - Fix regression in disk/raid.c. (Closes: #521897, #514338)
3220 - Fix handling of filename string lengths in HFS.
3221 (Really closes: #516458).
3222 * Add myself to Uploaders.
3223 * Add patch 08_powerpc-ieee1275_build_fix.patch to fix powerpc-ieee1275
3224 builds which were lacking header files for kernel_elf_HEADERS. Thanks
3225 Vladimir Serbinenko.
3226
3227 -- Jordi Mallach <jordi@debian.org> Fri, 03 Apr 2009 20:58:37 +0200
3228
3229 grub2 (1.96+20090401-1) experimental; urgency=low
3230
3231 [ Felix Zielcke ]
3232 * New SVN snapshot.
3233 - Pass grub's gfxterm mode to Linux kernel. (Closes: #519506)
3234 - Fix ext4 extents on powerpc. (Closes: #520286)
3235
3236 [ Robert Millan ]
3237 * Remove grub-of transitional package (Lenny had grub-ieee1275 already).
3238 * Fix kopt parsing in grub-pc.config. Thanks Marcus Obst. (Closes: #514837)
3239 * Add debconf template to automatically run grub-install during upgrades
3240 (prior user confirmation). (Closes: #514705)
3241
3242 -- Robert Millan <rmh@aybabtu.com> Wed, 01 Apr 2009 01:19:45 +0200
3243
3244 grub2 (1.96+20090317-1) unstable; urgency=low
3245
3246 * New SVN snapshot.
3247 - Fix loading of files with underscore in HFS. (Closes: #516458)
3248
3249 * Update Standards version to 3.8.1. No changes needed.
3250
3251 [ Updated translations ]
3252 * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge. (Closes: #519417)
3253
3254 -- Felix Zielcke <fzielcke@z-51.de> Tue, 17 Mar 2009 14:42:10 +0100
3255
3256 grub2 (1.96+20090309-1) unstable; urgency=low
3257
3258 * New SVN snapshot.
3259
3260 -- Felix Zielcke <fzielcke@z-51.de> Mon, 09 Mar 2009 10:03:13 +0100
3261
3262 grub2 (1.96+20090307-1) unstable; urgency=low
3263
3264 * New SVN snapshot.
3265 - Add support for /dev/md/dNNpNN mdraid devices. (Closes: #509960)
3266 - Add new PF2 fontengine. (Closes: #510344)
3267 - Avoid mounting ext2 partitions with backward-incompatible features.
3268 (Closes: #502333)
3269 - Try to avoid false positives with FAT. (Closes: #514263)
3270
3271 [ Felix Zielcke ]
3272 * Remove build-dependency on unifont package and add one for bf-utf-source
3273 package and libfreetype6-dev
3274 * grub-pc.postinst: Copy new ascii.pf2 instead of old ascii.pff to /boot/grub.
3275 * Add `--enable-grub-mkfont' to configure flags.
3276 * Put new grub-mkfont in grub-common package.
3277 * Add a dependency for ${misc:Depends} to all packages to make lintian a bit
3278 more happy.
3279 * Detect when grub-setup leaves core.img in filesystem, and include that
3280 info in bug report templates.
3281 - debian/patches/07_core_in_fs.diff
3282 - debian/script
3283 * Add myself to Uploads and add `DM-Upload-Allowed: yes' tag.
3284
3285 [ Updated translations ]
3286 * Asturian (ast.po) by Marcos Alvarez Costales. (Closes: #511144)
3287 * Traditional Chinese (zh_TW.po) by Tetralet. (Closes: #513918)
3288 * Belarusian (be.po) by Pavel Piatruk. (Closes: #516243)
3289
3290 -- Felix Zielcke <fzielcke@z-51.de> Sat, 07 Mar 2009 11:54:43 +0100
3291
3292 grub2 (1.96+20081201-1) experimental; urgency=low
3293
3294 * New SVN snapshot.
3295
3296 -- Robert Millan <rmh@aybabtu.com> Mon, 1 Dec 2008 00:07:31 +0100
3297
3298 grub2 (1.96+20081120-1) experimental; urgency=low
3299
3300 * New SVN snapshot.
3301
3302 * Update to new debian theme.
3303 - grub-pc.postinst: Switch to moreblue-orbit-grub.png.
3304 - grub.d/05_debian_theme: Likewise.
3305 * grub.d/05_debian_theme:
3306 - Update to use new grub-mkconfig_lib instead of the deprecated
3307 update-grub_lib.
3308 - Update to check if `GRUB_TERMINAL_OUTPUT' is `gfxterm' instead of
3309 `GRUB_TERMINAL'.
3310
3311 [ Updated translations ]
3312 * Romanien (ro.po) by Eddy Petrișor. (Closes: #506039)
3313
3314 -- Felix Zielcke <fzielcke@z-51.de> Thu, 20 Nov 2008 20:25:56 +0100
3315
3316 grub2 (1.96+20081108-1) experimental; urgency=low
3317
3318 * New SVN snapshot.
3319 - Add support for /dev/md/N style mdraid devices. (Closes: #475585)
3320 - Handle LVM dash escaping. (Closes: #464215)
3321 - Use case insensitive match in NTFS. (Closes: #497889)
3322 - Use hd%d drive names in grub-mkdevicemap for all architectures.
3323 (Closes: #465365)
3324 - Handle LVM circular metadata. (Closes: #462835, #502953)
3325 - Fix NULL dereference and failure paths in LVM. Thanks Guillem Jover.
3326 (Closes: #500482)
3327 - Provides GRUB header files (only in grub-common).
3328
3329 [ Updated translations ]
3330 * Dutch (nl.po) by Paul Gevers. (Closes: #500514)
3331 * French (fr.po) by Christian Perrier. (Closes: #503708)
3332 * Georgian (ka.po) by Aiet Kolkhi. (Closes: #503715)
3333 * Czech (cs.po) by Miroslav Kure. (Closes: #503809)
3334 * German (de.po) by Helge Kreutzmann. (Closes: #503841)
3335 * Japanese (ja.po) by Hideki Yamane. (Closes: #503869)
3336 * Italian (it.po) by Luca Monducci. (Closes: #504076)
3337 * Swedish (sv.po) by Martin Ågren. (Closes: #504207)
3338 * Arabic (ar.po) by Ossama Khayat. (Closes: #504254)
3339 * Portuguese (pt.po) by Miguel Figueiredo. (Closes: #504280)
3340 * Russian (ru.po) by Yuri Kozlov. (Closes: #504324)
3341 * Finnish (fi.po) by Esko Arajärvi. (Closes: #504310)
3342 * Basque (eu.po) by Piarres Beobide. (Closes: #504466)
3343 * Dutch (nl.po) by Paul Gevers. (Closes: #504683)
3344
3345 [ Felix Zielcke ]
3346 * patches/01_grub_legacy_0_based_partitions.diff: Rename to
3347 * patches/903_grub_legacy_0_based_partitions.diff: this and adapt for
3348 s/biosdisk.c/hostdisk.c/ rename upstream.
3349 * patches/03_disable_floppies.diff
3350 patches/904_disable_floppies.diff: Likewise.
3351 * update-grub has been renamed to grub-mkconfig, so provide a stub for
3352 compatibility.
3353 * Make grub-pc/linux_cmdline debconf template translatable. (Closes: #503478)
3354 * Remove ro.po and ta.po. They don't contain a single translated
3355 message.
3356
3357 [ Robert Millan ]
3358 * control: Make grub-common dependency = ${binary:Version}.
3359 * default/grub: Set GRUB_CMDLINE_LINUX=quiet to syncronize with
3360 default D-I settings.
3361
3362 -- Robert Millan <rmh@aybabtu.com> Sat, 8 Nov 2008 13:54:10 +0100
3363
3364 grub2 (1.96+20080831-1) experimental; urgency=low
3365
3366 * New SVN snapshot.
3367 - patches/00_fix_double_prefix.diff: Remove (merged). (Closes: #487565)
3368 - patches/00_getline.diff: Remove (merged). (Closes: #493289)
3369 - Handle errors in RAID/LVM scan routine (rather than letting the upper
3370 layer cope with them). (Closes: #494501, #495049)
3371 - patches/901_linux_coreboot.diff: Remove (replaced).
3372 - Add support for GFXMODE variable (Closes: #493106)
3373 - Skips /dev/.* in grub-probe. (Closes: #486624)
3374 - RAID code has various fixes. (Closes: #496573)
3375 - Buffered file read is now used to read the background image faster.
3376 (Closes: #490584)
3377
3378 * We are already using LZMA, because upstream includes it's own lzma encoder,
3379 so drop completely the liblzo handling in control and rules files.
3380
3381 [ Felix Zielcke ]
3382 * Remove the 1.95 partition numbering transition debconf warning
3383 from grub2 package and removed it from all languages (*.po).
3384 (Closes: #493744)
3385 * Add a comment for the new GFXMODE in default/grub.
3386 * debian/rules:
3387 - Remove 2 ./configure options which it didn't understand.
3388 - New grub-mkelfimage belongs to grub-common.
3389 * debian/control:
3390 - Change debhelper compat level to 7 and build depend on it >= 7.
3391 - Remove ${misc:Depend} dependency on all packages except grub-pc which is
3392 the only one using debconf.
3393 - Replace deprecated ${Source-Version} with ${source:Version} for <<
3394 dependency and with ${build:Version} for = ones.
3395 - Remove versioned dependency of Build-Depends patchutils and cdbs,
3396 because etch has newer versions then the one used.
3397 - Remove dpkg-dev completely from Build-Depends because it's
3398 build-essentail and a non versioned dependency results in a lintian error.
3399 - Remove Conflict/Replaces pupa, it has been removed from Debian 2004.
3400 - Change build-dependency of unifont-bin to unifont (>= 1:5.1.20080820),
3401 it's the new package containing unifont.hex and that version to avoid
3402 licensing problems (Closes: #496061)
3403 - Remove Jason Thomas from Uploaders with his permission.
3404 * Preserve arguments in update-grub2 stub. (Closes: #496610)
3405
3406 [ Updated translations ]
3407 * Japanese (ja.po) by Hideki Yamane (Closes: #493347)
3408
3409 [ Robert Millan ]
3410 * Move a few files to grub-common and remove them from the arch-
3411 specific packages.
3412 * patches/02_old_linux_version_comparison.diff: Replace with ...
3413 * patches/901_dpkg_version_comparison.diff: ... this.
3414 Use dpkg --compare-versions in update-grub. (Closes: #494158)
3415 * patches/03_disable_floppies.diff: Free .drive struct member when skipping
3416 floppy drives. (Closes: #496040)
3417 * patches/902_boot_blocklist_hack.diff: Support separate /boot when using
3418 blocklists. (Closes: #496820, #489287, #494589)
3419
3420 -- Robert Millan <rmh@aybabtu.com> Sun, 31 Aug 2008 18:40:09 +0200
3421
3422 grub2 (1.96+20080730-1) experimental; urgency=low
3423
3424 * New SVN snapshot.
3425 - patches/00_fix_overflow.diff: Remove (merged).
3426 - patches/00_uuid_boot.diff: Remove (merged).
3427 - patches/00_raid_duped_disks.diff: Remove (merged).
3428 - patches/00_xfs.diff: Remove (merged).
3429 - patches/00_strengthen_apple_partmap_check.diff: Remove (merged).
3430 - patches/00_skip_dev_dm.diff: Remove (merged).
3431
3432 * patches/901_linux_coreboot.diff: Implements Linux load on Coreboot
3433 (patch from Coresystems).
3434
3435 * grub-linuxbios -> grub-coreboot rename again.
3436
3437 -- Robert Millan <rmh@aybabtu.com> Wed, 30 Jul 2008 22:12:07 +0200
3438
3439 grub2 (1.96+20080724-4) unstable; urgency=high
3440
3441 * patches/00_fix_overflow.diff: fix overflow with a big grub.cfg.
3442 (Closes: #473543)
3443
3444 -- Felix Zielcke <fzielcke@z-51.de> Tue, 29 Jul 2008 17:10:59 +0200
3445
3446 grub2 (1.96+20080724-3) unstable; urgency=low
3447
3448 [ Felix Zielcke ]
3449 * changed dependency for debconf to also support debconf-2.0. (Closes: #492543)
3450 * patches/00_xfs.diff: Fix "out of partition" error with XFS.
3451 (Closes: #436943)
3452
3453 [ Robert Millan ]
3454 * patches/00_raid_duped_disks.diff: Do not abort when two RAID disks with
3455 the same number are found. (Closes: #492656)
3456 * patches/00_strengthen_apple_partmap_check.diff: Be more strict when probing
3457 for Apple partition maps (this prevents false positives on i386-pc
3458 installs). (Closes: #475718)
3459
3460 -- Robert Millan <rmh@aybabtu.com> Tue, 29 Jul 2008 00:48:01 +0200
3461
3462 grub2 (1.96+20080724-2) unstable; urgency=high
3463
3464 [ Felix Zielcke ]
3465 * fixed lintian override for kernel.elf
3466 * debian/rules: changed cvs targets to use svn
3467
3468 [ Robert Millan ]
3469 * patches/00_skip_dev_dm.diff: Skip /dev/dm-[0-9] devices also (implicitly)
3470 for RAID. (Closes: #491977)
3471 * patches/00_uuid_boot.diff: Fix cross-disk installs by using UUIDs.
3472 (Closes: #492204)
3473
3474 -- Robert Millan <rmh@aybabtu.com> Sat, 26 Jul 2008 01:06:07 +0200
3475
3476 grub2 (1.96+20080724-1) unstable; urgency=high
3477
3478 * New SVN snapshot.
3479 - Support for ext4dev extents.
3480 - patches/00_speed_up_font_load.diff: Remove (merged).
3481
3482 [ Felix Zielcke ]
3483 * upgrade-from-grub-legacy now calls update-grub if grub.cfg doestn't exist
3484 and prints a big warning if it failed.
3485 * Update Standards version to 3.8.0. No changes need.
3486 * Added Build-Dep for po-debconf and a lintian override, to make it happy.
3487
3488 [ Updated translations ]
3489 * Swedish (sv.po) by Martin Ågren (Closes: #492056)
3490
3491 [ Robert Millan ]
3492 * Revert r844. grub-coreboot is stuck on NEW, and it was too early
3493 for branching.
3494
3495 -- Robert Millan <rmh@aybabtu.com> Thu, 24 Jul 2008 13:27:53 +0200
3496
3497 grub2 (1.96+20080717-1) experimental; urgency=low
3498
3499 * New SVN snapshot.
3500 - Provides LZMA support (not yet used in the package).
3501 - Fix grub-mkrescue manpage generation. (Closes: #489440)
3502
3503 * Rename grub-linuxbios to grub-coreboot (and leave a dummy grub-linuxbios
3504 package to handle upgrades).
3505
3506 [ Updated translations ]
3507 * Spanish (es.po) by Maria Germana Oliveira Blazetic (Closes: #489877)
3508 * Portuguese (pt.po) by Ricardo Silva (Closes: #489807)
3509
3510 -- Robert Millan <rmh@aybabtu.com> Sat, 12 Jul 2008 17:47:09 +0200
3511
3512 grub2 (1.96+20080704-2) unstable; urgency=high
3513
3514 * patches/02_old_linux_version_comparison.diff: Set interpreter to /bin/bash.
3515 (Closes: #489426, #489446)
3516
3517 -- Robert Millan <rmh@aybabtu.com> Mon, 7 Jul 2008 15:17:58 +0200
3518
3519 grub2 (1.96+20080704-1) unstable; urgency=high
3520
3521 * New SVN snapshot.
3522 * default/grub: Add commented example to disable graphical terminal.
3523 * Use substvars to support linking with liblzo1.
3524 * Bring 03_disable_floppies.diff to pre-r805 state. (Closes: #488375)
3525 * patches/02_old_linux_version_comparison.diff: New patch. Steal version
3526 comparison code from GRUB Legacy's update-grub. (Closes: #464086, #489133)
3527 * patches/00_speed_up_font_load.diff: New patch. Generate font files with
3528 only the needed characters. (Closes: #476479, #477083)
3529
3530 -- Robert Millan <rmh@aybabtu.com> Fri, 4 Jul 2008 21:39:07 +0200
3531
3532 grub2 (1.96+20080626-1) unstable; urgency=high
3533
3534 * New CVS snapshot.
3535 - Avoids passing UUID to Linux when not using initrd. (Closes: #484228)
3536 - patches/04_uuids_and_abstraction_dont_play_along_nicely.diff: Resync.
3537
3538 -- Robert Millan <rmh@aybabtu.com> Thu, 26 Jun 2008 16:43:48 +0200
3539
3540 grub2 (1.96+20080621-1) unstable; urgency=high
3541
3542 * Urgency set to "high" because of #482688.
3543 * New CVS snapshot.
3544 - Fix module load hook in prepare_grub_to_access_device().
3545 (Closes: #486804)
3546 - Call prepare_grub_to_access_device() before accessing devices, never
3547 afterwards. (Closes: #487198)
3548 * grub.d/05_debian_theme: Prefer /boot/grub over /usr for image
3549 loading, since chances are it's less LVMed.
3550
3551 -- Robert Millan <rmh@aybabtu.com> Sat, 21 Jun 2008 15:52:48 +0200
3552
3553 grub2 (1.96+20080617-1) unstable; urgency=low
3554
3555 * New CVS snapshot.
3556 - Supports IDA block devices. (Closes: #483858)
3557 - Fixes some problems in ext2/ext3. (Closes: #485068, #485065)
3558 - Uses EUID instead of UID in update-grub. (Closes: #486043, #486039,
3559 #486040, #486041).
3560 - Fixes incomplete I2O device support. Thanks Sven Mueller.
3561 (Closes: #486505)
3562 - Fixes recent regressions in fs/ext2.c. (Closes: #485279)
3563 - Only use UUIDs when requested device is not the same as the one
3564 providing /boot. (Closes: #486119)
3565 - patches/02_libgcc_powerpc_hack.diff: Remove. Probably not needed
3566 anymore.
3567 - patches/04_uuids_and_abstraction_dont_play_along_nicely.diff: Update.
3568 * patches/06_olpc_prefix_hack.diff: Hardcode prefix to (sd,1) on OLPC.
3569 * Refurbish 03_disable_floppy_support_in_util_biosdisk.diff into
3570 03_disable_floppies.diff.
3571
3572 -- Robert Millan <rmh@aybabtu.com> Tue, 17 Jun 2008 01:07:52 +0200
3573
3574 grub2 (1.96+20080601-2) unstable; urgency=low
3575
3576 * 04_run_grub_mkdevicemap_when_grub_probe_fails.diff: Remove. Argueably
3577 makes grub-probe unreliable and is quite annoying.
3578 * 04_uuids_and_abstraction_dont_play_along_nicely.diff: New patch. Disable
3579 UUID parameter to Linux when LVM or dmRAID is in use. (Closes: #484228)
3580 This is a workaround for bug #484297 in udev.
3581
3582 -- Robert Millan <rmh@aybabtu.com> Tue, 3 Jun 2008 16:29:53 +0200
3583
3584 grub2 (1.96+20080601-1) unstable; urgency=low
3585
3586 * New CVS snapshot.
3587 - patches/06_backward_compat_in_uuid_support.diff: Merged.
3588 - Fixes NULL pointer dereference in biosdisk.c. (Closes: #483895, #483900)
3589 - Extends UUID support for XFS and ReiserFS.
3590
3591 -- Robert Millan <rmh@aybabtu.com> Sun, 1 Jun 2008 15:44:08 +0200
3592
3593 grub2 (1.96+20080531-1) unstable; urgency=low
3594
3595 * New CVS snapshot.
3596 - Work around BIOS bug affecting keyboard on macbooks. (Closes: #482860)
3597 - Adjust grub.d/05_debian_theme to use the new UUID-compatible API.
3598 - default/grub: Add commented GRUB_DISABLE_LINUX_UUID variable.
3599 - patches/06_backward_compat_in_uuid_support.diff: New. Make update-grub
3600 generate code that is compatible with older GRUB installs.
3601 - util/biosdisk.c no longer complains about duplicated device.map entries.
3602 (Closes: #481236)
3603
3604 [ Updated translations ]
3605 * Galician (gl.po) by Jacobo Tarrio (Closes: #480977)
3606
3607 -- Robert Millan <rmh@aybabtu.com> Sat, 31 May 2008 00:02:54 +0200
3608
3609 grub2 (1.96+20080512-1) unstable; urgency=low
3610
3611 * New CVS snapshot.
3612 - Adds support for default-only Linux cmdline options. (Closes: #460843)
3613 - Supports Xen virtual block devices. (Closes: #456777)
3614 - Supports Virtio block devices. (Closes: #479056)
3615 - Supports CCISS block devices. (Closes: #479735)
3616 - Fixes handling of more LVM abnormal conditions. (Closes: #474343,
3617 #474931, #477175)
3618
3619 * Switch to liblzo2 now that it's GPLv3-compatible. (Closes: #466375)
3620 * grub-pc.postinst: Escape \ and / in cmdline sed invokation.
3621 (Closes: #479279)
3622
3623 [ Updated translations ]
3624 * Italian (it.po) by Luca Monducci (Closes: #480740)
3625
3626 -- Robert Millan <rmh@aybabtu.com> Mon, 12 May 2008 17:46:38 +0200
3627
3628 grub2 (1.96+20080429-1) unstable; urgency=high
3629
3630 * New CVS snapshot.
3631 - Includes sample grub.cfg file; we use it for grub-rescue-pc.
3632 (Closes: #478324)
3633 * grub-common: Upgrade Replaces to << 1.96+20080426-3. (Closes: #478224,
3634 #478353, #478144)
3635
3636 [ Updated translations ]
3637 * French (fr.po) by Christian Perrier (Closes: #471291)
3638
3639 -- Robert Millan <rmh@aybabtu.com> Tue, 29 Apr 2008 13:27:52 +0200
3640
3641 grub2 (1.96+20080426-1) unstable; urgency=high
3642
3643 * New CVS snapshot.
3644 - Fixes syntax error when setting GRUB_PRELOAD_MODULES. (Closes: #476517)
3645 * Move os-prober to Suggests, to avoid trouble with #476184.
3646 (Closes: #476684)
3647 * patches/04_run_grub_mkdevicemap_when_grub_probe_fails.diff: New patch,
3648 does what its name says. (Closes: #467127)
3649 - Also move grub-mkdevicemap from grub-pc to grub-common, so that GRUB
3650 Legacy can use it.
3651
3652 [ Updated translations ]
3653 * Basque (eu.po) by Piarres Beobide (Closes: #476708)
3654
3655 -- Robert Millan <rmh@aybabtu.com> Sat, 26 Apr 2008 20:06:55 +0200
3656
3657 grub2 (1.96+20080413-1) unstable; urgency=high
3658
3659 * New CVS snapshot.
3660 - Provides 30_os-prober update-grub add-on. Thanks Fabian Greffrath.
3661 (Closes: #461442)
3662 - Improves robustness when handling LVM.
3663 (Closes: #474931, #474343)
3664 * patches/03_disable_floppy_support_in_util_biosdisk.diff: New. Does
3665 what its name says. (Closes: #475177)
3666
3667 -- Robert Millan <rmh@aybabtu.com> Sun, 13 Apr 2008 13:53:28 +0200
3668
3669 grub2 (1.96+20080408-1) unstable; urgency=low
3670
3671 * New CVS snapshot.
3672 - grub-probe skips non-existant devices when processing device.map.
3673 (Closes: #473209)
3674 * control: Fix syntax error.
3675
3676 [ Updated translations ]
3677 * Finnish (fi.po) by Esko Arajärvi (Closes: #468641)
3678
3679 -- Robert Millan <rmh@aybabtu.com> Tue, 8 Apr 2008 15:45:25 +0200
3680
3681 grub2 (1.96+20080228-1) unstable; urgency=low
3682
3683 * New CVS snapshot.
3684 * Split grub-probe into grub-common package. Make all flavours depend on it.
3685 (Closes: #241972)
3686 * Suggest multiboot-doc.
3687 * patches/01_grub_legacy_0_based_partitions.diff: New patch. Add a hack that
3688 tells grub-probe you want 0-based partition count
3689 (GRUB_LEGACY_0_BASED_PARTITIONS variable)
3690 * Stop depending on lsb-release (too heavy! we don't need python in base).
3691 Instead of assuming it's there, try calling it and otherwise just echo
3692 Debian.
3693
3694 -- Robert Millan <rmh@aybabtu.com> Thu, 28 Feb 2008 16:43:40 +0100
3695
3696 grub2 (1.96+20080219-3) unstable; urgency=low
3697
3698 * default/grub: Use lsb_release to support Debian derivatives.
3699 (Closes: #466561)
3700 * grub.d/05_debian_theme: Only setup background image when a reader for it
3701 is present in /boot/grub. (Closes: #467111)
3702
3703 [ Updated translations ]
3704 * Russian (ru.po) by Yuri Kozlov (Closes: #467181)
3705
3706 -- Robert Millan <rmh@aybabtu.com> Sun, 24 Feb 2008 15:39:50 +0100
3707
3708 grub2 (1.96+20080219-2) unstable; urgency=high
3709
3710 * grub-pc.postinst: Create /boot/grub if it doesn't exist.
3711
3712 -- Robert Millan <rmh@aybabtu.com> Wed, 20 Feb 2008 07:15:14 +0100
3713
3714 grub2 (1.96+20080219-1) unstable; urgency=high
3715
3716 * New CVS snapshot.
3717 - Improves GPT support, allowing it to work without blocklists.
3718
3719 -- Robert Millan <rmh@aybabtu.com> Tue, 19 Feb 2008 15:05:10 +0100
3720
3721 grub2 (1.96+20080216-1) unstable; urgency=high
3722
3723 * New CVS snapshot.
3724 - Fixes offset calculation issue when installing on GPT (urgency set
3725 to high because of this).
3726 * Fix Vcs-Browser tag. Thanks James. (Closes: #465697)
3727 * Only process grub-pc/linux_cmdline if /boot/grub/menu.lst exists.
3728 (Closes: #465708)
3729
3730 [ Updated translations ]
3731 * French (fr.po) by Christian Perrier (Closes: #465706)
3732
3733 -- Robert Millan <rmh@aybabtu.com> Sat, 16 Feb 2008 23:30:55 +0100
3734
3735 grub2 (1.96+20080213-1) unstable; urgency=low
3736
3737 * New CVS snapshot.
3738 - Failure to read one device in a RAID-1 array no longer causes boot
3739 to fail (so long as there's a member that works). (Closes: #426341)
3740 * script: For /proc/mounts, only report lines that start with /dev/.
3741 * Add new upgrade-from-grub-legacy script for the user to complete the upgrade
3742 process from GRUB Legacy, and advertise it prominently in menu.lst.
3743 (Closes: #464912)
3744 * Add a hack to support gfxterm / background_image on systems where /usr
3745 isn't accessible. (Closes: #464911, #463144)
3746 - grub-pc.postinst
3747 - grub.d/05_debian_theme
3748 * Fix a pair of spelling mistakes in debconf. (Closes: #465296)
3749 * Migrate kopt from menu.lst. (Closes: #461164, #464918)
3750
3751 [ Updated translations ]
3752 * Portuguese (pt.po) by Ricardo Silva (Closes: #465137)
3753 * German (de.po) by Helge Kreutzmann (Closes: #465295)
3754
3755 -- Robert Millan <rmh@aybabtu.com> Wed, 13 Feb 2008 16:37:13 +0100
3756
3757 grub2 (1.96+20080210-1) unstable; urgency=high
3758
3759 * New CVS snapshot.
3760 - Errors that cause GRUB to enter rescue mode are displayed now.
3761 (Closes: #425149)
3762 - Build LVM/RAID modules into a few commands that were missing them
3763 (notably, grub-setup). (Closes: #465033)
3764 * Fix license violation (incompatibility between GRUB and LZO2).
3765 (Closes: #465056)
3766 - Urgency set to high.
3767 - control: Move liblzo2-dev from Build-Depends to Build-Conflicts
3768 (leaving liblzo-dev as the only option).
3769
3770 -- Robert Millan <rmh@aybabtu.com> Sun, 10 Feb 2008 17:09:15 +0100
3771
3772 grub2 (1.96+20080209-1) unstable; urgency=low
3773
3774 * New CVS snapshot.
3775 - Fix a root device setting issue in grub-setup. (Closes: #463391)
3776 - Fix partmap detection under LVM/RAID.
3777 - Add scripting commands that would allow user to implement hiddenmenu-like
3778 functionality (http://grub.enbug.org/Hiddenmenu).
3779 - Provide manpages for grub-setup, grub-emu, grub-mkimage and others.
3780 (Closes: #333516, #372890)
3781 * Fix a pair of spelling errors in debconf templates. Thanks Christian
3782 Perrier. (Closes: #464133)
3783 * Run debconf-updatepo. (Closes: #463918)
3784 * Lower base-files versioned dependency to >= 4.0.1~bpo40+1.
3785
3786 -- Robert Millan <rmh@aybabtu.com> Sat, 9 Feb 2008 13:43:49 +0100
3787
3788 grub2 (1.96+20080203-1) unstable; urgency=low
3789
3790 * New CVS snapshot (and release, but we skipped that ;-))
3791 - patches/01_regparm.diff: Delete.
3792 - Improved XFS support.
3793 - util/grub.d/00_header.in: Add runtime error detection (for gfxterm).
3794 - Fixes problem when chainloading to Vista.
3795 * Fix po-debconf errors. Thanks Thomas Huriaux. (Closes: #402972)
3796 * grub.d/05_debian_theme:
3797 - Add runtime error detection.
3798 - Detect/Enable PNG background when it is present.
3799 * control (grub-ieee1275): Remove versioned dependency on powerpc-ibm-utils.
3800
3801 -- Robert Millan <rmh@aybabtu.com> Sun, 3 Feb 2008 19:31:23 +0100
3802
3803 grub2 (1.95+20080201-1) unstable; urgency=low
3804
3805 * New CVS snapshot.
3806 * presubj: Improve notice.
3807 * patches/01_regparm.diff: Fix CPU context corruption affecting fs/xfs.c.
3808 (Closes: #463081, #419766, #462159)
3809 * patches/02_libgcc_powerpc_hack.diff: Fix FTBFS on powerpc. (Closes: #457491)
3810 * patches/disable_xfs.diff: Actually remove this time...
3811
3812 -- Robert Millan <rmh@aybabtu.com> Fri, 1 Feb 2008 17:06:00 +0100
3813
3814 grub2 (1.95+20080128-1) unstable; urgency=low
3815
3816 * New CVS snapshot.
3817 - Fixes bogus CLAIM problems on Apple firmware. (Closes: #449135, #422729)
3818 - grub-probe performs sanity checks to make sure our filesystem drivers
3819 are usable. (Closes: #462449)
3820 - patches/disable_ata.diff: Remove. ATA module isn't auto-loaded in
3821 rescue floppies now.
3822 - patches/disable_xfs.diff: Remove. See above (about grub-probe).
3823 * Bring back grub-emu; it can help a lot with debugging feedback.
3824 - control
3825 - rules
3826
3827 -- Robert Millan <rmh@aybabtu.com> Mon, 28 Jan 2008 00:01:11 +0100
3828
3829 grub2 (1.95+20080116-2) unstable; urgency=low
3830
3831 * grub.d/05_debian_theme: Enable swirlish beauty.
3832 * rules: Obtain debian/legacy/update-grub dynamicaly from GRUB Legacy svn.
3833
3834 -- Robert Millan <rmh@aybabtu.com> Sat, 19 Jan 2008 13:16:18 +0100
3835
3836 grub2 (1.95+20080116-1) unstable; urgency=low
3837
3838 * New CVS snapshot.
3839 - update-grub ignores stale *.dpkg-* files. (Closes: #422708, #424223)
3840 - LVM/RAID now working properly (except when it affects /boot).
3841 (Closes: #425666)
3842 - Fixes flickery in timeout message. (Closes: #437275)
3843 * grub-pc.postinst: Use `--no-floppy' whenever possible. Die, floppies,
3844 die!
3845 * Resync with latest version of GRUB Legacy's update-grub. This time,
3846 using the $LET_US_TRY_GRUB_2 hack to reuse the same script both for
3847 addition of core.img and its removal.
3848 * grub-*.install: Add update-grub2 stub. Packages providing /etc/grub.d/
3849 scripts should invoke update-grub2 in both postinst and postrm (whenever
3850 it is found, of course).
3851 * control: Reorganize a bit, including a complete rewrite of the
3852 package descriptions.
3853 * control (grub-ieee1275): Enable for i386/amd64.
3854
3855 -- Robert Millan <rmh@aybabtu.com> Wed, 16 Jan 2008 15:00:54 +0100
3856
3857 grub2 (1.95+20080107-1) unstable; urgency=low
3858
3859 * New CVS snapshot.
3860 - Supports ReiserFS. (Closes: #430742)
3861 - patches/disable_ata.diff: Resync.
3862
3863 -- Robert Millan <rmh@aybabtu.com> Mon, 7 Jan 2008 12:46:39 +0100
3864
3865 grub2 (1.95+20080105-2) unstable; urgency=low
3866
3867 * grub-pc.postinst: Fix covered assumption that menu.lst exists.
3868 (Closes: #459247)
3869 * copyright: Fix copyright/license reference.
3870
3871 -- Robert Millan <rmh@aybabtu.com> Sun, 6 Jan 2008 18:02:28 +0100
3872
3873 grub2 (1.95+20080105-1) unstable; urgency=low
3874
3875 * New CVS snapshot.
3876 - Fixes install on non-devfs systems with devfs-style paths (ouch).
3877 (Closes: #450709).
3878 - Fixes boot of "Linux" zImages (including memtest86+). (Closes: #436113).
3879 - Corrects usage message in grub-setup. (Closes: #458600).
3880 - patches/menu_color.diff: Remove. Made obsolete by `menu_color_normal'
3881 and `menu_color_highlight' variables. Add/install grub.d/05_debian_theme
3882 to make use of them.
3883 * Reestructure grub-pc.postinst. Notably:
3884 - Do not touch menu.lst unless user has confirmed it (via debconf).
3885 (Closes: #459247)
3886 - When we do, keep a backup in /boot/grub/menu.lst_backup_by_grub2_postinst.
3887
3888 -- Robert Millan <rmh@aybabtu.com> Sat, 5 Jan 2008 17:55:37 +0100
3889
3890 grub2 (1.95+20080101-1) unstable; urgency=low
3891
3892 * New CVS snapshot.
3893 - patches/disable_xfs.diff: Rewrite in a way that won't collide with
3894 upstream changes so often.
3895 - unifont.hex now processed by upstream.
3896 - rules: Disable build of unifont.pff.
3897 - *.install: Remove build/unifont.pff line.
3898 - patches/menu_color.diff: Change menu color to our traditional blue theme.
3899 * Support new dpkg fields (Homepage, Vcs-Svn, Vcs-Browser).
3900 * patches/disable_ata.diff: Prevent ATA module from being built on i386-pc.
3901
3902 -- Robert Millan <rmh@aybabtu.com> Tue, 1 Jan 2008 19:45:30 +0100
3903
3904 grub2 (1.95+20071101-1) unstable; urgency=low
3905
3906 * New CVS snapshot.
3907 - patches/linuxbios.diff: Remove (supported in upstream now).
3908
3909 -- Robert Millan <rmh@aybabtu.com> Thu, 1 Nov 2007 13:18:51 +0100
3910
3911 grub2 (1.95+20071004-2) unstable; urgency=low
3912
3913 * Rename debian/grub-of.* to debian/grub-ieee1275.*.
3914 * Add debian/grub-linuxbios.{postinst,dirs,install}.
3915 * rules: Fix/Overrride lintian warnings (unstripped-binary-or-object).
3916 * Remove grub-linuxbios.postinst.
3917
3918 -- Robert Millan <rmh@aybabtu.com> Wed, 10 Oct 2007 23:56:35 +0200
3919
3920 grub2 (1.95+20071004-1) unstable; urgency=low
3921
3922 * New CVS snapshot.
3923 * Add grub-linuxbios package.
3924 - patches/linuxbios.diff
3925 - control
3926 - rules
3927 * Rename grub-of to grub-ieee1275 to match with upstream conventions.
3928 - control
3929 - rules
3930
3931 -- Robert Millan <rmh@aybabtu.com> Thu, 4 Oct 2007 14:42:30 +0200
3932
3933 grub2 (1.95+20070829-1) unstable; urgency=low
3934
3935 * New CVS snapshot.
3936 - Includes fix for parallel builds.
3937 * rules: Append -j flag to $(MAKE) to take advantage of >1 processors.
3938 * Add reference to /usr/share/common-licenses.
3939 - debian/copyright
3940 - debian/control (all packages): Add base-files (>= 4.0.1) dependency.
3941
3942 -- Robert Millan <rmh@debian.org> Sat, 1 Sep 2007 19:00:22 +0200
3943
3944 grub2 (1.95+20070828-2) unstable; urgency=low
3945
3946 * control (grub-of): Make depends on powerpc-ibm-utils versioned as
3947 >= 1.0.6 (older versions don't have -a flag).
3948
3949 -- Robert Millan <rmh@debian.org> Tue, 28 Aug 2007 23:32:32 +0200
3950
3951 grub2 (1.95+20070828-1) unstable; urgency=low
3952
3953 * New CVS snapshot.
3954 - Adds ntfs support.
3955 - Fixes a pair of issues indirectly breaking grub-probe on powerpc.
3956 (Closes: #431488)
3957 - patches/disable_xfs.diff: Resync.
3958 - copyright: License upgraded to GPLv3.
3959 * control (grub-of Depends): Add powerpc-utils (for nvsetenv) and bc.
3960
3961 -- Robert Millan <rmh@debian.org> Tue, 28 Aug 2007 21:24:14 +0200
3962
3963 grub2 (1.95+20070626-1) unstable; urgency=low
3964
3965 * New CVS snapshot.
3966 - More fixes to cope with unreadable /. (Closes: #427289)
3967 - update-grub supports multiple terminals.
3968 * control (Build-Depends): Add genisoimage.
3969 * patches/partmap_fallback.diff: Remove. It didn't archieve anything as
3970 it also needs support for proper identification of raid / lvm (this is
3971 being worked on).
3972 * patches/disable_xfs.diff: Disable xfs in grub-probe.
3973 * grub-rescue-pc.README.Debian: New. Explain how to use the rescue
3974 images.
3975
3976 -- Robert Millan <rmh@debian.org> Tue, 26 Jun 2007 08:39:14 +0200
3977
3978 grub2 (1.95+20070614-1) unstable; urgency=low
3979
3980 * New CVS snapshot.
3981 - update-grub is tollerant to unreadable / (as long as /boot is
3982 accessible). (Closes: #427289)
3983 * grub-pc.postinst: Generate new grub.cfg when menu.lst exists.
3984 * New package grub-rescue-pc.
3985 - control: Add it.
3986 - README.Debian.in: Remove obsolete documentation.
3987 - rules: Build rescue images using grub-mkrescue.
3988 - grub-rescue-pc.dirs: Prepare their directory.
3989 - grub-rescue-pc.install: Install them.
3990 * legacy/update-grub: Fix core.img detection on separate /boot.
3991
3992 -- Robert Millan <rmh@debian.org> Thu, 14 Jun 2007 08:17:21 +0200
3993
3994 grub2 (1.95+20070604-1) unstable; urgency=low
3995
3996 * New CVS snapshot.
3997 - patches/grub_probe_for_everyone.diff: Remove (merged).
3998 - update-grub exports user-defined GRUB_CMDLINE_LINUX. (Closes: #425453)
3999 - Fix those nasty powerpc bugs. (Closes: #422729)
4000
4001 -- Robert Millan <rmh@aybabtu.com> Mon, 4 Jun 2007 21:30:55 +0200
4002
4003 grub2 (1.95+20070520-1) unstable; urgency=low
4004
4005 * New CVS snapshot.
4006 - LVM / RAID fixes. (Closes: #423648, #381150)
4007 - Fix memory management bug. (Closes: #423409)
4008 - patches/efi.diff: Remove (merged).
4009 - patches/grub_probe_for_everyone.diff: Use the new paths for
4010 util/grub-probe.c, util/biosdisk.c, util/getroot.c. Enable
4011 grub-mkdevicemap. (Closes: #424985)
4012 * legacy/update-grub: Get rid of all grub-set-default calls. (Closes: #425054)
4013 * grub-{pc,efi,of}.postinst: Only run update-grub if grub.cfg already exists.
4014 * grub-pc.postinst: Only run GRUB Legacy compat stuff if menu.lst is found.
4015 * patches/partmap_fallback.diff: New. Implement fallback "pc gpt" for partmap
4016 detection failures. (Closes: #423022)
4017 * control: Update XS-Vcs-* fields. Thanks Sam Morris <sam@robots.org.uk>.
4018 (Closes: #425146)
4019 * grub-{pc,efi,of}.{dirs,postinst}: Move unifont.pff to /usr/share/grub.
4020
4021 -- Robert Millan <rmh@aybabtu.com> Sun, 20 May 2007 11:13:03 +0200
4022
4023 grub2 (1.95+20070515-1) unstable; urgency=low
4024
4025 * New CVS snapshot.
4026 - Fix assumptions about /, /boot and /boot/grub being the same device.
4027 (Closes: #423268, #422459)
4028 - Proper sorting of Linux images. (Closes: #422580)
4029 - update-grub lets /etc/default/grub override its variables now.
4030 (Closes: #423649)
4031 - update-grub mentions /etc/default/grub in the grub.cfg header.
4032 (Closes: #423651)
4033 - update-grub sets 800x600x16 as the default gfxmode. (Closes: #422794)
4034 - update-grub runs grub-mkdevicemap before attempting to use grub-probe
4035 (part of #423217)
4036
4037 [ Otavio Salvador ]
4038 * Add support to DEB_BUILD_OPTIONS=noopt. Thanks to Sam Morris
4039 <sam@robots.org.uk> for the patch. (Closes: #423005)
4040 * Add Robert Millan as uploader.
4041 * Change build-dependency from liblzo-dev to liblzo2-dev. (Closes: #423358)
4042
4043 [ Robert Millan ]
4044 * grub-pc.postinst:
4045 - Remove /boot/grub/device.map before running grub-install.
4046 (Closes: #422851)
4047 - Always run update-grub after grub-install. (part of #423217)
4048 - Use grub-mkdevicemap instead of removing device.map, since update-grub
4049 needs it but grub-install is not run unconditionaly.
4050 - Redirect grub-install invocation to /dev/null, since it can mislead
4051 users into thinking that MBR was overwritten. (part of #423217)
4052 * default/grub: Stop exporting the variables (update-grub does that now).
4053 * Misc EFI fixes, including new grub-install.
4054 - patches/efi.diff: New.
4055 - patches/grub_probe_for_everyone.diff: Move some bits to efi.diff.
4056 - grub-efi.install: Stop installing dummy grub-install.
4057 - grub-install: Remove.
4058 * grub-pc.postinst: Avoid generating core.img when menu.lst is not present,
4059 to avoid duplicated work (this is specialy important for d-i). (part of
4060 #423217).
4061 * See multiple references above. (Closes: #423217)
4062 * grub-{pc,efi,of}.{dirs,install}: Install presubj in the right directory
4063 to make it work again (oops).
4064 * Add reportbug script to gather debugging information. (Closes: #423218)
4065 - script: New.
4066 - grub-{pc,efi,of}.install: Install it.
4067 * Install the reportbug scripts for grub2 too, since users might still use
4068 it for bugfiling.
4069 - grub2.dirs
4070 - grub2.install
4071 * Fix some lintian warnings.
4072 - control (grub2): Depend on debconf.
4073 - README.Debian.in: Fix mispell.
4074 - grub2.templates: Remove extra dot.
4075
4076 -- Robert Millan <rmh@aybabtu.com> Tue, 15 May 2007 22:08:53 +0200
4077
4078 grub2 (1.95+20070507-1) unstable; urgency=low
4079
4080 [ Robert Millan ]
4081 * New CVS snapshot.
4082 - patches/build_neq_src.diff: Remove (merged).
4083 * Fix debhelper files to ensure each package gets the right thing.
4084 * Enable gfxterm/unifont support.
4085 * On grub-pc, if there's no core.img setup, create one (but do not
4086 risk writing to MBR).
4087 * On grub-pc, if menu.lst is found, regenerate it to include our
4088 core.img.
4089
4090 [ Otavio Salvador ]
4091 * Move debian/update-grub to debian/legacy/update-grub otherwise the
4092 source gets messy.
4093
4094 -- Otavio Salvador <otavio@ossystems.com.br> Mon, 07 May 2007 18:48:14 -0300
4095
4096 grub2 (1.95+20070505.1-3) unstable; urgency=low
4097
4098 * Split postinst into grub2.postinst (with the transition warning) and
4099 postinst.in, with update-grub invocation for grub-{pc,efi,of}.
4100 - postinst.in
4101 - grub2.postinst
4102 - rules
4103
4104 -- Robert Millan <rmh@aybabtu.com> Sun, 6 May 2007 01:20:04 +0200
4105
4106 grub2 (1.95+20070505.1-2) unstable; urgency=low
4107
4108 * Add EFI build of GRUB.
4109 - control: Restructure to provide 3 packages: grub-pc (x86),
4110 grub-efi (x86) and grub-of (powerpc).
4111 - rules: Handle a separate build for each package.
4112 - patches/build_neq_src.diff: Fix builddir == srcdir assumptions.
4113 - patches/grub_probe_for_everyone.diff: New (superceds
4114 powerpc_probe.diff). Enable grub-probe on powerpc and i386-efi.
4115 - grub-install: Dummy informational grub-install for EFI.
4116 - grub-efi.install: Installs it.
4117
4118 -- Robert Millan <rmh@aybabtu.com> Sun, 6 May 2007 00:23:56 +0200
4119
4120 grub2 (1.95+20070505.1-1) unstable; urgency=low
4121
4122 * New CVS snapshot.
4123 * patches/powerpc_probe.diff: Add partmap/gpt.c to grub-probe.
4124 * control (Architecture): Temporarily disable powerpc. Sorry, but runtime
4125 is currently broken and we don't have the hardware to debug it. Will be
4126 re-enabled in next upload.
4127
4128 -- Robert Millan <rmh@aybabtu.com> Sat, 5 May 2007 21:52:49 +0200
4129
4130 grub2 (1.95+20070505-1) unstable; urgency=low
4131
4132 * New CVS snapshot.
4133 - Improved grub.cfg parser. (Closes: #381215)
4134 - patches/fix-grub-install.diff: Remove (merged).
4135 - control (Build-Depends): Remove libncurses5-dev (no longer needed).
4136 - provides update-grub2. (Closes: #419151)
4137 - Supports GPT in PC/BIOS systems. (Closes: #409073)
4138 * control (Build-Depends): Add gcc-multilib to fix FTBFS.
4139 * control (Description): Make it less scary, and more informative.
4140 * postinst: Run update-grub to ensure the latest improvements always are
4141 applied.
4142 * patches/powerpc_probe.diff: Attempt at making grub-probe build/install
4143 on powerpc (and hopefuly update-grub).
4144
4145 -- Robert Millan <rmh@aybabtu.com> Sat, 5 May 2007 01:49:07 +0200
4146
4147 grub2 (1.95-5) unstable; urgency=low
4148
4149 * Fix FTBFS on kFreeBSD. Thanks to Aurelien Jarno <aurel32@debian.org>
4150 by providing the patch. Closes: #416408
4151
4152 -- Otavio Salvador <otavio@ossystems.com.br> Fri, 30 Mar 2007 19:20:48 -0300
4153
4154 grub2 (1.95-4) unstable; urgency=low
4155
4156 * Fix powerpc grub-install binary path. Closes: #402838
4157
4158 -- Otavio Salvador <otavio@ossystems.com.br> Thu, 22 Mar 2007 23:45:56 -0300
4159
4160 grub2 (1.95-3) unstable; urgency=low
4161
4162 [ Christian Perrier ]
4163 * Switch to po-debconf for debconf templates. Closes: #402972
4164 * Depend on ${misc:Depends} and not "debconf" to allow cdebconf to be used
4165 * Debconf translations:
4166 - French
4167 - Czech. Closes: #413327
4168 - Galician. Closes: #413323
4169 - Swedish. Closes: #413325
4170 - Portuguese. Closes: #413332
4171 - German. Closes: #413365
4172 - Tamil. Closes: #413478
4173 - Russian. Closes: #413542
4174 - Italian. Closes: #413904
4175 - Romanian. Closes: #414443
4176
4177 -- Otavio Salvador <otavio@ossystems.com.br> Tue, 20 Mar 2007 23:46:38 -0300
4178
4179 grub2 (1.95-2) unstable; urgency=low
4180
4181 [ Robert Millan ]
4182 * update-grub: Fix for Xen hypervisor entries, thanks Aaron Schrab.
4183 (Closes: #394706)
4184 * Transition to new numbering scheme for partitions. (Closes: #395019)
4185 - update-grub: Don't substract 1 when converting partition device names to
4186 grub drives.
4187 - Add debconf warning explaining the situation.
4188 * Rewrite Architecture line back to hardcoded list :(. (Closes: #398060)
4189
4190 -- Otavio Salvador <otavio@debian.org> Mon, 11 Dec 2006 05:08:41 -0200
4191
4192 grub2 (1.95-1) unstable; urgency=low
4193
4194 * New upstream release.
4195 - patches/03_revert_partition_numbering.diff: Delete (obsoleted).
4196
4197 -- Robert Millan <rmh@aybabtu.com> Sat, 14 Oct 2006 21:19:21 +0200
4198
4199 grub2 (1.94+20061003-1) unstable; urgency=high
4200
4201 * New CVS snapshot.
4202
4203 [ Otavio Salvador ]
4204 * Change debhelper compatibility mode to 5:
4205 - debian/compat: setted to 5;
4206 * control (Build-Depends): Add lib32ncurses5-dev for ppc64.
4207 Closes: #389873
4208 * Set urgency=high since it's experimental stuff and tagged likewise. It
4209 also solved a serious bug on PowerPC that leave users with a black
4210 screen.
4211
4212 [ Robert Millan ]
4213 * control (Depends): Add powerpc-ibm-utils for powerpc/ppc64.
4214 (Closes: #372186)
4215
4216 -- Otavio Salvador <otavio@debian.org> Tue, 3 Oct 2006 16:49:32 -0300
4217
4218 grub2 (1.94+20060926-1) unstable; urgency=high
4219
4220 * New CVS snapshot.
4221 - Command-line editting fix (Closes: #381214).
4222 - Fixes runtime breakage on amd64 (not in BTS).
4223 - Delete a few patches (merged).
4224
4225 [ Robert Millan ]
4226 * Set urgency=high. Might seem like a rush, but it can't possibly be worse than
4227 1.94-5 (broken on systems that use udev, broken on amd64...).
4228 * Pure ppc64 support.
4229 - control (Architecture): Add any-ppc64.
4230 - control (Build-Depends): Add libc6-dev-powerpc [ppc64].
4231 * rules: Remove moddep.lst install command (no longer needed).
4232 * patches/03_revert_partition_numbering.diff: New. Revert a commit that
4233 broke grub-probefs.
4234 * Add bug template to encourage sending upstream stuff directly to
4235 upstream.
4236 - presubj: New.
4237
4238 [ Otavio Salvador ]
4239 * Add XS-X-Vcs-Svn on control file and point it to our current svn
4240 repository.
4241 * Add cvs-snapshot to rules.
4242
4243 -- Otavio Salvador <otavio@debian.org> Tue, 26 Sep 2006 16:14:36 -0300
4244
4245 grub2 (1.94-6) unstable; urgency=low
4246
4247 [ Robert Millan ]
4248 * update-grub: Set interpreter to /bin/bash to cope with non-POSIX
4249 extensions. (mentioned in #361929)
4250 * patches/03_avoid_recursing_into_dot_static.diff: New. Avoid recursing into
4251 dotdirs (e.g. ".static").
4252 * patches/04_mkdevicemap_dont_assume_floppies.diff: New. Don't assume
4253 /dev/fd0 exists when generating device.map.
4254
4255 -- Otavio Salvador <otavio@debian.org> Thu, 14 Sep 2006 16:07:30 -0300
4256
4257 grub2 (1.94-5) unstable; urgency=low
4258
4259 [ Robert Millan ]
4260 * control (Build-Depends): s/any-amd64/amd64 kfreebsd-amd64/g (this seems to
4261 confuse buildds).
4262 * 02_not_remove_menu_lst.patch: New patch. Skip menu.lst removal in
4263 grub-install. (Closes: #372934)
4264
4265 -- Otavio Salvador <otavio@debian.org> Sun, 20 Aug 2006 12:02:13 -0300
4266
4267 grub2 (1.94-4) unstable; urgency=low
4268
4269 [ Otavio Salvador ]
4270 * 01_fix_amd64_building.patch: dropped since it now supports amd64
4271 native building.
4272 * Remove convert_kernel26 usage since it's not necessary anymore and due
4273 initramfs-tools changes it's bug too.
4274
4275 [ Robert Millan ]
4276 * Fork update-grub from grub legacy, and tweak a few commands in output to
4277 make it work for grub2.
4278 * Update README.Debian.in with more recent (and easier) install instructions.
4279 * Add grub to Conflicts/Replaces. Too many commands with the same name,
4280 even if they don't use the same path yet (but will likely do in the
4281 future, see #361929).
4282 * Get rid of control.in, which I introduced in 0.6+20040805-1 and turned out
4283 to be an endless source of problems (and forbidden by policy as well).
4284 * Fix FTBFS on amd64. Really closes: #372548.
4285
4286 -- Otavio Salvador <otavio@debian.org> Fri, 18 Aug 2006 15:38:25 -0300
4287
4288 grub2 (1.94-3) unstable; urgency=low
4289
4290 * Fix FTBFS in amd64. Closes: 372548
4291
4292 -- Otavio Salvador <otavio@debian.org> Sat, 10 Jun 2006 19:57:01 -0300
4293
4294 grub2 (1.94-2) unstable; urgency=low
4295
4296 * Update grub images paths in README.Debian
4297 * 01_fix_grub-install.patch: add to fix a problem with PowerPC
4298 installation. Refs: #371069
4299 * Fix FTBFS in amd64. Closes: #370803
4300
4301 -- Otavio Salvador <otavio@debian.org> Fri, 9 Jun 2006 09:29:40 -0300
4302
4303 grub2 (1.94-1) unstable; urgency=low
4304
4305 * New upstream release.
4306 - Fix powerpc building. Closes: #370259
4307 - 01_fix_grub-install.patch: merged upstream.
4308 - Moved modules to /usr/lib/grub since they are architecture
4309 dependent.
4310 * Leave CDBS set debhelper compatibility level.
4311 * Allow amd64 build to happen. Closes: #364956
4312 * Enforce building in 32bits while running in x86_64 machines.
4313 * Update Standards version to 3.7.2. No changes need.
4314
4315 -- Otavio Salvador <otavio@debian.org> Mon, 5 Jun 2006 12:49:09 -0300
4316
4317 grub2 (1.93-1) unstable; urgency=low
4318
4319 * New upstream release.
4320 - Added support to PowerPC. Closes: #357853
4321 - 01_fix_grub-install.patch: rediff.
4322 * Update Standards version to 3.6.2. No changes need.
4323 * Start to use new dpkg architecture definition. Closes: #360134
4324
4325 -- Otavio Salvador <otavio@debian.org> Sat, 1 Apr 2006 10:07:17 -0300
4326
4327 grub2 (1.92-2) unstable; urgency=low
4328
4329 * Add bison on build-depends field. Closes: #346178
4330 * Add more fixes in 01_fix_grub-install.patch. Closes: #346177
4331
4332 -- Otavio Salvador <otavio@debian.org> Fri, 6 Jan 2006 09:48:08 -0200
4333
4334 grub2 (1.92-1) unstable; urgency=low
4335
4336 * New upstream release.
4337 - Add support for GPT partition table format.
4338 - Add a new command "play" to play an audio file on PC.
4339 - Add support for Linux/ADFS partition table format.
4340 - Add support for BASH-like scripting.
4341 - Add support for Apple HFS+ filesystems.
4342 * 01_fix_grub-install.patch: Added. Fix grub-install to use
4343 /bin/grub-mkimage instead of /sbin/grub-mkimage. Closes: #338824
4344 * Do not use CDBS tarball mode anymore. Closes: #344272
4345
4346 -- Otavio Salvador <otavio@debian.org> Thu, 5 Jan 2006 15:20:40 -0200
4347
4348 grub2 (1.91-0) unstable; urgency=low
4349
4350 * New upstream release. Closes: #331211
4351 * debian/watch: added.
4352 * debian/control.in, debian/control: Add libncurses5-dev in
4353 Build-Depends. Closes: #304638
4354 * Remove Robert Millan as uploader;
4355 * Add myself as uploader;
4356
4357 -- Otavio Salvador <otavio@debian.org> Sat, 12 Nov 2005 16:35:18 -0200
4358
4359 grub2 (0.6+20050203-2) unstable; urgency=low
4360
4361 * Disable for powerpc. Reportedly it fails to boot.
4362
4363 -- Robert Millan <rmh@debian.org> Fri, 4 Feb 2005 01:52:09 +0100
4364
4365 grub2 (0.6+20050203-1) unstable; urgency=low
4366
4367 * New upstream snapshot.
4368 * Install moddep.lst properly in a cpu-independant way. (Closes: #264115)
4369 * Use cdbs debian/control autogeneration.
4370 - Set DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes.
4371 - Move control to control.in.
4372 - Add a @cdbs@ tag and replace Architecture with Cpu/System.
4373 * control.in (Build-Depends): Add ruby.
4374
4375 -- Robert Millan <rmh@debian.org> Thu, 3 Feb 2005 22:33:39 +0100
4376
4377 grub2 (0.6+20040805-1) unstable; urgency=low
4378
4379 * New upstream snapshot.
4380 * Uploading to unstable so that powerpc users can be blessed by GRUB too.
4381 * Use type-handling to generate dpkg arch list.
4382 - control.in
4383 - rules
4384
4385 -- Robert Millan <rmh@debian.org> Thu, 5 Aug 2004 20:50:16 +0200
4386
4387 grub2 (0.6+20040502-1) experimental; urgency=low
4388
4389 * New upstream snapshot.
4390 - Fix FTBFS on powerpc.
4391
4392 -- Robert Millan <rmh@debian.org> Sun, 2 May 2004 18:16:29 +0200
4393
4394 grub2 (0.6+20040429-1) experimental; urgency=low
4395
4396 * New upstream snapshot.
4397 - control (Architecture): Add powerpc.
4398
4399 -- Robert Millan <rmh@debian.org> Thu, 29 Apr 2004 20:41:31 +0200
4400
4401 grub2 (0.6+20031125-1) experimental; urgency=low
4402
4403 * New upstream snapshot.
4404 - patches/multiboot.diff: Nuked.
4405 - install,docs: Update directory name.
4406 * control (Maintainer): Set to pkg-grub-devel mailing list.
4407 * control (Uploaders): Add myself.
4408 * control (Architecture): Add freebsd-i386 and netbsd-i386.
4409
4410 -- Robert Millan <rmh@debian.org> Tue, 25 Nov 2003 23:48:18 +0100
4411
4412 grub2 (0.6+20031114-1) experimental; urgency=low
4413
4414 * New upstream snapshot.
4415 - README.Debian: s/fat/ext2/g (We now have ext2fs support).
4416 * Add multiboot support, thanks to Jeroen Dekkers for his patch.
4417 - patches/multiboot.diff: New.
4418 - control (Architecture): Add hurd-i386 (which needed multiboot).
4419 * Rename package to grub2 (to follow upstream tendency).
4420 - control: Ditto.
4421 - README.Debian: Likewise.
4422 * Switch to tarball mode.
4423 - rules: Ditto.
4424 - docs: Prefix paths in order to workaround dh_installdocs bug.
4425 - install: Likewise, but not because of bug (should be in rules, actualy).
4426 * Fix FTBFS. (Closes: #213868)
4427 - control (Build-Depends): Add autoconf.
4428 - control (Build-Conflicts): Add autoconf2.13.
4429
4430 -- Robert Millan <rmh@debian.org> Fri, 14 Nov 2003 13:16:12 +0100
4431
4432 pupa (0.6+20031008-1) experimental; urgency=low
4433
4434 * New upstream snapshot.
4435 * Uploading to experimental.
4436 * debian/control: Add Jason Thomas to Uploaders.
4437
4438 -- Robert Millan <rmh@debian.org> Wed, 8 Oct 2003 13:22:50 +0000
4439
4440 pupa (0.6+20030915-1) unstable; urgency=low
4441
4442 * Initial Release. (Closes: #211030)
4443
4444 -- Robert Millan <rmh@debian.org> Mon, 15 Sep 2003 14:58:42 +0000