Skip to content

Commit d38d6a1

Browse files
author
Daniel Kiper
committed
Release 2.14
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
1 parent 35bfd6c commit d38d6a1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

NEWS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
New in 2.14:
2+
3+
* libgcrypt 1.11.
4+
* LVM LV integrity and cachevol support.
5+
* EROFS support.
6+
* GRUB environment block inside the Btrfs header support.
7+
* NX support for EFI platforms.
8+
* shim loader protocol support.
9+
* BLS and UKI support.
10+
* Argon2 KDF support.
11+
* TPM2 key protector support.
12+
* Appended Signature Secure Boot Support for PowerPC.
13+
* New option to block command line interface.
14+
* Support dates outside of 1901..2038 range.
15+
* zstdio decompression support.
16+
* EFI code improvements and fixes.
17+
* TPM driver fixes.
18+
* Filesystems fixes.
19+
* CVE and Coverity fixes.
20+
* Tests improvements.
21+
* Documentation improvements.
22+
* ... and tons of other fixes and cleanups...
23+
124
New in 2.12:
225

326
* GCC 13 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.14~rc1],[bug-grub@gnu.org])
37+
AC_INIT([GRUB],[2.14],[bug-grub@gnu.org])
3838

3939
AS_CASE(["$ERROR_PLATFORM_NOT_SUPPORT_SSP"],
4040
[n | no | nO | N | No | NO], [ERROR_PLATFORM_NOT_SUPPORT_SSP=no],

0 commit comments

Comments
 (0)