summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kiper <daniel.kiper@oracle.com>2019-07-01 13:19:25 +0200
committerDaniel Kiper <daniel.kiper@oracle.com>2019-07-04 15:57:30 +0200
commit2a2e10c1b39672de3d5da037a50d5c371f49b40d (patch)
treedb40f98161bab3b8f00312bf23efff1e2e21b3d0
parentf9811a92e6d4c0579f989f3d6dcc66e8fb35cb09 (diff)
Release 2.04grub-2.04
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2ebd54e78..e7ca7fb3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+New in 2.04:
+
+* GCC 8 and 9 support.
+* Gnulib integration overhaul.
+* RISC-V support.
+* Xen PVH support.
+* Native UEFI secure boot support.
+* UEFI TPM driver.
+* New IEEE 1275 obdisk driver.
+* Btrfs RAID 5 and RIAD 6 support.
+* PARTUUID support.
+* VLAN support.
+* Native DHCP support.
+* Many ARM and ARM64 fixes.
+* Many SPARC fixes.
+* Many IEEE 1275 fixes.
+* ...and tons of other fixes and cleanups...
+
New in 2.02:
* New/improved filesystem and disk support:
diff --git a/configure.ac b/configure.ac
index 08b518fcc..7656f2434 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ dnl (such as BUILD_CC, BUILD_CFLAGS, etc.) for the build type and variables
dnl with the prefix "TARGET_" (such as TARGET_CC, TARGET_CFLAGS, etc.) are
dnl used for the target type. See INSTALL for full list of variables.
-AC_INIT([GRUB],[2.04~rc1],[bug-grub@gnu.org])
+AC_INIT([GRUB],[2.04],[bug-grub@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])