[ubuntu/natty] grub2 1.99~rc1-11ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Sun Apr 10 22:35:33 UTC 2011


grub2 (1.99~rc1-11ubuntu1) natty; urgency=low

  * Resynchronise with Debian.  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 aubergine background for Ubuntu.
    - Apply Ubuntu GRUB Legacy changes to legacy update-grub script: title,
      recovery mode, quiet option, tweak how memtest86+ is displayed, and
      use UUIDs where appropriate.
    - 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.
    - Handle filesystems loop-mounted on file images.
    - Ignore devices loop-mounted from files in Linux grub.d scripts.
    - Show the boot menu if the previous boot failed.
    - Don't generate device.map during grub-install or grub-mkconfig.
    - 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.
    - Fix LVM/RAID probing in the absence of /boot/grub/device.map.
    - Look for .mo files in /usr/share/locale-langpack first.
    - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
    - Add a grub-rescue-efi-amd64 package.
    - On Wubi, don't ask for an install device, but just update wubildr
      using the diverted grub-install.
    - Check hardware support before using gfxpayload=keep.
    - Build part_msdos and vfat into EFI boot images.
    - Put second and subsequent Linux menu entries in a submenu.
    - Preferred resolution detection for VBE.
    - Set vt.handoff=7 for smooth handoff to kernel graphical mode.
    - Add grub-mount-udeb, containing just grub-mount.

grub2 (1.99~rc1-11) unstable; urgency=low

  * Update branch_fuse.patch:
    - Make grub-mount exit non-zero if opening the device or filesystem
      fails.
    - Translate GRUB error codes into OS error codes for FUSE (LP: #756456).
  * Merge from Ubuntu:
    - Fix use of freed memory when replacing existing loopback device
      (LP: #742967).

Date: Sun, 10 Apr 2011 23:31:06 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/natty/+source/grub2/1.99~rc1-11ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 10 Apr 2011 23:31:06 +0100
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub-emu grub-pc grub-rescue-pc grub-coreboot grub-efi-ia32 grub-efi-amd64 grub-rescue-efi-amd64 grub-ieee1275 grub-firmware-qemu grub-yeeloong grub-mount-udeb
Architecture: source
Version: 1.99~rc1-11ubuntu1
Distribution: natty
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, version 2 (common files)
 grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version)
 grub-efi   - GRand Unified Bootloader, version 2 (dummy package)
 grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version)
 grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
 grub-emu   - GRand Unified Bootloader, version 2 (emulated version)
 grub-firmware-qemu - GRUB firmware image for QEMU
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 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-rescue-efi-amd64 - GRUB bootable rescue images, version 2 (EFI-AMD64 version)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version)
 grub2      - GRand Unified Bootloader, version 2 (dummy package)
Launchpad-Bugs-Fixed: 742967 756456
Changes: 
 grub2 (1.99~rc1-11ubuntu1) natty; urgency=low
 .
   * Resynchronise with Debian.  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 aubergine background for Ubuntu.
     - Apply Ubuntu GRUB Legacy changes to legacy update-grub script: title,
       recovery mode, quiet option, tweak how memtest86+ is displayed, and
       use UUIDs where appropriate.
     - 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.
     - Handle filesystems loop-mounted on file images.
     - Ignore devices loop-mounted from files in Linux grub.d scripts.
     - Show the boot menu if the previous boot failed.
     - Don't generate device.map during grub-install or grub-mkconfig.
     - 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.
     - Fix LVM/RAID probing in the absence of /boot/grub/device.map.
     - Look for .mo files in /usr/share/locale-langpack first.
     - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
     - Add a grub-rescue-efi-amd64 package.
     - On Wubi, don't ask for an install device, but just update wubildr
       using the diverted grub-install.
     - Check hardware support before using gfxpayload=keep.
     - Build part_msdos and vfat into EFI boot images.
     - Put second and subsequent Linux menu entries in a submenu.
     - Preferred resolution detection for VBE.
     - Set vt.handoff=7 for smooth handoff to kernel graphical mode.
     - Add grub-mount-udeb, containing just grub-mount.
 .
 grub2 (1.99~rc1-11) unstable; urgency=low
 .
   * Update branch_fuse.patch:
     - Make grub-mount exit non-zero if opening the device or filesystem
       fails.
     - Translate GRUB error codes into OS error codes for FUSE (LP: #756456).
   * Merge from Ubuntu:
     - Fix use of freed memory when replacing existing loopback device
       (LP: #742967).
Checksums-Sha1: 
 b15aaf0e411164478f8fb257329dcc07f44d18ae 3263 grub2_1.99~rc1-11ubuntu1.dsc
 474840c84732af9625bb0d162263ff7a795d93c7 639196 grub2_1.99~rc1-11ubuntu1.diff.gz
Checksums-Sha256: 
 443eec20314f7b8fb89ecc5ab1e4040e7aa9217df3e835b4a7e1c079960b6db5 3263 grub2_1.99~rc1-11ubuntu1.dsc
 94c7814bb9cdcacc4bb5863407676dbd5d5e691587d13c66f4a4810c8db8dd36 639196 grub2_1.99~rc1-11ubuntu1.diff.gz
Files: 
 808c3feb485b6d381ed2ed13cb183643 3263 admin extra grub2_1.99~rc1-11ubuntu1.dsc
 f7f17fd0b4bbe28ed07ee66fc2f9cfbd 639196 admin extra grub2_1.99~rc1-11ubuntu1.diff.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

iQIVAwUBTaIv5zk1h9l9hlALAQgHyg//aLNdor8ZsuDfOrFPQRe71ZptGA702F0X
mBqekw1NV3psb1Vw1wdazqr6Wwr5oWl/TIMm6DCdR+PSHtGUAZc9Zu2ykvYCiLg4
vYagA/+czb6zZob36EzQQSJhaD+yNeWTWXBt1r3Aojl9QGhLL5MljoHGvOoYdbSz
yKpil47Yo0N8k+jKU5i1cKFtlXFj6QGHw16zHk79/Vrx1PT8xBcsUGvF4wxSxCYD
ZZys2o9R3yt7ha+7vjHvoqLupYCKFRRJjGT4fNYo4fV6gcDn/X36NfxPjDUn56J8
poFeZpLkkekc7g3Wbds4hvCoaVzYPeLK7zu91kqG0QG4rZSZbwLlEKun1etQSY/G
8AHakpgq+0bYxOkptji1Y/KJ1mnziCeHSZvfww5Y29RsxA4YBKvQCxuOX0LFJLqO
k/i1ZQTiV1sGR4ArzXME0cz87CYQWCydSlji49Psxv3nXREXYxVNUZTXPGmG7AA5
fA7DKpEjV3maZm/ogxp/6qOJAwTCAy8aRLEDPyMM4HUdpl4xqr0gyJC3qDOaaYw/
rOM8bMdf7REW8f3xhkA3/vUzpzda5/ALquPj6IZzdGKXIJcWwbqkKUweodjlWOa7
F9f/DjY0bN7shb0yDCu0UHU0y5wfzTzTDGqLiZ5NXgoMHU7OoCEUcY5ch2iVpmTE
TRbCJr/nnNQ=
=cJey
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list