From 8b61537aa347e0e6495b8c6d71eb62faab0c652a Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sat, 19 Dec 2020 10:20:32 -0800 Subject: [PATCH] ams: bump version to 0.16.2 --- docs/changelog.md | 15 ++++++++++++++- .../include/vapours/ams/ams_api_version.h | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 87d381617..ad6417eff 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,17 @@ # Changelog +## 0.16.2 ++ Atmosphère release zips no longer bundle BCT.ini, instead relying on defaults in code. + + This means atmosphere updates should no longer overwrite any user configuration at all. + + If you wish to modify BCT.ini config, copy the template from /config_templates/ as with other configuration. ++ `pgl` and `creport` were further updated to reflect differences in official behavior in 11.0.0. ++ An issue was fixed that caused creport to be launched multiple times on process crash. + + This fixes the "duplicate reports" issue that sometimes plagued people. ++ A new system setting (`atmosphere!enable_am_debug_mode`) configuring am to use debug mode. + + If you are not a developer or don't see a clear use for this, leave it configured to the default (off). ++ Reboot to payload NRO was updated to fix support with certain payloads. ++ Support was fixed for atmosphere's extension to support homebrew use of new (8.0.0+) kernel mappings. + + In particular, when running tracing debug builds of `mesosphère`, hbloader now has access to the kernel trace buffer. ++ Several issues were fixed, and usability and stability were improved. ## 0.16.1 + Support was added for 11.0.1. + `mesosphère` was updated to reflect the latest official kernel behavior. @@ -7,7 +20,7 @@ + `fs` logic was refactored and cleaned up to reflect some newer sysmodule behavioral and structural changes. + `exosphère` was updated to allow dynamic control of what uart port is used for logging. + This can be controlled by editing the `log_port`, `log_baud_rate`, and `log_inverted` fields in `exosphere.ini`. -+ `mesosphère` was updated to improve debugging capabilities (). ++ `mesosphère` was updated to improve debugging capabilities. + This is still a work in progress, but developers may be interested. + A bug was fixed that caused `fatal` to fatal error if the fatal process was already being debugged. + Several issues were fixed, and usability and stability were improved. diff --git a/libraries/libvapours/include/vapours/ams/ams_api_version.h b/libraries/libvapours/include/vapours/ams/ams_api_version.h index ff484afe2..28a068b7b 100644 --- a/libraries/libvapours/include/vapours/ams/ams_api_version.h +++ b/libraries/libvapours/include/vapours/ams/ams_api_version.h @@ -17,7 +17,7 @@ #define ATMOSPHERE_RELEASE_VERSION_MAJOR 0 #define ATMOSPHERE_RELEASE_VERSION_MINOR 16 -#define ATMOSPHERE_RELEASE_VERSION_MICRO 1 +#define ATMOSPHERE_RELEASE_VERSION_MICRO 2 #define ATMOSPHERE_RELEASE_VERSION ATMOSPHERE_RELEASE_VERSION_MAJOR, ATMOSPHERE_RELEASE_VERSION_MINOR, ATMOSPHERE_RELEASE_VERSION_MICRO