Skip to content

Commit 2a2e10c

Browse files
author
Daniel Kiper
committed
Release 2.04
Signed-off-by: Daniel Kiper <[email protected]>
1 parent f9811a9 commit 2a2e10c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
New in 2.04:
2+
3+
* GCC 8 and 9 support.
4+
* Gnulib integration overhaul.
5+
* RISC-V support.
6+
* Xen PVH support.
7+
* Native UEFI secure boot support.
8+
* UEFI TPM driver.
9+
* New IEEE 1275 obdisk driver.
10+
* Btrfs RAID 5 and RIAD 6 support.
11+
* PARTUUID support.
12+
* VLAN support.
13+
* Native DHCP support.
14+
* Many ARM and ARM64 fixes.
15+
* Many SPARC fixes.
16+
* Many IEEE 1275 fixes.
17+
* ...and tons of other fixes and cleanups...
18+
119
New in 2.02:
220

321
* New/improved filesystem and disk support:

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dnl (such as BUILD_CC, BUILD_CFLAGS, etc.) for the build type and variables
3131
dnl with the prefix "TARGET_" (such as TARGET_CC, TARGET_CFLAGS, etc.) are
3232
dnl used for the target type. See INSTALL for full list of variables.
3333

34-
AC_INIT([GRUB],[2.04~rc1],[[email protected]])
34+
AC_INIT([GRUB],[2.04],[[email protected]])
3535

3636
AC_CONFIG_AUX_DIR([build-aux])
3737

0 commit comments

Comments
 (0)