diff --git a/docs/changes.md b/docs/changes.md index a9125d7fe..039cea5f2 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,5 +1,16 @@ # Magisk Changelog +### v26.4 + +- [MagiskBoot] Don't pad zeros if signed boot image is larger +- [MagiskPolicy] Fix `genfscon` and `filename_trans` +- [MagiskPolicy] Fix bug in `libsepol` +- [Zygisk] Fix and simplify file descriptor sanitization logic +- [App] Prevent OOM when patching AP tarfiles +- [App] Fix bug in device configuration detection +- [Daemon] Fix certificate parsing of APKs +- [General] Fix logging errors from C++ code being ignored + ### v26.3 - [General] Fix device information detection script diff --git a/docs/releases/26400.md b/docs/releases/26400.md new file mode 100644 index 000000000..d0f318e24 --- /dev/null +++ b/docs/releases/26400.md @@ -0,0 +1,12 @@ +## 2023.11.5 Magisk v26.4 + +- [MagiskBoot] Don't pad zeros if signed boot image is larger +- [MagiskPolicy] Fix `genfscon` and `filename_trans` +- [MagiskPolicy] Fix bug in `libsepol` +- [Zygisk] Fix and simplify file descriptor sanitization logic +- [App] Prevent OOM when patching AP tarfiles +- [App] Fix bug in device configuration detection +- [Daemon] Fix certificate parsing of APKs +- [General] Fix logging errors from C++ code being ignored + +### Full Changelog: [here](https://topjohnwu.github.io/Magisk/changes.html) diff --git a/docs/releases/index.md b/docs/releases/index.md index ce973b9f8..6a208d622 100644 --- a/docs/releases/index.md +++ b/docs/releases/index.md @@ -1,5 +1,6 @@ # Release Notes +- [v26.4](26400.md) - [v26.3](26300.md) - [v26.2](26200.md) - [v26.1](26100.md)