From: Daniel Kiper Date: Wed, 20 Dec 2023 15:54:46 +0000 (+0100) Subject: Release 2.12 X-Git-Tag: grub-2.12^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ca9db22e8ed0dbebb2aec53722972de0680a463;p=thirdparty%2Fgrub.git Release 2.12 Signed-off-by: Daniel Kiper --- diff --git a/NEWS b/NEWS index 73b8492bc..310130962 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +New in 2.12: + +* GCC 13 support. +* clang 14 support. +* binutils 2.38 support. +* Unification of EFI Linux kernel loader across architectures. +* Transition to EFI Linux kernel stub loader for x86 architecture. +* Initial support for Boot Loader Interface. +* Support for dynamic GRUB runtime memory addition using firmware calls. +* PCI and MMIO UARTs support. +* SDL2 support. +* LoongArch support. +* TPM driver fixes. +* Many filesystems fixes. +* Many CVE and Coverity fixes. +* Debugging support improvements. +* Tests improvements. +* Documentation improvements. +* ...and tons of other fixes and cleanups... + New in 2.06: * GCC 10 support. diff --git a/configure.ac b/configure.ac index cb7abc573..cd667a2eb 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.12~rc1],[bug-grub@gnu.org]) +AC_INIT([GRUB],[2.12],[bug-grub@gnu.org]) AS_CASE(["$ERROR_PLATFORM_NOT_SUPPORT_SSP"], [n | no | nO | N | No | NO], [ERROR_PLATFORM_NOT_SUPPORT_SSP=no],