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

15
MANUAL.md generated
View file

@ -1,6 +1,6 @@
% rclone(1) User Manual
% Nick Craig-Wood
% Sep 15, 2019
% Sep 29, 2019
# Rclone - rsync for cloud storage
@ -8279,7 +8279,7 @@ These flags are available for every command.
--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 "rclone/v1.49.3")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.49.4")
-v, --verbose count Print lots more stuff (repeat for more)
```
@ -18500,6 +18500,17 @@ to override the default choice.
# Changelog
## v1.49.4 - 2019-09-29
* Bug Fixes
* cmd/rcd: Address ZipSlip vulnerability (Richard Patel)
* accounting: Fix file handle leak on errors (Nick Craig-Wood)
* oauthutil: Fix security problem when running with two users on the same machine (Nick Craig-Wood)
* FTP
* Fix listing of an empty root returning: error dir not found (Nick Craig-Wood)
* S3
* Fix SetModTime on GLACIER/ARCHIVE objects and implement set/get tier (Nick Craig-Wood)
## v1.49.3 - 2019-09-15
* Bug Fixes

19
MANUAL.txt generated
View file

@ -1,6 +1,6 @@
rclone(1) User Manual
Nick Craig-Wood
Sep 15, 2019
Sep 29, 2019
@ -7856,7 +7856,7 @@ These flags are available for every command.
--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 "rclone/v1.49.3")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.49.4")
-v, --verbose count Print lots more stuff (repeat for more)
@ -17955,6 +17955,21 @@ override the default choice.
CHANGELOG
v1.49.4 - 2019-09-29
- Bug Fixes
- cmd/rcd: Address ZipSlip vulnerability (Richard Patel)
- accounting: Fix file handle leak on errors (Nick Craig-Wood)
- oauthutil: Fix security problem when running with two users on
the same machine (Nick Craig-Wood)
- FTP
- Fix listing of an empty root returning: error dir not found
(Nick Craig-Wood)
- S3
- Fix SetModTime on GLACIER/ARCHIVE objects and implement set/get
tier (Nick Craig-Wood)
v1.49.3 - 2019-09-15
- Bug Fixes

View file

@ -1 +1 @@
v1.49.3
v1.49.4

View file

@ -1,11 +1,22 @@
---
title: "Documentation"
description: "Rclone Changelog"
date: "2019-09-15"
date: "2019-09-29"
---
# Changelog
## v1.49.4 - 2019-09-29
* Bug Fixes
* cmd/rcd: Address ZipSlip vulnerability (Richard Patel)
* accounting: Fix file handle leak on errors (Nick Craig-Wood)
* oauthutil: Fix security problem when running with two users on the same machine (Nick Craig-Wood)
* FTP
* Fix listing of an empty root returning: error dir not found (Nick Craig-Wood)
* S3
* Fix SetModTime on GLACIER/ARCHIVE objects and implement set/get tier (Nick Craig-Wood)
## v1.49.3 - 2019-09-15
* Bug Fixes

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone"
slug: rclone
url: /commands/rclone/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone about"
slug: rclone_about
url: /commands/rclone_about/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone authorize"
slug: rclone_authorize
url: /commands/rclone_authorize/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone cachestats"
slug: rclone_cachestats
url: /commands/rclone_cachestats/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone cat"
slug: rclone_cat
url: /commands/rclone_cat/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone check"
slug: rclone_check
url: /commands/rclone_check/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone cleanup"
slug: rclone_cleanup
url: /commands/rclone_cleanup/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone config"
slug: rclone_config
url: /commands/rclone_config/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone config create"
slug: rclone_config_create
url: /commands/rclone_config_create/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone config delete"
slug: rclone_config_delete
url: /commands/rclone_config_delete/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone config disconnect"
slug: rclone_config_disconnect
url: /commands/rclone_config_disconnect/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone config dump"
slug: rclone_config_dump
url: /commands/rclone_config_dump/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone config edit"
slug: rclone_config_edit
url: /commands/rclone_config_edit/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone config file"
slug: rclone_config_file
url: /commands/rclone_config_file/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone config password"
slug: rclone_config_password
url: /commands/rclone_config_password/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone config providers"
slug: rclone_config_providers
url: /commands/rclone_config_providers/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone config reconnect"
slug: rclone_config_reconnect
url: /commands/rclone_config_reconnect/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone config show"
slug: rclone_config_show
url: /commands/rclone_config_show/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone config update"
slug: rclone_config_update
url: /commands/rclone_config_update/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone config userinfo"
slug: rclone_config_userinfo
url: /commands/rclone_config_userinfo/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone copy"
slug: rclone_copy
url: /commands/rclone_copy/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone copyto"
slug: rclone_copyto
url: /commands/rclone_copyto/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone copyurl"
slug: rclone_copyurl
url: /commands/rclone_copyurl/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone cryptcheck"
slug: rclone_cryptcheck
url: /commands/rclone_cryptcheck/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone cryptdecode"
slug: rclone_cryptdecode
url: /commands/rclone_cryptdecode/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone dbhashsum"
slug: rclone_dbhashsum
url: /commands/rclone_dbhashsum/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone dedupe"
slug: rclone_dedupe
url: /commands/rclone_dedupe/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone delete"
slug: rclone_delete
url: /commands/rclone_delete/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone deletefile"
slug: rclone_deletefile
url: /commands/rclone_deletefile/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone genautocomplete"
slug: rclone_genautocomplete
url: /commands/rclone_genautocomplete/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone genautocomplete bash"
slug: rclone_genautocomplete_bash
url: /commands/rclone_genautocomplete_bash/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone genautocomplete zsh"
slug: rclone_genautocomplete_zsh
url: /commands/rclone_genautocomplete_zsh/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone gendocs"
slug: rclone_gendocs
url: /commands/rclone_gendocs/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone hashsum"
slug: rclone_hashsum
url: /commands/rclone_hashsum/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone link"
slug: rclone_link
url: /commands/rclone_link/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone listremotes"
slug: rclone_listremotes
url: /commands/rclone_listremotes/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone ls"
slug: rclone_ls
url: /commands/rclone_ls/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone lsd"
slug: rclone_lsd
url: /commands/rclone_lsd/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone lsf"
slug: rclone_lsf
url: /commands/rclone_lsf/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone lsjson"
slug: rclone_lsjson
url: /commands/rclone_lsjson/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone lsl"
slug: rclone_lsl
url: /commands/rclone_lsl/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone md5sum"
slug: rclone_md5sum
url: /commands/rclone_md5sum/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone mkdir"
slug: rclone_mkdir
url: /commands/rclone_mkdir/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone mount"
slug: rclone_mount
url: /commands/rclone_mount/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone move"
slug: rclone_move
url: /commands/rclone_move/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone moveto"
slug: rclone_moveto
url: /commands/rclone_moveto/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone ncdu"
slug: rclone_ncdu
url: /commands/rclone_ncdu/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone obscure"
slug: rclone_obscure
url: /commands/rclone_obscure/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone purge"
slug: rclone_purge
url: /commands/rclone_purge/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone rc"
slug: rclone_rc
url: /commands/rclone_rc/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone rcat"
slug: rclone_rcat
url: /commands/rclone_rcat/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone rcd"
slug: rclone_rcd
url: /commands/rclone_rcd/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone rmdir"
slug: rclone_rmdir
url: /commands/rclone_rmdir/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone rmdirs"
slug: rclone_rmdirs
url: /commands/rclone_rmdirs/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone serve"
slug: rclone_serve
url: /commands/rclone_serve/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone serve dlna"
slug: rclone_serve_dlna
url: /commands/rclone_serve_dlna/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone serve ftp"
slug: rclone_serve_ftp
url: /commands/rclone_serve_ftp/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone serve http"
slug: rclone_serve_http
url: /commands/rclone_serve_http/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone serve restic"
slug: rclone_serve_restic
url: /commands/rclone_serve_restic/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone serve sftp"
slug: rclone_serve_sftp
url: /commands/rclone_serve_sftp/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone serve webdav"
slug: rclone_serve_webdav
url: /commands/rclone_serve_webdav/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone settier"
slug: rclone_settier
url: /commands/rclone_settier/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone sha1sum"
slug: rclone_sha1sum
url: /commands/rclone_sha1sum/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone size"
slug: rclone_size
url: /commands/rclone_size/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone sync"
slug: rclone_sync
url: /commands/rclone_sync/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone touch"
slug: rclone_touch
url: /commands/rclone_touch/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone tree"
slug: rclone_tree
url: /commands/rclone_tree/

View file

@ -1,5 +1,5 @@
---
date: 2019-09-15T16:41:55+01:00
date: 2019-09-29T17:33:22+01:00
title: "rclone version"
slug: rclone_version
url: /commands/rclone_version/

View file

@ -1,7 +1,7 @@
---
title: "Global Flags"
description: "Rclone Global Flags"
date: "2019-09-15T16:41:55+01:00"
date: "2019-09-29T17:33:22+01:00"
---
# Global Flags
@ -127,7 +127,7 @@ These flags are available for every command.
--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 "rclone/v1.49.3")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.49.4")
-v, --verbose count Print lots more stuff (repeat for more)
```

