[ubuntu/lucid] grub2 1.97+20091130-1ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Mon Dec 7 20:30:18 GMT 2009


grub2 (1.97+20091130-1ubuntu1) lucid; urgency=low

  * Resynchronise with Debian (LP: #485457). Remaining changes:
    + debian/default/grub:
      - Adjust for default Ubuntu boot options.
      - Use GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
        default items only.  These options won't be set in single user mode.
      - Default to hiding the menu; holding down Shift at boot will show it.
    + debian/templates.in:
      - Change default value of grub2/linux_cmdline_default to "quiet
        splash".
    + debian/config.in, debian/postinst.in, debian/grub-pc.templates.in:
      - Migrate timeout settings from menu.lst.
    + debian/grub.d/05_debian_theme:
      - Set a monochromatic theme for Ubuntu.
    + debian/legacy/update-grub:
      - Apply Ubuntu branding: title, recovery mode, quiet option, and tweak
        how memtest86+ is displayed.
      - Use UUIDs where appropriate.
    + debian/control:
      - Conflict with grub (<< 0.97-54) as well as grub-legacy.
    + debian/postinst.in:
      - Fix backslash-escaping in merge_debconf_into_conf.
    + debian/patches/03_ubuntu_grub_standards:
      - Remove GNU/Linux from default string.
    + debian/patches/10_crashkernel.patch:
      - Add crashkernel= options if kdump and makedumpfile are available.
    + debian/patches/951_quick_boot.diff:
      - If other operating systems are installed, then automatically unhide
        the menu.
      - Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus if
        available to check whether Shift is pressed. If it is, show the
        menu, otherwise boot immediately. If keystatus is not available,
        then fall back to a short delay interruptible with Escape.
    + debian/patches/952_sleep_shift.diff:
      - Allow Shift to interrupt 'sleep --interruptible'.
    + debian/patches/954_normal_quiet.diff:
      - Don't display introductory message about line editing unless we're
        actually offering a shell prompt. Don't clear the screen just before
        booting if we never drew the menu in the first place.
    + debian/patches/955_really_quiet.diff:
      - Remove some verbose messages printed before reading the
        configuration file.
    + debian/patches/956_linux_quiet.diff:
      - If the environment variable "quiet" is set to something other than
        0, suppress progress messages as the kernel and initrd load. Set
        this for non-recovery kernel menu entries.
    + debian/patches/957_savedefault.diff, debian/rules:
      - Add GRUB_DEFAULT=saved, as well as grub-set-default and grub-reboot
        utilities. Provides functionality essentially equivalent to GRUB
        Legacy's savedefault.
    + debian/patches/959_loopback_root.diff:
      - Keep the loopback file open so that subsequent changes to the "root"
        environment variable don't affect it.
    + debian/patches/961_handle_loopback.diff:
      - Change prepare_grub_to_access_device to handle filesystems
        loop-mounted on file images.
    + debian/patches/963_linux_no_loopmount.diff:
      - Ignore devices loop-mounted from files in 10_linux.
    + debian/patches/965_failed_boot_menu.diff, debian/grub-common.init,
      debian/grub-common.pm-sleep, debian/grub-common.dirs, debian/rules:
      - Show the boot menu if the previous boot failed, that is if it failed
        to get to the end of one of the normal runlevels.
    + debian/patches/968_raid_virtio.diff:
      - Handle RAID devices containing virtio components.
  * debian/patches/957_savedefault.diff: Fix --version output from
    grub-reboot and grub-set-default (see LP #480571).
  * debian/patches/957_savedefault.diff: Cope with /boot being on a separate
    filesystem (LP: #478035).
  * debian/patches/957_savedefault.diff, 965_failed_boot_menu.diff: Use 'set
    var=val' rather than plain 'var=val'.
  * debian/patches/969_format_errors.diff: Fix compilation errors due to
    gettext work.

grub2 (1.97+20091130-1) unstable; urgency=low

  * New Bazaar snapshot.
  * Enable ntldr-img from grub-extras.

grub2 (1.97+20091125-2) unstable; urgency=low

  [ Updated translations ]
  * Bulgarian (bg.po) by Damyan Ivanovi (Closes: #558039)

  [ Robert Millan ]
  * control: Remove genisoimage from Build-Depends/Suggests (no longer
    used).
  * grub.d/05_debian_theme: Make output string distro-agnostic.

  [ Felix Zielcke ]
  * patches/02_fix_mountpoints_in_mkrelpath.diff: New patch to handle
    mount points like the old shell function did. (Closes: #558042)

grub2 (1.97+20091125-1) unstable; urgency=low

  [ Robert Millan ]
  * New upstream snapshot.
    - Fixes script parser load error.

  * Add gettext to Build-Depends and gettext-base to grub-common's
    Depends.

grub2 (1.97+20091124-1) unstable; urgency=low

  * New upstream snapshot.
    - Fix grub-mkisofs related FTBFS on powerpc. (Closes: #557704)
    - Create fake GRUB devices for devices not listed in device.map.
      This also makes dmraid and multipath work as long as
      search --fs-uuid works. (Closes: #442382, #540549, LP: #392136)
    - rules: grub-emu is now built as a port.

  [ Felix Zielcke ]
  * Change the bt-utf-source build dependency to xfonts-unifont. It's
    more complete, better maintained and grub-mkfont supports actually
    more then BDF fonts as input, thanks to libfreetype.
  * Use grub-probe to get the GRUB device of /boot/grub instead of
    passing (hd0) to grub-install when creating the core.img with
    chainloading. This avoids the (UUID=) hack slowness in case
    /boot/grub is on a different disk then (hd0) in device.map.
  * patches/903_grub_legacy_0_based_partitions.diff: Update.
  * Add a build dependency on automake and python.
  * Set TARGET_CC=$(CC) to really use gcc-4.4 everywhere. Also pass it
    and CC as arguments to ./configure instead of env vars so they get
    preserved.
  * Ship grub-mkrelpath in grub-common.
  * Ship the locale files in grub-common.
  * Add a dependency on 'dpkg (>= 1.15.4) | install-info' for grub-common
    as recommended by Policy and lintian.

grub2 (1.97+20091115-1) unstable; urgency=low

  * New upstream snapshot.
    - Fix security problem with password checking.  (Closes: #555195)
    - Fix the generated GNU/Hurd menu entries and also add support for
      it in 30_os-prober. (Closes: #555188)
    - Same grub-mkrescue for grub-pc and grub-coreboot, used by
      grub-rescue-pc during postinst now. (Closes: #501867)

  [ Felix Zielcke ]
  * Ship grub-mkisofs in grub-common.
  * patches/002_grub.d_freebsd.in.diff: Remove (merged upstream).
  * patches/906_grub_extras.diff: Remove. Superseded by GRUB_CONTRIB variable
    in recent upstream trunk.
  * rules: Export GRUB_CONTRIB to enable grub-extras add-ons.
  * Pass --force to grub-install in the postinst. (Closes: #553415)
  * Don't strip debug symbols from grub-emu. It's meant for debugging
    and with them it's much more useful.
  * Ship grub-mkfloppy in grub-pc.
  * Revert the Replaces: grub-common to (<= 1.96+20080413-1) on the
    grub-pc package. It was wrongly modified long ago.

  [ Robert Millan ]
  * copyright: Document mkisofs.
  * control: Update Vcs- fields (moved to Bazaar).
  * rules: Update debian/legacy/update-grub rule to Bazaar.

grub2 (1.97-1) unstable; urgency=low

  [ Robert Millan ]
  * patches/905_setup_force.diff: Remove, no longer needed as of
    grub-installer >= 1.47.
  * grub.d/05_debian_theme: Attempt to source grub_background.sh from
    desktop-base (Needed for #495282, #495616, #500134, see also
    #550984).

  [ Felix Zielcke ]
  * Add a build dependency on texinfo.
  * Fix little typo in /etc/default/grub. (LP: #457703)

  [ Updated translations ]
  * Finnish (fi.po) by Esko Arajärvi. (Closes: #551912)

Date: Mon, 07 Dec 2009 20:04:28 +0000
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/lucid/+source/grub2/1.97+20091130-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 07 Dec 2009 20:04:28 +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-ieee1275 grub-firmware-qemu
Architecture: source
Version: 1.97+20091130-1ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Core 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-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub2      - GRand Unified Bootloader, version 2 (dummy package)
Closes: 442382 501867 540549 551912 553415 555188 555195 557704 558039 558042
Changes: 
 grub2 (1.97+20091130-1ubuntu1) lucid; urgency=low
 .
   * Resynchronise with Debian (LP: #485457). Remaining changes:
     + debian/default/grub:
       - Adjust for default Ubuntu boot options.
       - Use GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
         default items only.  These options won't be set in single user mode.
       - Default to hiding the menu; holding down Shift at boot will show it.
     + debian/templates.in:
       - Change default value of grub2/linux_cmdline_default to "quiet
         splash".
     + debian/config.in, debian/postinst.in, debian/grub-pc.templates.in:
       - Migrate timeout settings from menu.lst.
     + debian/grub.d/05_debian_theme:
       - Set a monochromatic theme for Ubuntu.
     + debian/legacy/update-grub:
       - Apply Ubuntu branding: title, recovery mode, quiet option, and tweak
         how memtest86+ is displayed.
       - Use UUIDs where appropriate.
     + debian/control:
       - Conflict with grub (<< 0.97-54) as well as grub-legacy.
     + debian/postinst.in:
       - Fix backslash-escaping in merge_debconf_into_conf.
     + debian/patches/03_ubuntu_grub_standards:
       - Remove GNU/Linux from default string.
     + debian/patches/10_crashkernel.patch:
       - Add crashkernel= options if kdump and makedumpfile are available.
     + debian/patches/951_quick_boot.diff:
       - If other operating systems are installed, then automatically unhide
         the menu.
       - Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus if
         available to check whether Shift is pressed. If it is, show the
         menu, otherwise boot immediately. If keystatus is not available,
         then fall back to a short delay interruptible with Escape.
     + debian/patches/952_sleep_shift.diff:
       - Allow Shift to interrupt 'sleep --interruptible'.
     + debian/patches/954_normal_quiet.diff:
       - Don't display introductory message about line editing unless we're
         actually offering a shell prompt. Don't clear the screen just before
         booting if we never drew the menu in the first place.
     + debian/patches/955_really_quiet.diff:
       - Remove some verbose messages printed before reading the
         configuration file.
     + debian/patches/956_linux_quiet.diff:
       - If the environment variable "quiet" is set to something other than
         0, suppress progress messages as the kernel and initrd load. Set
         this for non-recovery kernel menu entries.
     + debian/patches/957_savedefault.diff, debian/rules:
       - Add GRUB_DEFAULT=saved, as well as grub-set-default and grub-reboot
         utilities. Provides functionality essentially equivalent to GRUB
         Legacy's savedefault.
     + debian/patches/959_loopback_root.diff:
       - Keep the loopback file open so that subsequent changes to the "root"
         environment variable don't affect it.
     + debian/patches/961_handle_loopback.diff:
       - Change prepare_grub_to_access_device to handle filesystems
         loop-mounted on file images.
     + debian/patches/963_linux_no_loopmount.diff:
       - Ignore devices loop-mounted from files in 10_linux.
     + debian/patches/965_failed_boot_menu.diff, debian/grub-common.init,
       debian/grub-common.pm-sleep, debian/grub-common.dirs, debian/rules:
       - Show the boot menu if the previous boot failed, that is if it failed
         to get to the end of one of the normal runlevels.
     + debian/patches/968_raid_virtio.diff:
       - Handle RAID devices containing virtio components.
   * debian/patches/957_savedefault.diff: Fix --version output from
     grub-reboot and grub-set-default (see LP #480571).
   * debian/patches/957_savedefault.diff: Cope with /boot being on a separate
     filesystem (LP: #478035).
   * debian/patches/957_savedefault.diff, 965_failed_boot_menu.diff: Use 'set
     var=val' rather than plain 'var=val'.
   * debian/patches/969_format_errors.diff: Fix compilation errors due to
     gettext work.
 .
 grub2 (1.97+20091130-1) unstable; urgency=low
 .
   * New Bazaar snapshot.
   * Enable ntldr-img from grub-extras.
 .
 grub2 (1.97+20091125-2) unstable; urgency=low
 .
   [ Updated translations ]
   * Bulgarian (bg.po) by Damyan Ivanovi (Closes: #558039)
 .
   [ Robert Millan ]
   * control: Remove genisoimage from Build-Depends/Suggests (no longer
     used).
   * grub.d/05_debian_theme: Make output string distro-agnostic.
 .
   [ Felix Zielcke ]
   * patches/02_fix_mountpoints_in_mkrelpath.diff: New patch to handle
     mount points like the old shell function did. (Closes: #558042)
 .
 grub2 (1.97+20091125-1) unstable; urgency=low
 .
   [ Robert Millan ]
   * New upstream snapshot.
     - Fixes script parser load error.
 .
   * Add gettext to Build-Depends and gettext-base to grub-common's
     Depends.
 .
 grub2 (1.97+20091124-1) unstable; urgency=low
 .
   * New upstream snapshot.
     - Fix grub-mkisofs related FTBFS on powerpc. (Closes: #557704)
     - Create fake GRUB devices for devices not listed in device.map.
       This also makes dmraid and multipath work as long as
       search --fs-uuid works. (Closes: #442382, #540549, LP: #392136)
     - rules: grub-emu is now built as a port.
 .
   [ Felix Zielcke ]
   * Change the bt-utf-source build dependency to xfonts-unifont. It's
     more complete, better maintained and grub-mkfont supports actually
     more then BDF fonts as input, thanks to libfreetype.
   * Use grub-probe to get the GRUB device of /boot/grub instead of
     passing (hd0) to grub-install when creating the core.img with
     chainloading. This avoids the (UUID=) hack slowness in case
     /boot/grub is on a different disk then (hd0) in device.map.
   * patches/903_grub_legacy_0_based_partitions.diff: Update.
   * Add a build dependency on automake and python.
   * Set TARGET_CC=$(CC) to really use gcc-4.4 everywhere. Also pass it
     and CC as arguments to ./configure instead of env vars so they get
     preserved.
   * Ship grub-mkrelpath in grub-common.
   * Ship the locale files in grub-common.
   * Add a dependency on 'dpkg (>= 1.15.4) | install-info' for grub-common
     as recommended by Policy and lintian.
 .
 grub2 (1.97+20091115-1) unstable; urgency=low
 .
   * New upstream snapshot.
     - Fix security problem with password checking.  (Closes: #555195)
     - Fix the generated GNU/Hurd menu entries and also add support for
       it in 30_os-prober. (Closes: #555188)
     - Same grub-mkrescue for grub-pc and grub-coreboot, used by
       grub-rescue-pc during postinst now. (Closes: #501867)
 .
   [ Felix Zielcke ]
   * Ship grub-mkisofs in grub-common.
   * patches/002_grub.d_freebsd.in.diff: Remove (merged upstream).
   * patches/906_grub_extras.diff: Remove. Superseded by GRUB_CONTRIB variable
     in recent upstream trunk.
   * rules: Export GRUB_CONTRIB to enable grub-extras add-ons.
   * Pass --force to grub-install in the postinst. (Closes: #553415)
   * Don't strip debug symbols from grub-emu. It's meant for debugging
     and with them it's much more useful.
   * Ship grub-mkfloppy in grub-pc.
   * Revert the Replaces: grub-common to (<= 1.96+20080413-1) on the
     grub-pc package. It was wrongly modified long ago.
 .
   [ Robert Millan ]
   * copyright: Document mkisofs.
   * control: Update Vcs- fields (moved to Bazaar).
   * rules: Update debian/legacy/update-grub rule to Bazaar.
 .
 grub2 (1.97-1) unstable; urgency=low
 .
   [ Robert Millan ]
   * patches/905_setup_force.diff: Remove, no longer needed as of
     grub-installer >= 1.47.
   * grub.d/05_debian_theme: Attempt to source grub_background.sh from
     desktop-base (Needed for #495282, #495616, #500134, see also
     #550984).
 .
   [ Felix Zielcke ]
   * Add a build dependency on texinfo.
   * Fix little typo in /etc/default/grub. (LP: #457703)
 .
   [ Updated translations ]
   * Finnish (fi.po) by Esko Arajärvi. (Closes: #551912)
Checksums-Sha1: 
 a2b0800c1a6f614d8bffcac7d46c2e64fa25c8c5 2603 grub2_1.97+20091130-1ubuntu1.dsc
 30322053123d9e0c38a7c10747177ecb118d28ce 1509219 grub2_1.97+20091130.orig.tar.gz
 5089a75c3d1c8452a4f5a98f940113585c10991e 120452 grub2_1.97+20091130-1ubuntu1.diff.gz
Checksums-Sha256: 
 c0f0e67aa73aac7680402d60ea38b56e60b1266f9ed87d4708e8e050e790731a 2603 grub2_1.97+20091130-1ubuntu1.dsc
 fb02907969c5a11658fbe80441a0471f7aa966754483358342f6882ad596f87f 1509219 grub2_1.97+20091130.orig.tar.gz
 e76ed2f9f276e4c2965185440f95e2463feb3896b22b4105c55045ad3fa9ce18 120452 grub2_1.97+20091130-1ubuntu1.diff.gz
Files: 
 ea5b89deb3961921aae67105a9bcb3a4 2603 admin extra grub2_1.97+20091130-1ubuntu1.dsc
 2b847f3b3ed60ae226ee2c6fac4f4c6f 1509219 admin extra grub2_1.97+20091130.orig.tar.gz
 446797cb95b323a1b6a20f6e8265faf8 120452 admin extra grub2_1.97+20091130-1ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 392136 457703 478035 485457
Original-Maintainer: GRUB Maintainers <pkg-grub-devel at lists.alioth.debian.org>

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

iQIVAwUBSx1kwTk1h9l9hlALAQgRnRAAhVe6nZaGukEq+PEKLlpbck1e/+b7Nmki
n1xkIjH1r7x3ho2JHD+MkSvEQwuT3Q+92phwyIWTfolKn7LiNvAXa41bUcdnnBFd
fs/Rv0pLSg6GpUxDtJef3GEfRVVBWqJcOFCx1JnloCnd7YZIYTVxo73w4QupGFEF
7ITG4BhIC1mIpyfKHsXYpZl4UB4UbWdByE2hcuGKKm5Ve2ivu1EJVdao3MILGVCc
KZkot3MRGn7jlKTenGt/i0k6BCXIIYgFs6rSuoXh7SKjczu+evHa+K5uAT4qxV/s
SytZivmr22eaS8a1UsT6jRsEAmxcsPqcq4jpkV2U1FgfEmeEPyB0vjoKGzTiJaKj
oKswhSPXipxugS77OhLgm5AaayUit6l4S2srdwX8MqNJzSk7IQKOSOR/iwfNTJBB
RSUsUqrjpabrK7Rkb93SWEXv/AlHL7LcVJP/7S6SPhZTTX/tEZhFY5J5F3rN505/
gfXeruMFHHo1mWg5dI7n9XFgH666LcSNMQbMqGCWt2Fbhffg0wgZyZQFxLW/f/ND
4qXdIEE3G2/qNI2EA0kklIm2CBQZOgvzm+nREqTHpUFY6nO41PzxBs5z6cxWJCdI
vU/ZiKl+GT+zg3jtd4QRee8t1C9eKOlu3mWC6QNYzdNi3Srpug1mayhDnko8soow
QO6OHyko+OU=
=SOc4
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list