]> git.proxmox.com Git - grub2.git/blobdiff - ChangeLog
Turn off QEMU ACPI-way since new releases don't have shutdown port
[grub2.git] / ChangeLog
index 8f3878defbb48da165dae4c211655ef240a30b58..1c77abf0e200cf43d1ae51e9a3ed0592b2baac70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,289 @@
+2013-04-12  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Turn off QEMU ACPI-way since new releases don't have shutdown port
+       anymore.
+
+2013-04-12  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * docs/grub.texi: Update coreboot status info.
+
+2013-04-12  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * tests/grub_cmd_date.in: New test for datetime.
+
+2013-04-12  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * tests/partmap_test.in: Fix missing qemudisk setting.
+
+2013-04-11  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Support i386-ieee1275 grub-mkrescue and make check on it.
+
+2013-04-11  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Merge powerpc grub-mkrescue flavour with common. Use xorriso HFS+
+       feature for it.
+
+2013-04-11  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * docs/grub.texi: Fix description of GRUB_CMDLINE_XEN and
+       GRUB_CMDLINE_XEN_DEFAULT.
+       Reported by:    Marc Warne (GigaTux) <gigatux>
+
+2013-04-11  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Import new gnulib.
+
+2013-04-11  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Use ACPI shutdown intests as traditional port was removed.
+
+2013-04-11  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * util/grub.d/30_os-prober.in: Add onstr to entries for visual
+       distinction.
+
+2013-04-11  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Fix missing PVs if they don't contain "interesting" LV. Closes #38677.
+       Fix few warining messages and leaks while on it.
+
+2013-04-09  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * autogen.sh: Use "-h", not "-f", to test for existence of symbolic
+       links under grub-core/lib/libgcrypt-grub/mpi.
+
+2013-04-08  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Fix ia64-efi image generation on big-endian machines. Deduplicate
+       some code while on it.
+       Reported by: Leif Lindholm.
+
+2013-04-08  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * grub-core/Makefile.core.def: Add kern/elfXX.c to elf module
+       as extra_dist.
+
+2013-04-08  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * grub-core/term/i386/pc/console.c: Fix cursor moving algorithm.
+
+2013-04-08  Bryan Hundven <bryanhundven@gmail.com>
+
+       * docs/grub-dev.texi: Move @itemize after @subsection to satisfy
+       texinfo-5.1.
+
+2013-04-08  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/normal/term.c: Few more fixes for menu entry editor
+       rendering.
+       Reported by: Andrey Borzenkov <arvidjaar@gmail.com>
+
+2013-04-07  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/normal/term.c: Few more fixes for menu entry editor
+       rendering.
+       Reported by: Andrey Borzenkov <arvidjaar@gmail.com>
+
+2013-04-06  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * conf/Makefile.extra-dist (EXTRA_DIST): Add
+       grub-core/lib/libgcrypt/src/gcrypt.h.in and util/import_gcrypth.sed.
+
+2013-04-06  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * util/grub-install_header: Use @PACKAGE@.mo in message catalog name
+       instead of hardcoding grub.mo.
+
+2013-04-05  Fedora Ninjas <grub2-owner@fedoraproject.org>
+
+       * util/grub.d/30_os-prober.in: Support btrrfs linux-prober extensions.
+
+2013-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Use GRUB_PROPERLY_ALIGNED_ARRAY in grub-core/disk/cryptodisk.c and
+       grub-core/disk/geli.c.
+
+2013-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-mkfont.c: Prefer enum to #define.
+
+2013-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/acpi.c: Use sizeof rather than hardcoding the size.
+
+2013-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Replace 8 with GRUB_CHAR_BIT in several places when appropriate.
+
+2013-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Add new defines GRUB_RSDP_SIGNATURE_SIZE and GRUB_RSDP_SIGNATURE.
+
+2013-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/verify.c: Use GRUB_CHAR_BIT.
+
+2013-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * include/grub/bsdlabel.h: Use enums.
+
+2013-04-05  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Move GRUB_CHAR_BIT to types.h.
+
+2013-04-04  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * docs/grub.texi: Document more user commands.
+
+2013-04-04  Andrey Borzenkov  <arvidjaar@gmail.com>
+
+       * docs/grub.texi: Document menuentry --id option.
+
+2013-04-04  Francesco Lavra  <francescolavra.fl@gmail.com>
+
+       * util/grub-mkimage.c: Introduce new define EFI32_HEADER_SIZE.
+
+2013-04-04  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Unify file copying setup across different install scripts. Add
+       options for performing partial install.
+
+2013-04-04  Vladimir Serbinenko  <phcoder@gmail.com>
+2013-04-04  Peter Jones <pjones@redhat.com>
+
+       * grub-core/disk/efi/efidisk.c: Handle partitions on non-512B disks.
+
+2013-04-04  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Use TSC as a possible time source on i386-ieee1275.
+
+2013-04-04  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/bus/usb/usbtrans.c (grub_usb_bulk_readwrite_packetize):
+       Init err.
+
+2013-04-04  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-setup.c (setup): Handle some corner cases.
+
+2013-04-04  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/lib/posix_wrap/locale.h [GRUB_UTIL]: Include host locale.h.
+
+2013-04-03  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/verify.c: Save verified file to avoid it being
+       tampered with after verification was done.
+
+2013-04-03  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/term/i386/pc/console.c (grub_console_getwh): Decrease
+       reported width by one to compensate for curesor algorithm problem.
+
+2013-04-03  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Fix screen corruption in menu entry editor and simplify the code
+       flow while on it.
+
+2013-04-03  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * util/grub-mount.c (fuse_init): Return error if fuse_main
+       failed.
+
+2013-04-03  Francesco Lavra  <francescolavra.fl@gmail.com>
+
+       * include/grub/elf.h: Add missing ARM relocation codes and fix
+         existing ones.
+
+2013-04-03  Vladimir Testov <vladimir.testov@rosalab.ru>
+
+       * grub-core/gfxmenu/gui_progress_bar.c: Handle padding sizes.
+
+2013-04-03  Vladimir Testov <vladimir.testov@rosalab.ru>
+2013-04-03  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/gfxmenu/gui_circular_progress.c: Take both width and height
+       into account when calculating radius.
+
+2013-04-03  Vladimir Testov <vladimir.testov@rosalab.ru>
+
+       * grub-core/gfxmenu/view.c: Fix off-by-one error.
+
+2013-04-03  Vladimir Testov <vladimir.testov@rosalab.ru>
+
+       * grub-core/gfxmenu/gui_circular_progress.c: Fix off-by-one error.
+
+2013-04-01  RadosÅ‚aw Szymczyszyn <lavrin@gmail.com>
+
+       * grub-core/partmap/apple.c (apple_partition_map_iterate): Add
+       missing closing bracket.
+
+2013-04-01  RadosÅ‚aw Szymczyszyn <lavrin@gmail.com>
+
+       * INSTALL: Mention xorriso requirement.
+
+2013-03-31  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * grub-core/commands/verify.c: Fix hash algorithms values for
+       the first three hashes - they start with 1, not with 0.
+
+2013-03-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/kern/efi/mm.c (grub_efi_finish_boot_services):
+       Try terminating EFI services several times due to quirks in some
+       implementations.
+
+2013-03-26  Colin Watson  <cjwatson@ubuntu.com>
+
+       * grub-core/commands/acpihalt.c (skip_ext_op): Add support for
+         skipping Event, Device, Processor, PowerRes, ThermalZone, and
+         BankField extended opcodes.
+         (get_sleep_type): Add minimal scope handling (just enough to
+         handle setting the scope to the root path).
+         (grub_acpi_halt): Parse any SSDTs as well as the DSDT.
+       * include/grub/acpi.h: Add enumeration values for Event, Device,
+         Processor, PowerRes, ThermalZone, and BankField extended opcodes.
+
+2013-03-26  Vladimir Testov <vladimir.testov@rosalab.ru>
+
+       * grub-core/gfxmenu/font.c (grub_font_get_string_width): Fix
+       memory leak.
+
+2013-03-25  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/disk/ahci.c: Give more time for AHCI request.
+
+2013-03-25  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/normal/menu.c: Wait if there were errors shown at "boot"
+       command.
+
+2013-03-25  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Replace the region at 0 from coreboot tables to available in BSD
+       memory map.
+
+2013-03-24  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub.d/20_linux_xen.in: Automatically add no-real-mode edd=off on
+       non-BIOS platforms.
+
+2013-03-24  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/Makefile.core.def (vga): Disable on coreboot and multiboot
+       platforms.
+
+2013-03-24  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Fix
+       handling of multi-device filesystems.
+
+2013-03-24  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/Makefile.core.def (vbe): Disable on coreboot and multiboot
+       platforms.
+
 2013-03-24  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Add new 'proc' filesystem framework and put luks_script into it.