[XS] Change in coreboot[main]: doc/releases: Add 24.02.1 release section

Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/80798?usp=email ) Change subject: doc/releases: Add 24.02.1 release section ...................................................................... doc/releases: Add 24.02.1 release section Change-Id: I4d217c3dba4aa3ec30732b914009a6e9d53371c7 Signed-off-by: Felix Singer <felixsinger@posteo.net> --- M Documentation/releases/coreboot-24.02-relnotes.md 1 file changed, 9 insertions(+), 0 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/80798/1 diff --git a/Documentation/releases/coreboot-24.02-relnotes.md b/Documentation/releases/coreboot-24.02-relnotes.md index eb5349e..e4e7892 100644 --- a/Documentation/releases/coreboot-24.02-relnotes.md +++ b/Documentation/releases/coreboot-24.02-relnotes.md @@ -31,6 +31,15 @@ '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 ---------------------------------- -- To view, visit https://review.coreboot.org/c/coreboot/+/80798?usp=email To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: main Gerrit-Change-Id: I4d217c3dba4aa3ec30732b914009a6e9d53371c7 Gerrit-Change-Number: 80798 Gerrit-PatchSet: 1 Gerrit-Owner: Felix Singer <service+coreboot-gerrit@felixsinger.de> Gerrit-MessageType: newchange
participants (1)
-
Felix Singer (Code Review)