Skip to content

Commit 84c776f

Browse files
committed
Bump version to 0.8.2
1 parent a21b5d4 commit 84c776f

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

common/defaults/BCT.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stage2_addr = 0xF0000000
55
stage2_entrypoint = 0xF0000000
66

77
[exosphere]
8-
; Note: Disabling debugmode will cause parts of ams.tma to not work.
8+
; Note: Disabling debugmode will cause parts of ams.tma to not work, in the future.
99
debugmode = 1
1010
debugmode_user = 0
1111

common/include/atmosphere/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
#define ATMOSPHERE_RELEASE_VERSION_MAJOR 0
2121
#define ATMOSPHERE_RELEASE_VERSION_MINOR 8
22-
#define ATMOSPHERE_RELEASE_VERSION_MICRO 1
22+
#define ATMOSPHERE_RELEASE_VERSION_MICRO 2
2323

2424
#endif

docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
2+
## 0.8.2
3+
+ A number of bugs were fixed causing users to sometimes see `Key Derivation Failed!`.
4+
+ KFUSE clock enable timings have been adjusted to allow time to stabilize before TSEC is granted access.
5+
+ A race condition was fixed that could cause wrong key data to be used on 6.2.0
6+
+ The TSEC firmware is now retried on failure, fixing a failure affecting ~1/50 boots on 6.2.0.
7+
+ A bug was fixed causing some modules to not work on firmware 1.0.0.
8+
+ A bug was fixed causing sleep mode to not work with debugmode enabled.
9+
+ As a result, debugmode is now enabled in the default BCT.ini.
10+
+ General system stability improvements to enhance the user's experience.
211
## 0.8.1
312
+ A bug was fixed causing users to see `Failed to enable SMMU!` if fusee had previously rebooted.
413
+ This message will still occur sporadically if fusee is not launched from coldboot, but it can never happen twice in a row.

0 commit comments

Comments
 (0)