diff options
Diffstat (limited to 'fastlane')
| -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. |