diff --git a/NEWS b/NEWS index 310130962..13a8f490f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +New in 2.14: + +* libgcrypt 1.11. +* LVM LV integrity and cachevol support. +* EROFS support. +* GRUB environment block inside the Btrfs header support. +* NX support for EFI platforms. +* shim loader protocol support. +* BLS and UKI support. +* Argon2 KDF support. +* TPM2 key protector support. +* Appended Signature Secure Boot Support for PowerPC. +* New option to block command line interface. +* Support dates outside of 1901..2038 range. +* zstdio decompression support. +* EFI code improvements and fixes. +* TPM driver fixes. +* Filesystems fixes. +* CVE and Coverity fixes. +* Tests improvements. +* Documentation improvements. +* ... and tons of other fixes and cleanups... + New in 2.12: * GCC 13 support. diff --git a/configure.ac b/configure.ac index 066fb74d4..47a96c36f 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.14~rc1],[bug-grub@gnu.org]) +AC_INIT([GRUB],[2.14],[bug-grub@gnu.org]) AS_CASE(["$ERROR_PLATFORM_NOT_SUPPORT_SSP"], [n | no | nO | N | No | NO], [ERROR_PLATFORM_NOT_SUPPORT_SSP=no],