Commit a27e30cf authored by topjohnwu's avatar topjohnwu

Update release notes

parent 79140c76
## v8.0.7
- Fix sepolicy rule migration when upgrading
## v8.0.6 ## v8.0.6
- Minor UI changes - Minor UI changes
- Update internal scripts - Update internal scripts
## v8.0.5
- Fix sepolicy rule copying
# Magisk Manager Changelog # Magisk Manager Changelog
### v8.0.5 ### v8.0.7
- Fix sepolicy rule migration when upgrading
### v8.0.6
- Minor UI changes - Minor UI changes
- Update internal scripts - Update internal scripts
### v8.0.5
- Fix sepolicy rule copying
### v8.0.4 ### v8.0.4
- A lot of stability changes and minor bug fixes - A lot of stability changes and minor bug fixes
......
# Magisk Changelog # Magisk Changelog
### v21.4
- [MagiskSU] Fix `su -c` behavior that broke many root apps
- [General] Properly handle read/write over sockets (the `broken pipe` issue)
### v21.3 ### v21.3
- [MagiskInit] Avoid mounting `f2fs` userdata as it may result in kernel crashes. This shall fix a lot of bootloops - [MagiskInit] Avoid mounting `f2fs` userdata as it may result in kernel crashes. This shall fix a lot of bootloops
......
## 2021.1.16 Magisk v21.3 ## 2021.1.17 Magisk v21.4
**Update**: v21.4 adds more regression hot fixes.
Happy 2021! v21.3 adds a workaround for devices with buggy F2FS Linux kernel drivers. This F2FS bug may cause bootloops on many devices. Checkout the full [v21.0 release notes](https://topjohnwu.github.io/Magisk/releases/21000.html) if coming from older releases. Happy 2021! v21.3 adds a workaround for devices with buggy F2FS Linux kernel drivers. This F2FS bug may cause bootloops on many devices. Checkout the full [v21.0 release notes](https://topjohnwu.github.io/Magisk/releases/21000.html) if coming from older releases.
### v21.4
- [MagiskSU] Fix `su -c` behavior that broke many root apps
- [General] Properly handle read/write over sockets (the `broken pipe` issue)
### v21.3 ### v21.3
- [MagiskInit] Avoid mounting `f2fs` userdata as it may result in kernel crashes. This shall fix a lot of bootloops - [MagiskInit] Avoid mounting `f2fs` userdata as it may result in kernel crashes. This shall fix a lot of bootloops
......
...@@ -27,6 +27,6 @@ android.injected.testOnly=false ...@@ -27,6 +27,6 @@ android.injected.testOnly=false
kapt.incremental.apt=true kapt.incremental.apt=true
# Magisk # Magisk
magisk.versionCode=21304 magisk.versionCode=21400
magisk.ndkVersion=21d magisk.ndkVersion=21d
magisk.fullNdkVersion=21.3.6528147 magisk.fullNdkVersion=21.3.6528147
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment