diff options
| author | Lena <lena@omega> | 2026-07-01 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-07-01 00:00:00 +0000 |
| commit | 8141ea0b4e29644327e3ba579e2caf083c50f6f6 (patch) | |
| tree | 8de9cc35ee341193e5911dc4f8420e7a0cf538ab /fastlane/metadata | |
| parent | 977629ec3effeaeab698fcc4f42c7827c2b181ed (diff) | |
| download | rsend-8141ea0b4e29644327e3ba579e2caf083c50f6f6.tar.gz | |
app: release 0.1.20.1.2
versionCode 3. Drop --mkpath so remotes with an rsync older than 3.2.3
(stock macOS included) can receive syncs; rsync still creates the final
remote path component on its own. NDK host toolchain detection so the
native build also runs on macOS hosts.
Diffstat (limited to 'fastlane/metadata')
| -rw-r--r-- | fastlane/metadata/android/en-US/changelogs/3.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 0000000..34246da --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1,5 @@ +Fixes: syncing to a server with an rsync older than 3.2.3 (stock macOS +included) no longer fails with "unrecognized option '--mkpath'". Flat remote +paths are still created automatically; a nested remote path with missing +parent directories now needs a one-time mkdir -p on the server. The native +build scripts now also work on macOS hosts. |