]> git.proxmox.com Git - grub2.git/commitdiff
* Merge 1.98+20100804-9, 1.98+20100804-10, and 1.98+20100804-11.
authorColin Watson <cjwatson@debian.org>
Sat, 18 Dec 2010 18:20:52 +0000 (18:20 +0000)
committerColin Watson <cjwatson@debian.org>
Sat, 18 Dec 2010 18:20:52 +0000 (18:20 +0000)
1  2 
debian/changelog
debian/postinst.in

index 3a92cc18c8ab25f42d455baf170b79b7629e158c,a962489642f31d3d807433baa8fd29f6515c901d..01f0c4fc7d6b73ceae4c7768953ba0d44d8dab5e
 +grub2 (1.99~20101210-2) UNRELEASED; urgency=low
 +
 +  * Automatically remove MD devices from device.map on upgrade, since the
 +    BIOS cannot read from these and including them in device.map will break
 +    GRUB's ability to read from such devices (LP: #690030).
++  * Merge 1.98+20100804-9, 1.98+20100804-10, and 1.98+20100804-11.
 +
 + -- Colin Watson <cjwatson@debian.org>  Fri, 17 Dec 2010 11:40:37 +0000
 +
 +grub2 (1.99~20101210-1) experimental; urgency=low
 +
 +  * New Bazaar snapshot.
 +    - ZFS moved into grub-core.
 +    - Extend gettext to fall back from ll_CC to ll, and set lang to include
 +      country part by default so that Chinese works (LP: #686788).
 +  * Remove grub-mknetdir from grub-emu.
 +  * Exit silently from zz-update-grub kernel hook if update-grub does not
 +    exist (e.g. if grub-pc has been removed but not purged; closes:
 +    #606184).
 +
 + -- Colin Watson <cjwatson@debian.org>  Sat, 11 Dec 2010 01:22:26 +0000
 +
 +grub2 (1.99~20101126-1) experimental; urgency=low
 +
 +  * New Bazaar snapshot (mipsel build fix, LVM-on-RAID probing fix).
 +  * Fix comma-separation in handling of grub-pc/install_devices.
 +
 + -- Colin Watson <cjwatson@debian.org>  Fri, 26 Nov 2010 13:08:52 +0000
 +
 +grub2 (1.99~20101124-1) experimental; urgency=low
 +
 +  * New Bazaar snapshot (command priorities, build fixes, grub-mkdevicemap
 +    segfault).
 +  * Don't try to build grub-efi-amd64 on kfreebsd-i386 or hurd-i386
 +    (requires gcc-4.4-multilib).
 +
 + -- Colin Watson <cjwatson@debian.org>  Wed, 24 Nov 2010 12:12:33 +0000
 +
 +grub2 (1.99~20101123-1) experimental; urgency=low
 +
 +  * New Bazaar snapshot (build fixes).
 +  * Build-depend on qemu-utils and parted on non-Hurd architectures.
 +  * qemu_img_exists.patch: Skip partmap test if qemu-img doesn't exist (as
 +    is the case on the Hurd).
 +  * Make grub-efi-ia32 and grub-efi-amd64 depend on efibootmgr so that
 +    grub-install works properly.
 +  * Upgrade the installed core image when upgrading grub-efi-ia32 or
 +    grub-efi-amd64, although only if /boot/efi/EFI/<id> (where <id> is an
 +    identifier based on GRUB_DISTRIBUTOR, e.g. 'debian') already exists.
 +  * Re-expand a couple of dpkg architecture wildcards to exclude certain
 +    special cases: gcc-4.4-multilib is not available on kfreebsd-i386 or
 +    hurd-i386, and qemu-system is not available on hurd-i386.
 +
 + -- Colin Watson <cjwatson@debian.org>  Tue, 23 Nov 2010 10:51:23 +0000
 +
 +grub2 (1.99~20101122-1) experimental; urgency=low
 +
 +  [ Colin Watson ]
 +  * New Bazaar snapshot.  Too many changes to list in full, but some of the
 +    more user-visible ones are as follows:
 +    - GRUB script:
 +      + Function parameters, "break", "continue", "shift", "setparams",
 +        "return", and "!".
 +      + "export" command supports multiple variable names.
 +      + Multi-line quoted strings support.
 +      + Wildcard expansion.
 +    - sendkey support.
 +    - USB hotunplugging and USB serial support.
 +    - Rename CD-ROM to cd on BIOS.
 +    - Add new --boot-directory option to grub-install, grub-reboot, and
 +      grub-set-default; the old --root-directory option is still accepted
 +      but was often confusing.
 +    - Basic btrfs detection/UUID support (but no file reading yet).
 +    - bash-completion for utilities.
 +    - If a device is listed in device.map, always assume that it is
 +      BIOS-visible rather than using extra layers such as LVM or RAID.
 +    - Add grub-mknetdir script (closes: #550658).
 +    - Remove deprecated "root" command.
 +    - Handle RAID devices containing virtio components.
 +    - GRUB Legacy configuration file support (via grub-menulst2cfg).
 +    - Keyboard layout support (via grub-mklayout and grub-kbdcomp).
 +    - Check generated grub.cfg for syntax errors before saving.
 +    - Pause execution for at most ten seconds if any errors are displayed,
 +      so that the user has a chance to see them.
 +    - Support submenus.
 +    - Write embedding zone using Reed-Solomon, so that it's robust against
 +      being partially overwritten (closes: #550702, #591416, #593347).
 +    - GRUB_DISABLE_LINUX_RECOVERY and GRUB_DISABLE_NETBSD_RECOVERY merged
 +      into a single GRUB_DISABLE_RECOVERY variable.
 +    - Fix loader memory allocation failure (closes: #551627).
 +    - Don't call savedefault on recovery entries (closes: #589325).
 +    - Support triple-indirect blocks on ext2 (closes: #543924).
 +    - Recognise DDF1 fake RAID (closes: #603354).
 +
 +  [ Robert Millan ]
 +  * Use dpkg architecture wildcards.
 +
 +  [ Updated translations ]
 +  * Slovenian (Vanja Cvelbar).  Closes: #604003
 +  * Dzongkha (dawa pemo via Tenzin Dendup).  Closes: #604102
 +
 + -- Colin Watson <cjwatson@debian.org>  Mon, 22 Nov 2010 12:24:56 +0000
 +
+ grub2 (1.98+20100804-11) unstable; urgency=low
+   * Exit silently from zz-update-grub kernel hook if update-grub does not
+     exist (e.g. if grub-pc has been removed but not purged; closes:
+     #606184).
+   * Apply debconf template review by debian-l10n-english and mark several
+     more strings for translation, thanks to David Prévot and Justin B Rye
+     (closes: #605748).
+   * Unfuzzy some translations that were not updated in this round (thanks,
+     David Prévot; closes: #606921).
+   * Incorporate rewritten 05_debian_theme by Alexander Kurtz, which works
+     when /usr is inaccessible by GRUB (closes: #605705).
+   * Backport from upstream:
+     - Recognise DDF1 DM-RAID (closes: #603354).
+   [ Updated translations ]
+   * Chinese (YunQiang Su).  Closes: #606426
+   * Indonesian (Arief S Fitrianto).  Closes: #606431
+   * Slovenian (Vanja Cvelbar).  Closes: #606445
+   * Swedish (Martin Bagge / brother).  Closes: #606455
+   * Ukrainian (Yatsenko Alexandr).  Closes: #606538
+   * Basque (Iñaki Larrañaga Murgoitio).  Closes: #606644
+   * Slovak (Slavko).  Closes: #606663
+   * Catalan (Jordi Mallach).
+   * Bulgarian (Damyan Ivanov).  Closes: #606452
+   * Persian (Morteza Fakhraee).  Closes: #606672
+   * Russian (Yuri Kozlov).  Closes: #606753
+   * Dutch (Paul Gevers).  Closes: #606807
+   * Japanese (Hideki Yamane).  Closes: #606836
+   * French (Christian Perrier).  Closes: #606842
+   * Czech (Miroslav Kure).  Closes: #606854
+   * Spanish (Francisco Javier Cuadrado).  Closes: #606903
+   * Portuguese (Tiago Fernandes / Miguel Figueiredo).  Closes: #606908
+   * German (Martin Eberhard Schauer).  Closes: #606896
+  -- Colin Watson <cjwatson@debian.org>  Sat, 18 Dec 2010 17:20:09 +0000
+ grub2 (1.98+20100804-10) unstable; urgency=low
+   * fix_crash_condition_in_kfreebsd_loader.patch: Import from upstream.
+     Fixes crash condition in case kfreebsd_* commands are used after
+     kfreebsd has (gracefully) failed.
+  -- Robert Millan <rmh@debian.org>  Tue, 30 Nov 2010 19:40:11 +0100
+ grub2 (1.98+20100804-9) unstable; urgency=low
+   [ Robert Millan ]
+   * Import from upstream:
+     - refuse_embedingless_cross_disk.patch: Refuse to do a cross-disk
+       embeddingless install rather than creating a broken install.
+     - fix_grub_install_error_msg.patch: Replace useless recomendation to
+       pass --modules with a recomendation to report a bug.
+     - message_refresh.patch: Make error messages visible again. (Closes: #605485)
+   [ Jordi Mallach ]
+   * Update Catalan translation with latest file from the Translation Project.
+   [ Updated translations ]
+   * Slovenian (Vanja Cvelbar).  Closes: #604003
+   * Dzongkha (dawa pemo via Tenzin Dendup).  Closes: #604102
+  -- Robert Millan <rmh@debian.org>  Tue, 30 Nov 2010 15:44:02 +0100
  grub2 (1.98+20100804-8) unstable; urgency=low
  
    [ Robert Millan ]
Simple merge