mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-22 20:06:40 +00:00
Bump version to 0.8.2
This commit is contained in:
parent
a21b5d453a
commit
84c776fa6b
3 changed files with 11 additions and 2 deletions
|
@ -5,7 +5,7 @@ stage2_addr = 0xF0000000
|
||||||
stage2_entrypoint = 0xF0000000
|
stage2_entrypoint = 0xF0000000
|
||||||
|
|
||||||
[exosphere]
|
[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 = 1
|
||||||
debugmode_user = 0
|
debugmode_user = 0
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,6 @@
|
||||||
|
|
||||||
#define ATMOSPHERE_RELEASE_VERSION_MAJOR 0
|
#define ATMOSPHERE_RELEASE_VERSION_MAJOR 0
|
||||||
#define ATMOSPHERE_RELEASE_VERSION_MINOR 8
|
#define ATMOSPHERE_RELEASE_VERSION_MINOR 8
|
||||||
#define ATMOSPHERE_RELEASE_VERSION_MICRO 1
|
#define ATMOSPHERE_RELEASE_VERSION_MICRO 2
|
||||||
|
|
||||||
#endif
|
#endif
|
|
@ -1,4 +1,13 @@
|
||||||
# Changelog
|
# 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
|
## 0.8.1
|
||||||
+ A bug was fixed causing users to see `Failed to enable SMMU!` if fusee had previously rebooted.
|
+ 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.
|
+ This message will still occur sporadically if fusee is not launched from coldboot, but it can never happen twice in a row.
|
||||||
|
|
Loading…
Reference in a new issue