mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-19 13:37:54 +00:00
Release 2.06
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
76013f9918
commit
ae94b97be2
14
NEWS
14
NEWS
@ -1,3 +1,17 @@
|
|||||||
|
New in 2.06:
|
||||||
|
|
||||||
|
* GCC 10 support.
|
||||||
|
* clang 10 support.
|
||||||
|
* SBAT support.
|
||||||
|
* LUKS2 support.
|
||||||
|
* Drop small MBR gap support.
|
||||||
|
* Xen Security Modules (XSM/FLASK) support.
|
||||||
|
* The lockdown mechanism similar to the Linux kernel one.
|
||||||
|
* Disable the os-prober by default.
|
||||||
|
* Many backports of GRUB distros specific patches.
|
||||||
|
* BootHole and BootHole2 fixes.
|
||||||
|
* ...and tons of other fixes and cleanups...
|
||||||
|
|
||||||
New in 2.04:
|
New in 2.04:
|
||||||
|
|
||||||
* GCC 8 and 9 support.
|
* GCC 8 and 9 support.
|
||||||
|
@ -34,7 +34,7 @@ dnl "TARGET_" (such as TARGET_CC, TARGET_CFLAGS, etc.) are used for
|
|||||||
dnl the target type. See INSTALL for full list of variables and
|
dnl the target type. See INSTALL for full list of variables and
|
||||||
dnl description of the relationships between them.
|
dnl description of the relationships between them.
|
||||||
|
|
||||||
AC_INIT([GRUB],[2.06~rc1],[bug-grub@gnu.org])
|
AC_INIT([GRUB],[2.06],[bug-grub@gnu.org])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user