diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-02-29 19:57:48 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-29 23:48:04 +0000 |
commit | ba210367b6d0954640752b59f34349644cd121a6 (patch) | |
tree | d15332d5781591573c36e3c7fab3cdc681a60cb2 /Documentation/releases/coreboot-24.02-relnotes.md | |
parent | 9362b1935ca002c5fae48ea3dd8ec13ba6ac7a6e (diff) |
doc/releases: Add 24.02.1 release section
Change-Id: I4d217c3dba4aa3ec30732b914009a6e9d53371c7
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80798
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/releases/coreboot-24.02-relnotes.md')
-rw-r--r-- | Documentation/releases/coreboot-24.02-relnotes.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/releases/coreboot-24.02-relnotes.md b/Documentation/releases/coreboot-24.02-relnotes.md index eb5349e3c7..e4e789286b 100644 --- a/Documentation/releases/coreboot-24.02-relnotes.md +++ b/Documentation/releases/coreboot-24.02-relnotes.md @@ -31,6 +31,15 @@ completely. Please make sure any scripts you're using that reference the 'master' branch have been switched to 'main'. +Release 24.02.1 +--------------- + +### lib/rtc: Fix off-by-one error in February day count in leap year + +The month argument passed to rtc\_month\_days is 0-based, not 1-based. +This results in the RTC being reverted to the build date constantly +on 29th February 2024. + Significant or interesting changes ---------------------------------- |