View file

@ -1 +1 @@
v1.49.3
v1.49.4

View file

@ -1,4 +1,4 @@
package fs
// Version of rclone
var Version = "v1.49.3"
var Version = "v1.49.4"

30
rclone.1 generated
View file

@ -1,7 +1,7 @@
.\"t
.\" Automatically generated by Pandoc 2.2.1
.\"
.TH "rclone" "1" "Sep 15, 2019" "User Manual" ""
.TH "rclone" "1" "Sep 29, 2019" "User Manual" ""
.hy
.SH Rclone \- rsync for cloud storage
.PP
@ -10505,7 +10505,7 @@ These flags are available for every command.
\ \ \ \ \ \ \-\-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\ "rclone/v1.49.3")
\ \ \ \ \ \ \-\-user\-agent\ string\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Set\ the\ user\-agent\ to\ a\ specified\ string.\ The\ default\ is\ rclone/\ version\ (default\ "rclone/v1.49.4")
\ \ \-v,\ \-\-verbose\ count\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Print\ lots\ more\ stuff\ (repeat\ for\ more)
\f[]
.fi
@ -23691,6 +23691,32 @@ Type: bool
.IP \[bu] 2
Default: false
.SH Changelog
.SS v1.49.4 \- 2019\-09\-29
.IP \[bu] 2
Bug Fixes
.RS 2
.IP \[bu] 2
cmd/rcd: Address ZipSlip vulnerability (Richard Patel)
.IP \[bu] 2
accounting: Fix file handle leak on errors (Nick Craig\-Wood)
.IP \[bu] 2
oauthutil: Fix security problem when running with two users on the same
machine (Nick Craig\-Wood)
.RE
.IP \[bu] 2
FTP
.RS 2
.IP \[bu] 2
Fix listing of an empty root returning: error dir not found (Nick
Craig\-Wood)
.RE
.IP \[bu] 2
S3
.RS 2
.IP \[bu] 2
Fix SetModTime on GLACIER/ARCHIVE objects and implement set/get tier
(Nick Craig\-Wood)
.RE
.SS v1.49.3 \- 2019\-09\-15
.IP \[bu] 2
Bug Fixes