[ubuntu/natty] grub2 1.99~20110104-2ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Wed Jan 5 18:05:29 UTC 2011


grub2 (1.99~20110104-2ubuntu1) 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.
    - Make sure GRUB_TIMEOUT isn't quoted unnecessarily.
    - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
    - Use qemu rather than qemu-system-i386.
    - Program vesafb on BIOS systems rather than efifb.
    - 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.
    - Enable lua from grub-extras.
    - Incorporate the bitop library into lua.
    - Add enum_pci function to grub module in lua.
    - 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.
  * Update Ubuntu patch tags to DEP-3.

grub2 (1.99~20110104-2) experimental; urgency=low

  * Support long command lines as per the 2.06 Linux boot protocol, from the
    upstream 'longlinuxcmd' branch.
  * Add a background_color command, from the upstream 'parse-color' branch.
  * Update branch_devmapper.patch, adding a #include to fix a build failure
    on Ubuntu amd64.
  * When embedding the core image in a post-MBR gap, check for and avoid
    sectors matching any of a number of known signatures, from the upstream
    'embed-sectors' branch.

Date: Wed, 05 Jan 2011 17:28:55 +0000
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~20110104-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 05 Jan 2011 17:28:55 +0000
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
Architecture: source
Version: 1.99~20110104-2ubuntu1
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-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)
Changes: 
 grub2 (1.99~20110104-2ubuntu1) 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.
     - Make sure GRUB_TIMEOUT isn't quoted unnecessarily.
     - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
     - Use qemu rather than qemu-system-i386.
     - Program vesafb on BIOS systems rather than efifb.
     - 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.
     - Enable lua from grub-extras.
     - Incorporate the bitop library into lua.
     - Add enum_pci function to grub module in lua.
     - 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.
   * Update Ubuntu patch tags to DEP-3.
 .
 grub2 (1.99~20110104-2) experimental; urgency=low
 .
   * Support long command lines as per the 2.06 Linux boot protocol, from the
     upstream 'longlinuxcmd' branch.
   * Add a background_color command, from the upstream 'parse-color' branch.
   * Update branch_devmapper.patch, adding a #include to fix a build failure
     on Ubuntu amd64.
   * When embedding the core image in a post-MBR gap, check for and avoid
     sectors matching any of a number of known signatures, from the upstream
     'embed-sectors' branch.
Checksums-Sha1: 
 fcdfb6cf69846b7be2ea6f3190697b6b3aa4e478 3123 grub2_1.99~20110104-2ubuntu1.dsc
 41e65f640e45489ad18f69bf60581234cb7e090a 768309 grub2_1.99~20110104-2ubuntu1.diff.gz
Checksums-Sha256: 
 926f410c732e764ac707b95bb02a2f1f2a003938116ec13f50cdbf77b65ba8f9 3123 grub2_1.99~20110104-2ubuntu1.dsc
 7cd1021886ba0d20824e82f421d6eb4ebde3b046d2ab69e74d2baab897de621c 768309 grub2_1.99~20110104-2ubuntu1.diff.gz
Files: 
 da2c3e764bb12480dd96803e6a629a56 3123 admin extra grub2_1.99~20110104-2ubuntu1.dsc
 e613301863cc5cac6451cc49013af8b3 768309 admin extra grub2_1.99~20110104-2ubuntu1.diff.gz
Original-Maintainer: GRUB Maintainers <pkg-grub-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iQIVAwUBTSSxpzk1h9l9hlALAQisuBAAkHqPH0lxtSgVNI/kNL7CCUAntqvxK99g
oyCKu2NmaodtI+/jkkkouivo4pMQWxNoI0PmWrAuilBH9MABmDKI+WXNFJ1woIjn
5S9c9L1uwwONvJ8gLeCr6u85gDL8zt+kb1HIiP3T3H29AODfuuEjMl9Da2oBk47z
clMUAbm3UoDlHm14SI9mq94y7a0eHv5o8gLJbNausus/4xPaJC8y8Lw4m5GcIcKT
o+Z008SWGOJayyhGqFWK1KF8t38ItICq6oWT2OMaMNn0IK/Vdjx27aKImcaR8f24
tXfeJE0EhDoar4BHAYVFU4Rg04vLgdZj0WrYKPkA09MwpuJnTZV4+YtQ6bivaF//
j0ihE2mmYJSVrRxopWXHXngv1a19VnFsZ6XABmZler1IvAc0eomRxYStUNr+ttAZ
NxdWzGNEv03uwDr/YkZau5o9Le20mdaP/CPhlZeC3Xn+LvyhjZ96ey4DFD98DorH
yjYyoR+6r9sonCvKenWdhYemPbI6SFh8Df/9rvYIK4Ow4tKNDkua84ncUKOn3+ER
Y9oZSH2lygYwq7Vrt/hy1ChAkpXSgzPTIZLSqAAu45XjhXZNWmQnLC0EJI1PvQkQ
opRjLEg94kDLsM24zYaR+0hxi7ZEwSIZvLwhmOKfIlVyP7sVgapvSgjakkFmjtbM
Aka8yI3mNQY=
=y9r0
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list