Skip to content

Commit

Permalink
Publish libsu 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Sep 13, 2022
1 parent 401c3c0 commit 9aa478c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.0.3

- [core] Fix `ShellUtils.escapedString(String)`
- [service] Prevent root process leaks when client process crashed before establishing connection

## 5.0.2

- [service] Resolve `/proc/self/exe` to possibly fix some old Samsung kernel restrictions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
def libsuVersion = '5.0.2'
def libsuVersion = '5.0.3'
// The core module that provides APIs to a shell
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"
Expand Down

0 comments on commit 9aa478c

Please sign in to comment.