]> git.proxmox.com Git - grub2.git/commit
* New Bazaar snapshot. Too many changes to list in full, but some of the
authorColin Watson <cjwatson@debian.org>
Tue, 16 Nov 2010 14:05:00 +0000 (14:05 +0000)
committerColin Watson <cjwatson@debian.org>
Tue, 16 Nov 2010 14:05:00 +0000 (14:05 +0000)
commit70464a85b1cbee36fef3fe8f001feefaadf51c76
tree518c5a7b5e2696394c62945d7d71c83e85481a91
parentbd0d53643af25590ab82088c669b99d0155fc5c9
parente98937aaf03c35fb3fe1d23aa38e0935804e7fdf
* 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).
15 files changed:
.bzrignore
configure.ac
debian/changelog
debian/control
debian/patches/boot_blocklist_hack.patch
debian/patches/core_in_fs.patch
debian/patches/disable_floppies.patch
debian/patches/gfxpayload_keep_default.patch
debian/patches/grub.cfg_400.patch
debian/patches/grub_legacy_0_based_partitions.patch
debian/patches/install_stage2_confusion.patch
debian/patches/mkrescue_diet.patch
debian/patches/olpc_prefix_hack.patch
debian/patches/series
debian/rules