From 02abb7b20434a423e63aea5eebdbc6a15033ee0d Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Thu, 2 Jun 2022 01:48:12 -0700 Subject: [PATCH] Publish 5.0.2 --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de9669c5..1b2d1541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.0.2 + +- [service] Resolve `/proc/self/exe` to possibly fix some old Samsung kernel restrictions + ## 5.0.1 - [nio] Update the remote file system's I/O stream implementation with stream specific optimizations. The throughput is about 2.5x larger. diff --git a/README.md b/README.md index bfdbe8b5..efd07ca3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ repositories { maven { url 'https://jitpack.io' } } dependencies { - def libsuVersion = '5.0.1' + def libsuVersion = '5.0.2' // The core module that provides APIs to a shell implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"