]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Release 2.06 grub-2.06
authorDaniel Kiper <daniel.kiper@oracle.com>
Tue, 8 Jun 2021 14:28:15 +0000 (16:28 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 8 Jun 2021 14:28:15 +0000 (16:28 +0200)
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e7ca7fb3fd6974f6baf069035b3b5f9a75f7b2e5..73b8492bc42230a99b4427f60f55f2793e8c1535 100644 (file)
--- a/NEWS
+++ b/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:
 
 * GCC 8 and 9 support.
index a5e94f360ef219e5c450a53671476dd7f7e7bdc5..7517fc49d98158e362eeba59eddcb701a38fe124 100644 (file)
@@ -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 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])