Skip to content

Commit 5ca9db2

Browse files
author
Daniel Kiper
committed
Release 2.12
Signed-off-by: Daniel Kiper <[email protected]>
1 parent 477a0db commit 5ca9db2

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

NEWS

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
New in 2.12:
2+
3+
* GCC 13 support.
4+
* clang 14 support.
5+
* binutils 2.38 support.
6+
* Unification of EFI Linux kernel loader across architectures.
7+
* Transition to EFI Linux kernel stub loader for x86 architecture.
8+
* Initial support for Boot Loader Interface.
9+
* Support for dynamic GRUB runtime memory addition using firmware calls.
10+
* PCI and MMIO UARTs support.
11+
* SDL2 support.
12+
* LoongArch support.
13+
* TPM driver fixes.
14+
* Many filesystems fixes.
15+
* Many CVE and Coverity fixes.
16+
* Debugging support improvements.
17+
* Tests improvements.
18+
* Documentation improvements.
19+
* ...and tons of other fixes and cleanups...
20+
121
New in 2.06:
222

323
* GCC 10 support.

configure.ac

+1-1
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.12~rc1],[[email protected]])
37+
AC_INIT([GRUB],[2.12],[[email protected]])
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)