grub2 (1.98~20100115-1ubuntu1) lucid; 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 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.
    - Conflict with grub (<< 0.97-54) as well as grub-legacy.
    - Fix backslash-escaping in merge_debconf_into_conf.
    - Remove "GNU/Linux" from default distributor string.
    - Add crashkernel= options if kdump and makedumpfile are available.
    - 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.
    - Allow Shift to interrupt 'sleep --interruptible'.
    - 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.
    - Remove some verbose messages printed before reading the configuration
      file.
    - Keep the loopback file open so that subsequent changes to the "root"
      environment variable don't affect it.
    - Change prepare_grub_to_access_device to handle filesystems
      loop-mounted on file images.
    - Ignore devices loop-mounted from files in 10_linux.
    - 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.
    - Handle RAID devices containing virtio components.
  * Improve DM-RAID probing support; grub-probe and grub-mkdevicemap should
    both now do something reasonable.

grub2 (1.98~20100115-1) unstable; urgency=low

  * New Bazaar snapshot.
    - Includes savedefault / grub-reboot branch.
    - Includes Multiboot video support (from latest 1.x draft).

grub2 (1.98~20100110-1) unstable; urgency=low

  * New Bazaar snapshot.

  [ Robert Millan ]
  * grub-rescue-pc.postinst: Fix image generation during upgrades.
    (Closes: #564261)

grub2 (1.98~20100107-1) unstable; urgency=low

  * New Bazaar snapshot.

  [ Robert Millan ]
  * grub-rescue-pc.postinst: Use grub-mkrescue for floppy as well.

  [ Updated translations ]
  * Chinese (zh_TW.po) by Tetralet. (Closes: #564044)

Date: Thu, 28 Jan 2010 14:04:48 +0000
Changed-By: Colin Watson <cjwat...@ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Signed-By: Colin Watson <cjwat...@canonical.com>
https://launchpad.net/ubuntu/lucid/+source/grub2/1.98~20100115-1ubuntu1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 28 Jan 2010 14:04:48 +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.98~20100115-1ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Colin Watson <cjwat...@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: 564044 564261
Changes: 
 grub2 (1.98~20100115-1ubuntu1) lucid; 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 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.
     - Conflict with grub (<< 0.97-54) as well as grub-legacy.
     - Fix backslash-escaping in merge_debconf_into_conf.
     - Remove "GNU/Linux" from default distributor string.
     - Add crashkernel= options if kdump and makedumpfile are available.
     - 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.
     - Allow Shift to interrupt 'sleep --interruptible'.
     - 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.
     - Remove some verbose messages printed before reading the configuration
       file.
     - Keep the loopback file open so that subsequent changes to the "root"
       environment variable don't affect it.
     - Change prepare_grub_to_access_device to handle filesystems
       loop-mounted on file images.
     - Ignore devices loop-mounted from files in 10_linux.
     - 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.
     - Handle RAID devices containing virtio components.
   * Improve DM-RAID probing support; grub-probe and grub-mkdevicemap should
     both now do something reasonable.
 .
 grub2 (1.98~20100115-1) unstable; urgency=low
 .
   * New Bazaar snapshot.
     - Includes savedefault / grub-reboot branch.
     - Includes Multiboot video support (from latest 1.x draft).
 .
 grub2 (1.98~20100110-1) unstable; urgency=low
 .
   * New Bazaar snapshot.
 .
   [ Robert Millan ]
   * grub-rescue-pc.postinst: Fix image generation during upgrades.
     (Closes: #564261)
 .
 grub2 (1.98~20100107-1) unstable; urgency=low
 .
   * New Bazaar snapshot.
 .
   [ Robert Millan ]
   * grub-rescue-pc.postinst: Use grub-mkrescue for floppy as well.
 .
   [ Updated translations ]
   * Chinese (zh_TW.po) by Tetralet. (Closes: #564044)
Checksums-Sha1: 
 6b8ade065c7c02b000f1dfdc7329927b459a47b3 2692 grub2_1.98~20100115-1ubuntu1.dsc
 b3c0b69b2ceb8afa8fe95050894d9d03ad365def 1481319 
grub2_1.98~20100115.orig.tar.gz
 513d95d4f89c8218da6cf164e9582b4a16c7a4bf 267887 
grub2_1.98~20100115-1ubuntu1.diff.gz
Checksums-Sha256: 
 014d4fa7477a8e621f95dc65e1219dfc976689b1c1e637650d9d5e88573b8bb3 2692 
grub2_1.98~20100115-1ubuntu1.dsc
 df6d460035aad77ff79b282b3d7f9d8e6c460dd3029d6ec6fb2e2032abc55b11 1481319 
grub2_1.98~20100115.orig.tar.gz
 b90ec3c8e69d1d92916f3e68b293bf2042791070c91345d6584cde444cb41b1f 267887 
grub2_1.98~20100115-1ubuntu1.diff.gz
Files: 
 d366864c838848d6ce94c4dc7fc67cd7 2692 admin extra 
grub2_1.98~20100115-1ubuntu1.dsc
 1e95bd201dcfbc0c0be9fa7dd06a2964 1481319 admin extra 
grub2_1.98~20100115.orig.tar.gz
 e36f56876548964296b501444011350c 267887 admin extra 
grub2_1.98~20100115-1ubuntu1.diff.gz
Original-Maintainer: GRUB Maintainers <pkg-grub-de...@lists.alioth.debian.org>

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

iQIVAwUBS2Ga3jk1h9l9hlALAQig5g/7B0e4Rq/g3G3AENBTJkcD+XrF+Vid/0wW
ih8NxrEU7h32/d8QHc+Twgrs5HVgM9bcBD0RtMD8d+KV+PqyUIhv4z+xDu8OlY4s
L5kKxXigdz5RYFpMxMmdJjobiriyyl/6BZqy4PegEY8GHlnooeRKwLjLn04OfWh3
7Q9c0/00hZmPkXi2EeVXVz2wohTxb1XfB4/1dockiKufyauNO7lrmabSTfZM40O6
8svNJBFUPun53uFipoYX5FeymN6fjNmBXwUuKOHtAf+ahsKWbZCtWR+QNnpP+oI5
zxhl8ZZJ7FvYYWjXeXHgrKkN7Er74dm/yZPC19wLKO9uQ8GDj81cspLHO8JGb7oi
2gEkoofURdOu1CWOcHG2qVlNBsmv8iEb9Us/ViACiuBNL0HGhf5AfJvP3U3ViOSy
6rkJ8ufkMgv4uuOso3i27jC/KBTKplEF+TKVbY5QAhgW6r6wpNhXmbfzoG8yt+mB
qSe/TnP+p8z8lOm8w8A/E9azbDkNGck0AGujDy4ejRgWU6Pw6d45uvt7sEVlNwQc
DZd//nb9IPc92Cd5CtU3/oqgqelsdI8W/Pk/zLQXqJsA9nhjiihNStIhuGRKBjYo
piJy4qZQVh6by1fsgrMZcSel5R6ObTZW/y4K3ISuoLWZco9cd0jjuhgul071L82Y
S2t1w00BPPQ=
=4+Ti
-----END PGP SIGNATURE-----
-- 
Lucid-changes mailing list
Lucid-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/lucid-changes

Reply via email to