Update v25.2 docs

This commit is contained in:
topjohnwu 2022-07-20 20:09:02 -07:00
parent 910a36fdc1
commit 5cdf95a4d0
3 changed files with 20 additions and 0 deletions

View File

@ -1,5 +1,13 @@
# Magisk Changelog
### v25.2
- [MagiskInit] Fix a potential issue when stub cpio is used
- [MagiskInit] Fix reboot to recovery when stub cpio is used
- [MagiskInit] Fix sepolicy.rules symlink for rootfs devices
- [General] Better data encryption detection
- [General] Move the whole logging infrastructure into Rust
### v25.1
- [MagiskBoot] Fix ramdisk backup being incorrectly skipped

11
docs/releases/25200.md Normal file
View File

@ -0,0 +1,11 @@
## 2022.7.20 Magisk v25.2
Maintenance release fixing various issues.
- [MagiskInit] Fix a potential issue when stub cpio is used
- [MagiskInit] Fix reboot to recovery when stub cpio is used
- [MagiskInit] Fix sepolicy.rules symlink for rootfs devices
- [General] Better data encryption detection
- [General] Move the whole logging infrastructure into Rust
### Full Changelog: [here](https://topjohnwu.github.io/Magisk/changes.html)

View File

@ -1,5 +1,6 @@
# Release Notes
- [v25.2](25200.md)
- [v25.1](25100.md)
- [v25.0](25000.md)
- [v24.3](24300.md)