Skip to content

Commit ae94b97

Browse files
author
Daniel Kiper
committed
Release 2.06
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
1 parent 76013f9 commit ae94b97

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
New in 2.06:
2+
3+
* GCC 10 support.
4+
* clang 10 support.
5+
* SBAT support.
6+
* LUKS2 support.
7+
* Drop small MBR gap support.
8+
* Xen Security Modules (XSM/FLASK) support.
9+
* The lockdown mechanism similar to the Linux kernel one.
10+
* Disable the os-prober by default.
11+
* Many backports of GRUB distros specific patches.
12+
* BootHole and BootHole2 fixes.
13+
* ...and tons of other fixes and cleanups...
14+
115
New in 2.04:
216

317
* GCC 8 and 9 support.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dnl "TARGET_" (such as TARGET_CC, TARGET_CFLAGS, etc.) are used for
3434
dnl the target type. See INSTALL for full list of variables and
3535
dnl description of the relationships between them.
3636

37-
AC_INIT([GRUB],[2.06~rc1],[bug-grub@gnu.org])
37+
AC_INIT([GRUB],[2.06],[bug-grub@gnu.org])
3838

3939
AC_CONFIG_AUX_DIR([build-aux])
4040

0 commit comments

Comments
 (0)