]> 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 f90fab400a9e09a4c368b7d2e3158c64f02331dd..1c77abf0e200cf43d1ae51e9a3ed0592b2baac70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,113 @@
+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.