]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Release 2.12 grub-2.12
authorDaniel Kiper <daniel.kiper@oracle.com>
Wed, 20 Dec 2023 15:54:46 +0000 (16:54 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 20 Dec 2023 15:54:46 +0000 (16:54 +0100)
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 73b8492bc42230a99b4427f60f55f2793e8c1535..3101309621b8c2a359d5d350ec7ccf153d0901bc 100644 (file)
--- 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.
index cb7abc5734eb06ce4fb4c8d7a89a94e51805d64d..cd667a2eb75aa28a8e8e599b2a0a2f261154835a 100644 (file)
@@ -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],