summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kiper <daniel.kiper@oracle.com>2021-06-08 16:28:15 +0200
committerDaniel Kiper <daniel.kiper@oracle.com>2021-06-08 16:28:15 +0200
commitae94b97be2b81b625d6af6654d3ed79078b50ff6 (patch)
treefd3b051ef98ecbef91eb8100140451060efbcd05
parent76013f9918a8e5035c2d8ef23f518bc39ea6c1a9 (diff)
Release 2.06grub-2.06
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e7ca7fb3f..73b8492bc 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index a5e94f360..7517fc49d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])