[ubuntu/quantal] grub2 2.00-3ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Thu Sep 13 17:10:35 UTC 2012
grub2 (2.00-3ubuntu1) quantal; urgency=low
* Resynchronise with Debian (LP: #1046890). Remaining changes:
- Adjust for default Ubuntu boot options ("quiet splash").
- Default to hiding the menu; holding down Shift at boot will show it.
- Set a monochromatic theme and an appropriate background for Ubuntu.
- Apply Ubuntu GRUB Legacy changes to legacy update-grub script.
- Fix backslash-escaping in merge_debconf_into_conf.
- Remove "GNU/Linux" from default distributor string.
- Add crashkernel option.
- Bypass menu unless other OSes are installed or Shift is pressed.
- Allow Shift to interrupt 'sleep --interruptible'.
- Reduce visual clutter in normal mode.
- Remove verbose messages printed before reading configuration.
- Suppress kernel/initrd progress messages, except in recovery mode.
- Show the boot menu if the previous boot failed.
- Adjust upgrade version checks for Ubuntu.
- Suppress "GRUB loading" message unless Shift is held down.
- Adjust versions of grub-doc and grub-legacy-doc conflicts.
- Look for .mo files in /usr/share/locale-langpack first.
- Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
- Check hardware support before using gfxpayload=keep.
- Set vt.handoff=7 for smooth handoff to kernel graphical mode.
- In recovery mode, add nomodeset to the Linux kernel arguments, and
remove the 'set gfxpayload=keep' command.
- Skip Windows os-prober entries on Wubi systems, and suppress the menu
by default if those are the only other-OS entries.
- Handle probing striped DM-RAID devices.
- Replace 'single' by 'recovery' when friendly-recovery is installed.
- Disable cursor as early as possible in grub_main.
- Avoid getting confused by inaccessible loop device backing paths.
* Apply patch from Fedora to forbid insmod on UEFI secure boot.
grub2 (2.00-3) experimental; urgency=low
* Use dh-autoreconf.
* Bail out if trying to run grub-mkconfig during upgrade to 2.00 (e.g.
while configuring a kernel image), since the old /etc/grub.d/00_header
conffile breaks until such time as grub-common is configured.
grub2 (2.00-2) experimental; urgency=low
* Add -Wno-error=unused-result to HOST_CFLAGS for the moment, since at
least grub-core/lib/crypto.c fails to compile on Ubuntu otherwise.
* Update default/grub.md5sum to include Ubuntu maverick's default md5sum.
* Autogenerate packaging files for grub-emu, in order that its postinst
does not contain unexpanded @PACKAGE@ symbols.
* Only try to install efiemu*.o into grub-emu on *-i386.
grub2 (2.00-1) experimental; urgency=low
[ Jordi Mallach, Colin Watson ]
* New upstream release.
- Add LUKS and GELI encrypted disk support (closes: #463107).
- Lazy scanning to avoid accessing devices which aren't really used.
This avoids boot delay due to slow device scanning (closes: #549905,
#550015, #550083, #564252, #595059, #632408).
- Don't override more informative errors when loading kernel/initrd
(closes: #551630).
- Support 4K-sector NTFS (closes: #567728).
- Unify grub-mkrescue interface on powerpc with that on other
architectures (closes: #570119).
- Fix infinite recursion in gettext when translation fails (closes:
#611537, #612454, #616487, #619618, #626853, #643608).
- Add more missing quotes to grub-mkconfig (closes: #612417).
- Import gnulib change to fix argp_help segfault with help filter
(closes: #612692).
- Support %1$d syntax in grub_printf (closes: #630647).
- Use write-combining MTRR to speed up video with buggy BIOSes (closes:
#630926).
- Remove multiboot header from PXE images to avoid confusing ipxe
(closes: #635877).
- Fix crash when attempting to install to a non-BIOS disk (closes:
#637208).
- Fix handling of grub-mkrescue --xorriso= option (closes: #646788).
- Use umask rather than chmod to create grub.cfg.new to avoid insecure
grub.cfg (closes: #654599).
- Improve font installation logic (closes: #654645).
- Add grub-probe info documentation (closes: #666031).
- Don't crash on canonicalize_file_name failure in grub-probe (closes:
#677211).
[ Colin Watson ]
* Adjust debian/watch to point to xz-compressed tarballs.
* debian/grub.d/05_debian_theme: Source grub-mkconfig_lib from
/usr/share/grub, not the /usr/lib/grub compatibility link.
* Convert to source format 3.0 (quilt). Developers, note that patches are
stored applied in bzr; you may want to 'quilt pop -a' / 'quilt push -a'
around merges.
* Remove pointless debian/grub-mount-udeb.install.hurd-i386;
grub-mount-udeb is not built on the Hurd.
* Refactor debian/grub-common.install.hurd-i386 into .in files so that it
imposes less of a maintenance burden.
* Restore grub-mkdevicemap for now. While it's kind of a mess, requiring
lots of OS-specific code to iterate over all possible devices, we use it
in a number of scripts to discover devices and reimplementing those in
terms of something else would be very complicated.
* Add grub-efi-ia64-bin and grub-efi-ia64 packages. These are currently
experimental, and grub-efi-ia64 does not automatically run grub-install.
* Build-depend on gcc-4.6-multilib on kfreebsd-i386 and hurd-i386 as well
as the other i386 architectures, since we need it to build efiemu32.o
and efiemu64.o.
* Add per-platform *-dbg packages containing files needed to use GRUB's
GDB stub. These are relatively large and thus worth splitting out.
* Build-depend on ttf-dejavu-core for the starfield theme.
* Add a grub-theme-starfield package containing the starfield theme.
* Backport from upstream:
- Don't decrease efi_mmap_size (LP: #1046429).
* grub-common Suggests: console-setup for grub-kbdcomp (closes: #686815).
* Silence error messages when translations are unavailable.
* Don't pass *.module to dpkg-shlibdeps, avoiding lots of build-time
warnings.
* Move transitional package to Section: oldlibs.
* Acknowledge NMU (closes: #676609).
[ Debconf translations ]
* Lithuanian (Rimas Kudelis). Closes: #675628
* Galician (Jorge Barreiro). Closes: #677389
* Welsh (Daffyd Tomos).
* Greek (galaxico). Closes: #685201
* Romanian (Andrei POPESCU). Closes: #685477
* Finnish (Timo Jyrinki).
grub2 (1.99-22.1) unstable; urgency=low
* Non-maintainer upload.
* Apply upstream patches for hurd-i386:
- Test inode number (Closes: #634799).
- Disable zfs code on GNU/Hurd (Closes: #670069).
- Add userland partition support (Closes: #670186).
* Fix packages build without libfuse (Closes: #670189).
Date: Thu, 13 Sep 2012 18:02:04 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/grub2/2.00-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 13 Sep 2012 18:02:04 +0100
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub2-common grub-emu grub-emu-dbg grub-pc-bin grub-pc-dbg grub-pc grub-rescue-pc grub-coreboot-bin grub-coreboot-dbg grub-coreboot grub-efi-ia32-bin grub-efi-ia32-dbg grub-efi-ia32 grub-efi-amd64-bin grub-efi-amd64-dbg grub-efi-amd64 grub-efi-ia64-bin grub-efi-ia64-dbg grub-efi-ia64 grub-ieee1275-bin grub-ieee1275-dbg grub-ieee1275 grub-firmware-qemu grub-yeeloong-bin grub-yeeloong-dbg grub-yeeloong grub-theme-starfield grub-mount-udeb
Architecture: source
Version: 2.00-3ubuntu1
Distribution: quantal
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description:
grub-common - GRand Unified Bootloader (common files)
grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version)
grub-coreboot-bin - GRand Unified Bootloader, version 2 (Coreboot binaries)
grub-coreboot-dbg - GRand Unified Bootloader, version 2 (Coreboot debug files)
grub-efi - GRand Unified Bootloader, version 2 (dummy package)
grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version)
grub-efi-amd64-bin - GRand Unified Bootloader, version 2 (EFI-AMD64 binaries)
grub-efi-amd64-dbg - GRand Unified Bootloader, version 2 (EFI-AMD64 debug files)
grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
grub-efi-ia32-bin - GRand Unified Bootloader, version 2 (EFI-IA32 binaries)
grub-efi-ia32-dbg - GRand Unified Bootloader, version 2 (EFI-IA32 debug files)
grub-efi-ia64 - GRand Unified Bootloader, version 2 (IA64 version)
grub-efi-ia64-bin - GRand Unified Bootloader, version 2 (IA64 binaries)
grub-efi-ia64-dbg - GRand Unified Bootloader, version 2 (IA64 debug files)
grub-emu - GRand Unified Bootloader, version 2 (emulated version)
grub-emu-dbg - GRand Unified Bootloader, version 2 (emulated debug files)
grub-firmware-qemu - GRUB firmware image for QEMU
grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
grub-ieee1275-bin - GRand Unified Bootloader, version 2 (Open Firmware binaries)
grub-ieee1275-dbg - GRand Unified Bootloader, version 2 (Open Firmware debug files)
grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package)
grub-mount-udeb - export GRUB filesystems using FUSE (udeb)
grub-pc - GRand Unified Bootloader, version 2 (PC/BIOS version)
grub-pc-bin - GRand Unified Bootloader, version 2 (PC/BIOS binaries)
grub-pc-dbg - GRand Unified Bootloader, version 2 (PC/BIOS debug files)
grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
grub-theme-starfield - GRand Unified Bootloader, version 2 (starfield theme)
grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version)
grub-yeeloong-bin - GRand Unified Bootloader, version 2 (Yeeloong binaries)
grub-yeeloong-dbg - GRand Unified Bootloader, version 2 (Yeeloong debug files)
grub2 - GRand Unified Bootloader, version 2 (dummy package)
grub2-common - GRand Unified Bootloader (common files for version 2)
Closes: 463107 549905 550015 550083 551630 564252 567728 570119 595059 611537 612417 612454 612692 616487 619618 626853 630647 630926 632408 634799 635877 637208 643608 646788 654599 654645 666031 670069 670186 670189 675628 676609 677211 677389 685201 685477 686815
Launchpad-Bugs-Fixed: 1046429 1046890
Changes:
grub2 (2.00-3ubuntu1) quantal; urgency=low
.
* Resynchronise with Debian (LP: #1046890). Remaining changes:
- Adjust for default Ubuntu boot options ("quiet splash").
- Default to hiding the menu; holding down Shift at boot will show it.
- Set a monochromatic theme and an appropriate background for Ubuntu.
- Apply Ubuntu GRUB Legacy changes to legacy update-grub script.
- Fix backslash-escaping in merge_debconf_into_conf.
- Remove "GNU/Linux" from default distributor string.
- Add crashkernel option.
- Bypass menu unless other OSes are installed or Shift is pressed.
- Allow Shift to interrupt 'sleep --interruptible'.
- Reduce visual clutter in normal mode.
- Remove verbose messages printed before reading configuration.
- Suppress kernel/initrd progress messages, except in recovery mode.
- Show the boot menu if the previous boot failed.
- Adjust upgrade version checks for Ubuntu.
- Suppress "GRUB loading" message unless Shift is held down.
- Adjust versions of grub-doc and grub-legacy-doc conflicts.
- Look for .mo files in /usr/share/locale-langpack first.
- Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
- Check hardware support before using gfxpayload=keep.
- Set vt.handoff=7 for smooth handoff to kernel graphical mode.
- In recovery mode, add nomodeset to the Linux kernel arguments, and
remove the 'set gfxpayload=keep' command.
- Skip Windows os-prober entries on Wubi systems, and suppress the menu
by default if those are the only other-OS entries.
- Handle probing striped DM-RAID devices.
- Replace 'single' by 'recovery' when friendly-recovery is installed.
- Disable cursor as early as possible in grub_main.
- Avoid getting confused by inaccessible loop device backing paths.
* Apply patch from Fedora to forbid insmod on UEFI secure boot.
.
grub2 (2.00-3) experimental; urgency=low
.
* Use dh-autoreconf.
* Bail out if trying to run grub-mkconfig during upgrade to 2.00 (e.g.
while configuring a kernel image), since the old /etc/grub.d/00_header
conffile breaks until such time as grub-common is configured.
.
grub2 (2.00-2) experimental; urgency=low
.
* Add -Wno-error=unused-result to HOST_CFLAGS for the moment, since at
least grub-core/lib/crypto.c fails to compile on Ubuntu otherwise.
* Update default/grub.md5sum to include Ubuntu maverick's default md5sum.
* Autogenerate packaging files for grub-emu, in order that its postinst
does not contain unexpanded @PACKAGE@ symbols.
* Only try to install efiemu*.o into grub-emu on *-i386.
.
grub2 (2.00-1) experimental; urgency=low
.
[ Jordi Mallach, Colin Watson ]
* New upstream release.
- Add LUKS and GELI encrypted disk support (closes: #463107).
- Lazy scanning to avoid accessing devices which aren't really used.
This avoids boot delay due to slow device scanning (closes: #549905,
#550015, #550083, #564252, #595059, #632408).
- Don't override more informative errors when loading kernel/initrd
(closes: #551630).
- Support 4K-sector NTFS (closes: #567728).
- Unify grub-mkrescue interface on powerpc with that on other
architectures (closes: #570119).
- Fix infinite recursion in gettext when translation fails (closes:
#611537, #612454, #616487, #619618, #626853, #643608).
- Add more missing quotes to grub-mkconfig (closes: #612417).
- Import gnulib change to fix argp_help segfault with help filter
(closes: #612692).
- Support %1$d syntax in grub_printf (closes: #630647).
- Use write-combining MTRR to speed up video with buggy BIOSes (closes:
#630926).
- Remove multiboot header from PXE images to avoid confusing ipxe
(closes: #635877).
- Fix crash when attempting to install to a non-BIOS disk (closes:
#637208).
- Fix handling of grub-mkrescue --xorriso= option (closes: #646788).
- Use umask rather than chmod to create grub.cfg.new to avoid insecure
grub.cfg (closes: #654599).
- Improve font installation logic (closes: #654645).
- Add grub-probe info documentation (closes: #666031).
- Don't crash on canonicalize_file_name failure in grub-probe (closes:
#677211).
.
[ Colin Watson ]
* Adjust debian/watch to point to xz-compressed tarballs.
* debian/grub.d/05_debian_theme: Source grub-mkconfig_lib from
/usr/share/grub, not the /usr/lib/grub compatibility link.
* Convert to source format 3.0 (quilt). Developers, note that patches are
stored applied in bzr; you may want to 'quilt pop -a' / 'quilt push -a'
around merges.
* Remove pointless debian/grub-mount-udeb.install.hurd-i386;
grub-mount-udeb is not built on the Hurd.
* Refactor debian/grub-common.install.hurd-i386 into .in files so that it
imposes less of a maintenance burden.
* Restore grub-mkdevicemap for now. While it's kind of a mess, requiring
lots of OS-specific code to iterate over all possible devices, we use it
in a number of scripts to discover devices and reimplementing those in
terms of something else would be very complicated.
* Add grub-efi-ia64-bin and grub-efi-ia64 packages. These are currently
experimental, and grub-efi-ia64 does not automatically run grub-install.
* Build-depend on gcc-4.6-multilib on kfreebsd-i386 and hurd-i386 as well
as the other i386 architectures, since we need it to build efiemu32.o
and efiemu64.o.
* Add per-platform *-dbg packages containing files needed to use GRUB's
GDB stub. These are relatively large and thus worth splitting out.
* Build-depend on ttf-dejavu-core for the starfield theme.
* Add a grub-theme-starfield package containing the starfield theme.
* Backport from upstream:
- Don't decrease efi_mmap_size (LP: #1046429).
* grub-common Suggests: console-setup for grub-kbdcomp (closes: #686815).
* Silence error messages when translations are unavailable.
* Don't pass *.module to dpkg-shlibdeps, avoiding lots of build-time
warnings.
* Move transitional package to Section: oldlibs.
* Acknowledge NMU (closes: #676609).
.
[ Debconf translations ]
* Lithuanian (Rimas Kudelis). Closes: #675628
* Galician (Jorge Barreiro). Closes: #677389
* Welsh (Daffyd Tomos).
* Greek (galaxico). Closes: #685201
* Romanian (Andrei POPESCU). Closes: #685477
* Finnish (Timo Jyrinki).
.
grub2 (1.99-22.1) unstable; urgency=low
.
* Non-maintainer upload.
* Apply upstream patches for hurd-i386:
- Test inode number (Closes: #634799).
- Disable zfs code on GNU/Hurd (Closes: #670069).
- Add userland partition support (Closes: #670186).
* Fix packages build without libfuse (Closes: #670189).
Checksums-Sha1:
fa354e03ea45370e84603cf8e43442abb5238f79 4542 grub2_2.00-3ubuntu1.dsc
274d91e96b56a5b9dd0a07accff69dbb6dfb596b 5136412 grub2_2.00.orig.tar.xz
c71fe34eccce36a06c83236c1feb5a92a2468735 357353 grub2_2.00-3ubuntu1.debian.tar.gz
Checksums-Sha256:
3cf14fc95623d57acefb6f94471f48d4e4cf6c809a4b84df9088392fb31e06c1 4542 grub2_2.00-3ubuntu1.dsc
784ec38e7edc32239ad75b8e66df04dc8bfb26d88681bc9f627133a6eb85c458 5136412 grub2_2.00.orig.tar.xz
81e5cc0e184c419583998d0ea263772f8c2a9b35b8bab6204591b3643274bc95 357353 grub2_2.00-3ubuntu1.debian.tar.gz
Files:
b1968ee5a775a3c41c34481ad6c17153 4542 admin extra grub2_2.00-3ubuntu1.dsc
a1043102fbc7bcedbf53e7ee3d17ab91 5136412 admin extra grub2_2.00.orig.tar.xz
86a1dc699211cdcfa7cdc1e0b1684f1e 357353 admin extra grub2_2.00-3ubuntu1.debian.tar.gz
Original-Maintainer: GRUB Maintainers <pkg-grub-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer
iQIVAwUBUFIS8Dk1h9l9hlALAQibIg/+JyGmgdTUXdpojQQDQxe3j4w+2Y8Avcod
eaqXK1pgt2EL7uJMlsmvbxs05dm5VskMzxMtM7AxMmNBGWiWGThsjdkOxLxSGGpM
XZ1BqGKmlm5kGQgSKIHPGoaX2NZbF1+vEXT0Vo9JnCE0lf96sP8rvaxZmrPiL2YT
HHscrsUrbu8vPJcZfUdgEEzaFAGPyJE3c1duWwupythkcS9t4zXHlFOZAZBUlbzf
YszYwjxOb1Z4sq4rlfI7rFXXxmrI7gSlSSsoxiL1PBND2TqPlgMxmvbpTVBi7Cyp
R6UxDg2/KzSevvU/91fsOZiyHH2VcpeLPRsj3mBmy1pBUH6B2gsgly9BfkSHFzbu
R8o3X65ohGUsplV/CtVWnEuVcRiPVmYzm7wvVs79lS21G+2OnjLmgZ6X4uyx+eKf
m+R96axeKEgLYlqQCYUZKLTKGYhqPb2KP2khiZCpQd3AR1Off0nORc3NzprH/ATJ
hl1HQdz7qCU0IYEyr3m3RakxlaicaIrFpyNNUps7DiPOsXlJQojJ6vpqfiKnjjiw
ou+kz7ksy3q5SJJz0lIcrsL2iWxNkyzrrsY/qaRKvlopyR9LxHKM1LwA91h6dFWF
2385mk4lX4dwJZSCESbSksrNJ7G1cqiM2/5jgBQ45AB7vZNLbUao4X7vrcWh9+19
qusDF5Hmtow=
=c/ue
-----END PGP SIGNATURE-----
More information about the Quantal-changes
mailing list