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

Colin Watson cjwatson at ubuntu.com
Tue Sep 1 22:40:17 BST 2009


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

  * Resynchronise with Debian. Remaining changes:
    + debian/control:
      - Recommend rather than Suggest os-prober.
    + 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/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'.
  * Drop 950_getkeystatus.diff, merged upstream.

grub2 (1.97~beta1-1) unstable; urgency=low

  * New upstream beta release.

  [ Updated translations ]
  * German (de.po) by Helge Kreutzmann. (Closes: #544261)
  * Asturian (ast.po) by Marcos.
  * Georgian (ka.po) by Aiet Kolkhi.

  [ Robert Millan ]
  * Merge config, templates, postinst, postrm, dirs and install files
    into a single source.
  * Disable Linux-specific strings on GNU/kFreeBSD.  Enable translations
    in grub2/linux_cmdline_default.  Add grub2/kfreebsd_* strings (still
    unused).

grub2 (1.96+20090829-1) unstable; urgency=low

  * New SVN snapshot.
    - Fix filesystem mapping on GNU/kFreeBSD.  (Closes: #543950)

  * New grub-extras SVN snapshot.
    - Add 915resolution support to the GMA500 (poulsbo) graphics chipset.
      Thanks to Pedro Bulach Gapski. (Closes: #543917)

  * Use `cp -p' to copy /usr/share/grub/default/grub to the temporary
    file to preverse permissions.
  * Remove also efiemu files from /boot/grun on purge if requested.
  * Check that GRUB_CMDLINE_LINUX and GRUB_CMDLINUX_LINUX_DEFAULT is at
    the start of line in *.postinst.
  * Don't check that $GRUB_CMDLINE_LINUX{,DEFAULT} are non empty strings
    in *.config.
  * Add empty GRUB_CMDLINE_LINUX to /usr/share/grub/default/grub.
  * Factorise the editing of the temporary file. Thanks to Martin F
    Krafft.
  * Read in /etc/default/grub in *.config files.

  [ Updated translations ]
  * French (fr.po) by Christian Perrier. (Closes: #544023)
  * Russian (ru.po) by Yuri Kozlov. (Closes: #544077)
  * Italian (it.po) by Luca Monducci. (Closes: #544200)

Date: Tue, 01 Sep 2009 17:37:19 +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~beta1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 01 Sep 2009 17:37:19 +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~beta1-1ubuntu1
Distribution: karmic
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-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: 543917 543950 544023 544077 544200 544261
Changes: 
 grub2 (1.97~beta1-1ubuntu1) karmic; urgency=low
 .
   * Resynchronise with Debian. Remaining changes:
     + debian/control:
       - Recommend rather than Suggest os-prober.
     + 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/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'.
   * Drop 950_getkeystatus.diff, merged upstream.
 .
 grub2 (1.97~beta1-1) unstable; urgency=low
 .
   * New upstream beta release.
 .
   [ Updated translations ]
   * German (de.po) by Helge Kreutzmann. (Closes: #544261)
   * Asturian (ast.po) by Marcos.
   * Georgian (ka.po) by Aiet Kolkhi.
 .
   [ Robert Millan ]
   * Merge config, templates, postinst, postrm, dirs and install files
     into a single source.
   * Disable Linux-specific strings on GNU/kFreeBSD.  Enable translations
     in grub2/linux_cmdline_default.  Add grub2/kfreebsd_* strings (still
     unused).
 .
 grub2 (1.96+20090829-1) unstable; urgency=low
 .
   * New SVN snapshot.
     - Fix filesystem mapping on GNU/kFreeBSD.  (Closes: #543950)
 .
   * New grub-extras SVN snapshot.
     - Add 915resolution support to the GMA500 (poulsbo) graphics chipset.
       Thanks to Pedro Bulach Gapski. (Closes: #543917)
 .
   * Use `cp -p' to copy /usr/share/grub/default/grub to the temporary
     file to preverse permissions.
   * Remove also efiemu files from /boot/grun on purge if requested.
   * Check that GRUB_CMDLINE_LINUX and GRUB_CMDLINUX_LINUX_DEFAULT is at
     the start of line in *.postinst.
   * Don't check that $GRUB_CMDLINE_LINUX{,DEFAULT} are non empty strings
     in *.config.
   * Add empty GRUB_CMDLINE_LINUX to /usr/share/grub/default/grub.
   * Factorise the editing of the temporary file. Thanks to Martin F
     Krafft.
   * Read in /etc/default/grub in *.config files.
 .
   [ Updated translations ]
   * French (fr.po) by Christian Perrier. (Closes: #544023)
   * Russian (ru.po) by Yuri Kozlov. (Closes: #544077)
   * Italian (it.po) by Luca Monducci. (Closes: #544200)
Checksums-Sha1: 
 e6a715b0a661e50752bf317a8a62f52599179b14 2601 grub2_1.97~beta1-1ubuntu1.dsc
 ca4fdd60b3ad1c1dc33eaf286207b19c41d81b1c 1155981 grub2_1.97~beta1.orig.tar.gz
 a54768fd97f61555ed9a9fc5f7ec21637a9691e7 114089 grub2_1.97~beta1-1ubuntu1.diff.gz
Checksums-Sha256: 
 6ca5e31bdcd8e9368980bdc5ca0f3c270ce8da895b5566c6fdd9c6d6280cce2a 2601 grub2_1.97~beta1-1ubuntu1.dsc
 f2e1593fcb73197b803a120e91675cf228766a1fbc165741834aa853ee21aabf 1155981 grub2_1.97~beta1.orig.tar.gz
 8efe1a0edbe00cf776c3ea21678a9eb2659da5dc6be84374f6344926dfe0e12b 114089 grub2_1.97~beta1-1ubuntu1.diff.gz
Files: 
 6164d0f35a2e7a29ae16785c0436f341 2601 admin extra grub2_1.97~beta1-1ubuntu1.dsc
 a09ca01f6bfdb76e6964e094604cceb5 1155981 admin extra grub2_1.97~beta1.orig.tar.gz
 c71f2df403f397952171a7089c0b8ed7 114089 admin extra grub2_1.97~beta1-1ubuntu1.diff.gz
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

iQIVAwUBSp2UMDk1h9l9hlALAQj2nA/+LLacbHkXn/quGndax+bvVwUQYxtuwQG2
wZOeC4Ewu2WdlSnnkH38WERT06LF8AIL4TfNyrHcZcTLu7y0/VkgWj0lMx5mBB7E
3/hiAE9zd+RiXnjTFqcB9LRpEyF+OGqDsEeJUtZtinYCYkvF4uK1jTZXUXL6AnvY
SOOdfu8jP55/khUTNkq3WuAZ0ArYK9ZUUnD4tM/5CcJ1h5EeHa8PQAr2Dtp6G8s6
UxOt7RcKQUanhsdSy+zzgReST3k19HH8JNntR3tdz1FdnSc1n6ZbD8rpxtNFgTOh
gtfTWDtWZee5LxqRCRBAEzPDesmEMQ6Uhhdx1uU4JSNBW4naNRsCtqYtPfHaOpNq
nzq5v818OrpuyLsWCJWpnh3zZziIxYQvYRoJky6lAr5qKBQXZp20wgAsowHoKSyf
wBPKm3seqkF8/J+1b8k/p/5HrfTniIRIZ93rS71jCK/wmLKzjvefqjilwLWWPYPZ
fE8UYCxZWIcPdChaFbi4XmkAw68LUuiVkZwJ2zvGML8hy8r9Q3jjN+fQYtyarTMT
cPZGEZF21hCq5SnAcMkYDLnzgP073qBTFpzSZTKh4fInpPQjOOOmO2ykok5DoRT/
MIRJ3e8ovVVpf/rUn9/j9mIL1usIMvEa/TI2VGZZz2jqcSdZxAbmRi+3uB4ej0X8
oFwt3nRh86M=
=Eare
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list