[ubuntu/oneiric] grub2 1.99-11ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Tue Aug 9 12:20:26 UTC 2011


grub2 (1.99-11ubuntu1) oneiric; 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 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.
    - 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.
    - Check hardware support before using gfxpayload=keep.
    - 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 default/grub.md5sum to include maverick's default md5sum.
    - Add nomodeset to Linux kernel arguments in recovery mode.
    - Skip Windows os-prober entries on Wubi systems.

grub2 (1.99-11) unstable; urgency=low

  * Backport from upstream:
    - Honour GRUB_CMDLINE_LINUX_XEN_REPLACE and
      GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT, which replace
      GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT (complementing the
      existing options which append; closes: #617538).

grub2 (1.99-10) unstable; urgency=high

  * Mark la_array as packed.
    - zfs_packed_la_array.patch

grub2 (1.99-9) unstable; urgency=low

  [ Colin Watson ]
  * Adjust apport hook to attach /boot/grub/device.map if it exists.
  * Fix regression in gfxterm background_color handling.
  * Improve detection of invalid shell syntax in apport hook.

  [ Debconf translations ]
  * Esperanto (Felipe E. F. de Castro).  Closes: #632157
  * Slovak (Slavko).

  [ Robert Millan ]
  * Enable grub-mount on kfreebsd-any.
  * Build grub-mount-udeb on kfreebsd-i386 and kfreebsd-amd64.

Date: Tue, 09 Aug 2011 13:13:26 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/grub2/1.99-11ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 09 Aug 2011 13:13:26 +0100
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub2-common grub-emu grub-pc-bin grub-pc grub-rescue-pc grub-coreboot-bin grub-coreboot grub-efi-ia32-bin grub-efi-ia32 grub-efi-amd64-bin grub-efi-amd64 grub-ieee1275-bin grub-ieee1275 grub-firmware-qemu grub-yeeloong-bin grub-yeeloong grub-mount-udeb
Architecture: source
Version: 1.99-11ubuntu1
Distribution: oneiric
Urgency: high
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-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-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
 grub-efi-ia32-bin - GRand Unified Bootloader, version 2 (EFI-IA32 binaries)
 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-ieee1275-bin - GRand Unified Bootloader, version 2 (Open Firmware binaries)
 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-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version)
 grub-yeeloong-bin - GRand Unified Bootloader, version 2 (Yeeloong binaries)
 grub2      - GRand Unified Bootloader, version 2 (dummy package)
 grub2-common - GRand Unified Bootloader (common files for version 2)
Closes: 617538 632157
Changes: 
 grub2 (1.99-11ubuntu1) oneiric; 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 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.
     - 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.
     - Check hardware support before using gfxpayload=keep.
     - 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 default/grub.md5sum to include maverick's default md5sum.
     - Add nomodeset to Linux kernel arguments in recovery mode.
     - Skip Windows os-prober entries on Wubi systems.
 .
 grub2 (1.99-11) unstable; urgency=low
 .
   * Backport from upstream:
     - Honour GRUB_CMDLINE_LINUX_XEN_REPLACE and
       GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT, which replace
       GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT (complementing the
       existing options which append; closes: #617538).
 .
 grub2 (1.99-10) unstable; urgency=high
 .
   * Mark la_array as packed.
     - zfs_packed_la_array.patch
 .
 grub2 (1.99-9) unstable; urgency=low
 .
   [ Colin Watson ]
   * Adjust apport hook to attach /boot/grub/device.map if it exists.
   * Fix regression in gfxterm background_color handling.
   * Improve detection of invalid shell syntax in apport hook.
 .
   [ Debconf translations ]
   * Esperanto (Felipe E. F. de Castro).  Closes: #632157
   * Slovak (Slavko).
 .
   [ Robert Millan ]
   * Enable grub-mount on kfreebsd-any.
   * Build grub-mount-udeb on kfreebsd-i386 and kfreebsd-amd64.
Checksums-Sha1: 
 7957de6f3bfad72519ca0fbb93198755af46800f 3357 grub2_1.99-11ubuntu1.dsc
 3649766fba7f580a90abe1bc76ebc8a2d7a97b9d 333316 grub2_1.99-11ubuntu1.diff.gz
Checksums-Sha256: 
 d7bfb0689f16e89c332289bb758b7feffcad679c671e5dc1f306d86f0c903f13 3357 grub2_1.99-11ubuntu1.dsc
 d05cb14cee254e5652f13b9a5591712bf460d4558c9606323e77d8a1bff874e2 333316 grub2_1.99-11ubuntu1.diff.gz
Files: 
 9511c80a496584cb70a254cfe88ef645 3357 admin extra grub2_1.99-11ubuntu1.dsc
 3738057f218875f33be29b14de955d39 333316 admin extra grub2_1.99-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

iQIVAwUBTkElRDk1h9l9hlALAQjutA/+I66TuYx27Qi87dxzMEdO+HBuIP/aWKkz
OLEofmke1Oq6c60ftGztbrfijxqeqIl+ZHZr426zSodaslZR5hczWM2X0KxtXjb3
sN1pF6unPPx/94CN8800AAusspvrW7PocGDiqrtISpTjWqdN7XQQnXKxWZyf1m7N
czy8aTx8H1kU7asQ2TcioeJGMb7gQwRNndrMQBn9p7aZZ8Oog6XIXcj8ql6zgirU
Je8X1Q14fTvsb9PHkB4isX2uxTbaWrdGk2Bpw4dAfjzoG30TGs8jATQJ8khg06Rc
WQi66xeWGxeFxsEyMg75GEhSeFR4dC3NFoEL8ciyDxSj/fLZJ4zuIaoeNhSYVtnO
vo2ciVjLigofcNSMuZMlSc1KlCxj3gRNNEyQtW42ESCTs+ioQUC8eTMSh5OIcDy9
pg3HnC06E4MjCvTk2pSLmr6IuB8qMnPcDeGSJeBXAFyW2n320D2Ne0uXpP+fC7HV
bvmNA43CXtCT5h8sL7JPXlo6m0TYvUH49T4gC5gCuNpXIfalaizYOfu76eF1RCCg
warAZncJ/z0FCJb3oWEb1/5JtKZckEWsF0n+GzdmGLQDSWJB076r9Nz+ANf53dPw
8E3rg8QVoGSgSBChxoTJQuyYMDJCZFSkuOAZv+4hUX9grxs3wNk6bb6jPCoy0b0N
MxV92lRDdjo=
=PELe
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list