1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-10 12:33:46 +00:00

Version v1.49.4

This commit is contained in:
Nick Craig-Wood
2019-09-29 17:33:45 +01:00
parent d9bdd0575e
commit 8aae04208b
77 changed files with 162 additions and 82 deletions

21
MANUAL.html generated
View File

@@ -17,7 +17,7 @@
<header>
<h1 class="title">rclone(1) User Manual</h1>
<p class="author">Nick Craig-Wood</p>
<p class="date">Sep 15, 2019</p>
<p class="date">Sep 29, 2019</p>
</header>
<h1 id="rclone---rsync-for-cloud-storage">Rclone - rsync for cloud storage</h1>
<p>Rclone is a command line program to sync files and directories to and from:</p>
@@ -4610,7 +4610,7 @@ Showing nodes accounting for 1537.03kB, 100% of 1537.03kB total
--use-json-log Use json log format.
--use-mmap Use mmap allocator (see docs).
--use-server-modtime Use server modified time instead of object metadata
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default &quot;rclone/v1.49.3&quot;)
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default &quot;rclone/v1.49.4&quot;)
-v, --verbose count Print lots more stuff (repeat for more)</code></pre>
<h2 id="backend-flags">Backend Flags</h2>
<p>These flags are available for every command. They control the backends and may be set in the config file.</p>
@@ -12308,6 +12308,23 @@ $ tree /tmp/b
</ul>
<!--- autogenerated options stop -->
<h1 id="changelog">Changelog</h1>
<h2 id="v1.49.4---2019-09-29">v1.49.4 - 2019-09-29</h2>
<ul>
<li>Bug Fixes
<ul>
<li>cmd/rcd: Address ZipSlip vulnerability (Richard Patel)</li>
<li>accounting: Fix file handle leak on errors (Nick Craig-Wood)</li>
<li>oauthutil: Fix security problem when running with two users on the same machine (Nick Craig-Wood)</li>
</ul></li>
<li>FTP
<ul>
<li>Fix listing of an empty root returning: error dir not found (Nick Craig-Wood)</li>
</ul></li>
<li>S3
<ul>
<li>Fix SetModTime on GLACIER/ARCHIVE objects and implement set/get tier (Nick Craig-Wood)</li>
</ul></li>
</ul>
<h2 id="v1.49.3---2019-09-15">v1.49.3 - 2019-09-15</h2>
<ul>
<li>Bug Fixes