[ubuntu/karmic] grub2 1.97~beta3-1ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Mon Sep 14 11:20:14 BST 2009


grub2 (1.97~beta3-1ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. 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/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
        1, 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/960_test_invalid_fs.diff: Fix test crash if loopback
    device does not contain a filesystem.

grub2 (1.97~beta3-1) unstable; urgency=high

  * New upstream beta release.
    - Make it more clear how to use /etc/grub.d/40_custom. (Closes: #545153)
    - fix a serious memory corruption in the graphical subsystem.
      (Closes: #545364, #544155, #544639, #544822, LP: #424503)
    - patches/003_grub_probe_segfault.diff: Remove (merged).

  * Change the watch file so upstream beta releases are recognized.
  * Include /etc/default/grub in bug reports.
  * Recommend os-prober (>= 1.32). (Closes: #491872)
  * Change the gcc-multilib [sparc] build dependency to gcc-4.4-multilib
    [sparc].
  * patches/907_grub.cfg_400.diff: New patch to make grub.cfg again mode
    444 if it does not contain a password line.
  * Use `su' in the bug reporting script to read grub.cfg in case the user
    is not allowed to read it.
  * Readd grub-pc/kopt-extracted template.

  [ Updated translations ]
  * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge.
  * Japanese (ja.po) by Hideki Yamane. (Closes: #545331)
  * Spanish (es.po) by Francisco Javier Cuadrado. (Closes: #545566)
  * Italian (it.po) by Luca Monducci. (Closes: #546035)

Date: Mon, 14 Sep 2009 10:52:59 +0100
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/karmic/+source/grub2/1.97~beta3-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 14 Sep 2009 10:52:59 +0100
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub-pc grub-rescue-pc grub-coreboot grub-efi-ia32 grub-efi-amd64 grub-ieee1275 grub-firmware-qemu
Architecture: source
Version: 1.97~beta3-1ubuntu1
Distribution: karmic
Urgency: high
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-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: 491872 544155 544639 544822 545153 545331 545364 545566 546035
Changes: 
 grub2 (1.97~beta3-1ubuntu1) karmic; urgency=low
 .
   * Resynchronise with Debian. 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/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
         1, 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/960_test_invalid_fs.diff: Fix test crash if loopback
     device does not contain a filesystem.
 .
 grub2 (1.97~beta3-1) unstable; urgency=high
 .
   * New upstream beta release.
     - Make it more clear how to use /etc/grub.d/40_custom. (Closes: #545153)
     - fix a serious memory corruption in the graphical subsystem.
       (Closes: #545364, #544155, #544639, #544822, LP: #424503)
     - patches/003_grub_probe_segfault.diff: Remove (merged).
 .
   * Change the watch file so upstream beta releases are recognized.
   * Include /etc/default/grub in bug reports.
   * Recommend os-prober (>= 1.32). (Closes: #491872)
   * Change the gcc-multilib [sparc] build dependency to gcc-4.4-multilib
     [sparc].
   * patches/907_grub.cfg_400.diff: New patch to make grub.cfg again mode
     444 if it does not contain a password line.
   * Use `su' in the bug reporting script to read grub.cfg in case the user
     is not allowed to read it.
   * Readd grub-pc/kopt-extracted template.
 .
   [ Updated translations ]
   * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge.
   * Japanese (ja.po) by Hideki Yamane. (Closes: #545331)
   * Spanish (es.po) by Francisco Javier Cuadrado. (Closes: #545566)
   * Italian (it.po) by Luca Monducci. (Closes: #546035)
Checksums-Sha1: 
 4c57d692d195299990efc0a165237bf135929f22 2614 grub2_1.97~beta3-1ubuntu1.dsc
 2e7c0532b82b961eefa03a446de0b44f8a6cf8e0 1160068 grub2_1.97~beta3.orig.tar.gz
 ca9ddf10073cedc93e634787025e2d2c3ee7d2aa 125061 grub2_1.97~beta3-1ubuntu1.diff.gz
Checksums-Sha256: 
 c2975ae74ba879507690a2b925900686764ad8d50825bfd62ece07c1b0312161 2614 grub2_1.97~beta3-1ubuntu1.dsc
 306ce115cc856e0142471d62bc1768219fd59b9d461175914dee7fc2661287a9 1160068 grub2_1.97~beta3.orig.tar.gz
 d7109c69ccd889fc24c27959d9b3c151d396a7394a691a31a26086d3fa7f0b6d 125061 grub2_1.97~beta3-1ubuntu1.diff.gz
Files: 
 c0569d5e491fc0c73e15d17df04da1cb 2614 admin extra grub2_1.97~beta3-1ubuntu1.dsc
 706e4a84a91655209b5c942144808189 1160068 admin extra grub2_1.97~beta3.orig.tar.gz
 38cb54b1e926d3a76293f5e748e3b080 125061 admin extra grub2_1.97~beta3-1ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 424503
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

iQIVAwUBSq4Xdzk1h9l9hlALAQg3Vw//d4Txl1Zn171irkv93f7/i0rQlt6Oepd5
Dc1aytBfm7Fa9rsaQuOlHDUDMTUYE2b8Hxv6Hwwg0/JSap5v619iYRzYc+nWb6bf
6pqprNlFB60cX+Roqw50UiMrTxPTXifcc9nRuPEEWOSfau3JUu07fCpTIfJaONCy
cX9ttLuDLG1FaMTBBMT8dkhFsTU/8wQbFL+nQJuGCN1XHGPwX+uwU8T7eaUwjGqc
C+/+7F7U6imXx7Wiiaz8534wTf7ALsCd86D2m7lYxnbl6bi0agpvfMfkREKmN9hJ
w/mOd72mCe8R50X8M6o8PbnyatHkfTWIqatGosrORoAjBJQxo8s5D+Pj8oGhiJoQ
PxBqF8twWP6xDcE+T05f1ro0FOMe/nhiVY7kOziPd8Q0pueFMtL4qi9aRVMWuB7k
yt/OnEr3vcvVXZkxlwSWt73SAEGgDGHMPUrkZo+9o4x9cQqI2LOA6/BmhUBFzOSq
jgr2YjWboG3qC7v/3J/N4Mpnv0WvI1HQenoPmII8WOtToL5A/Vu9M4KX+VBBEVpm
w+kyJE28PQ8yDq+PTfo2Ub3feJUDKnzVZzHVdnoRMelfarlZqIhy034SbQ5W4FNM
/xEkOkdnit0yHKPQXY+XvadQamm30yjgMWa5W3O4r0mZxoC2pb0DJz6w6eb9DuYp
LkuTQbVcf3w=
=QyyS
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list