rclone-dev:stable

Last commit made on 2018-06-16
Get this branch:
git clone -b stable https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
stable
Repository:
lp:rclone-dev

Recent commits

a9adb43... by Nick Craig-Wood

Version v1.42

c47a4c9... by Nick Craig-Wood

opendrive: re-read hash when updating objects

Previously this was reading a stale hash from the object leading to
broken integration tests.

This fixes these integration tests TestSyncDoesntUpdateModtime,
TestSyncAfterChangingFilesSizeOnly, TestSyncAfterChangingContentsOnly,
TestSyncWithUpdateOlder, TestSyncUTFNorm.

d9d00a7... by Nick Craig-Wood

rcat: remove --checksum flag from the docs as it is not usually effective

b82e66d... by Nick Craig-Wood

Add themylogin to contributors

7d2861e... by themylogin

Adjust S3 upload concurrency with --s3-upload-concurrency

aaa8591... by remusb <email address hidden>

cache: add non cached dirs on notifications - #2155

4df1794... by remusb <email address hidden>

cache: fix panic when running without plex configs

d189289... by Nick Craig-Wood

dropbox: make dropbox for business folders accessible #2003

Paths prefixed with / on a dropbox for business plan will now start at
the root instead of the users home directory.

339fbf0... by remusb <email address hidden>

cache: reconnect plex websocket on failures

13ccb39... by remusb <email address hidden>

cache: allow root to be expired from rc - #2237