From 9aa478c054d8d53b66b4401cb60e7139d46ede49 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Tue, 13 Sep 2022 04:01:41 -0700 Subject: [PATCH] Publish libsu 5.0.3 --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b2d1541..ce796e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index efd07ca3..ef58be69 100644 --- a/README.md +++ b/README.md @@ -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}"