diff --git a/common/defaults/BCT.ini b/common/defaults/BCT.ini index 9e34aedc8..b74c19725 100644 --- a/common/defaults/BCT.ini +++ b/common/defaults/BCT.ini @@ -5,7 +5,7 @@ stage2_addr = 0xF0000000 stage2_entrypoint = 0xF0000000 [exosphere] -; Note: Disabling debugmode will cause parts of ams.tma to not work. +; Note: Disabling debugmode will cause parts of ams.tma to not work, in the future. debugmode = 1 debugmode_user = 0 diff --git a/common/include/atmosphere/version.h b/common/include/atmosphere/version.h index a112d9352..9a529c942 100644 --- a/common/include/atmosphere/version.h +++ b/common/include/atmosphere/version.h @@ -19,6 +19,6 @@ #define ATMOSPHERE_RELEASE_VERSION_MAJOR 0 #define ATMOSPHERE_RELEASE_VERSION_MINOR 8 -#define ATMOSPHERE_RELEASE_VERSION_MICRO 1 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 2 #endif \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md index f6d1c656d..e9891d279 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,13 @@ # Changelog +## 0.8.2 ++ A number of bugs were fixed causing users to sometimes see `Key Derivation Failed!`. + + KFUSE clock enable timings have been adjusted to allow time to stabilize before TSEC is granted access. + + A race condition was fixed that could cause wrong key data to be used on 6.2.0 + + The TSEC firmware is now retried on failure, fixing a failure affecting ~1/50 boots on 6.2.0. ++ A bug was fixed causing some modules to not work on firmware 1.0.0. ++ A bug was fixed causing sleep mode to not work with debugmode enabled. + + As a result, debugmode is now enabled in the default BCT.ini. ++ General system stability improvements to enhance the user's experience. ## 0.8.1 + A bug was fixed causing users to see `Failed to enable SMMU!` if fusee had previously rebooted. + This message will still occur sporadically if fusee is not launched from coldboot, but it can never happen twice in a row.