diff --git a/MANUAL.html b/MANUAL.html
index 482474825..e392666b0 100644
--- a/MANUAL.html
+++ b/MANUAL.html
@@ -17,7 +17,7 @@
rclone(1) User Manual
Nick Craig-Wood
-Sep 15, 2019
+Sep 29, 2019
Rclone - rsync for cloud storage
Rclone is a command line program to sync files and directories to and from:
@@ -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 "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)
Backend Flags
These flags are available for every command. They control the backends and may be set in the config file.
@@ -12308,6 +12308,23 @@ $ tree /tmp/b
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
diff --git a/MANUAL.md b/MANUAL.md
index 11ab60ff1..08faff0ca 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -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
diff --git a/MANUAL.txt b/MANUAL.txt
index c1fb67859..07be5c05e 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -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
diff --git a/VERSION b/VERSION
index d16171d45..d0b6f56fa 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v1.49.3
+v1.49.4
diff --git a/docs/content/changelog.md b/docs/content/changelog.md
index 728f780a8..956d40330 100644
--- a/docs/content/changelog.md
+++ b/docs/content/changelog.md
@@ -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
diff --git a/docs/content/commands/rclone.md b/docs/content/commands/rclone.md
index f5e8ababa..2a20c8931 100644
--- a/docs/content/commands/rclone.md
+++ b/docs/content/commands/rclone.md
@@ -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/
diff --git a/docs/content/commands/rclone_about.md b/docs/content/commands/rclone_about.md
index 0b98144a8..aa63a747c 100644
--- a/docs/content/commands/rclone_about.md
+++ b/docs/content/commands/rclone_about.md
@@ -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/
diff --git a/docs/content/commands/rclone_authorize.md b/docs/content/commands/rclone_authorize.md
index 751455e11..0bdc6c319 100644
--- a/docs/content/commands/rclone_authorize.md
+++ b/docs/content/commands/rclone_authorize.md
@@ -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/
diff --git a/docs/content/commands/rclone_cachestats.md b/docs/content/commands/rclone_cachestats.md
index a4807b65d..777fb4c32 100644
--- a/docs/content/commands/rclone_cachestats.md
+++ b/docs/content/commands/rclone_cachestats.md
@@ -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/
diff --git a/docs/content/commands/rclone_cat.md b/docs/content/commands/rclone_cat.md
index 0bb40e732..5326a0f35 100644
--- a/docs/content/commands/rclone_cat.md
+++ b/docs/content/commands/rclone_cat.md
@@ -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/
diff --git a/docs/content/commands/rclone_check.md b/docs/content/commands/rclone_check.md
index 9a8013f3e..471bd608f 100644
--- a/docs/content/commands/rclone_check.md
+++ b/docs/content/commands/rclone_check.md
@@ -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/
diff --git a/docs/content/commands/rclone_cleanup.md b/docs/content/commands/rclone_cleanup.md
index 6bf8caf6a..606ccfcf9 100644
--- a/docs/content/commands/rclone_cleanup.md
+++ b/docs/content/commands/rclone_cleanup.md
@@ -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/
diff --git a/docs/content/commands/rclone_config.md b/docs/content/commands/rclone_config.md
index 64abffb70..09396e7e0 100644
--- a/docs/content/commands/rclone_config.md
+++ b/docs/content/commands/rclone_config.md
@@ -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/
diff --git a/docs/content/commands/rclone_config_create.md b/docs/content/commands/rclone_config_create.md
index 0f78cb1e9..180310e20 100644
--- a/docs/content/commands/rclone_config_create.md
+++ b/docs/content/commands/rclone_config_create.md
@@ -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/
diff --git a/docs/content/commands/rclone_config_delete.md b/docs/content/commands/rclone_config_delete.md
index 28b669b4a..3421f7c09 100644
--- a/docs/content/commands/rclone_config_delete.md
+++ b/docs/content/commands/rclone_config_delete.md
@@ -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/
diff --git a/docs/content/commands/rclone_config_disconnect.md b/docs/content/commands/rclone_config_disconnect.md
index 09555ef0d..f02c49953 100644
--- a/docs/content/commands/rclone_config_disconnect.md
+++ b/docs/content/commands/rclone_config_disconnect.md
@@ -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/
diff --git a/docs/content/commands/rclone_config_dump.md b/docs/content/commands/rclone_config_dump.md
index 284e10e3d..f20e5f790 100644
--- a/docs/content/commands/rclone_config_dump.md
+++ b/docs/content/commands/rclone_config_dump.md
@@ -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/
diff --git a/docs/content/commands/rclone_config_edit.md b/docs/content/commands/rclone_config_edit.md
index 386645590..1e863f75a 100644
--- a/docs/content/commands/rclone_config_edit.md
+++ b/docs/content/commands/rclone_config_edit.md
@@ -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/
diff --git a/docs/content/commands/rclone_config_file.md b/docs/content/commands/rclone_config_file.md
index fde0f74cd..778d8168a 100644
--- a/docs/content/commands/rclone_config_file.md
+++ b/docs/content/commands/rclone_config_file.md
@@ -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/
diff --git a/docs/content/commands/rclone_config_password.md b/docs/content/commands/rclone_config_password.md
index 9f90a9a44..0cebda8ec 100644
--- a/docs/content/commands/rclone_config_password.md
+++ b/docs/content/commands/rclone_config_password.md
@@ -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/
diff --git a/docs/content/commands/rclone_config_providers.md b/docs/content/commands/rclone_config_providers.md
index b6f8967d7..1cf1c26d5 100644
--- a/docs/content/commands/rclone_config_providers.md
+++ b/docs/content/commands/rclone_config_providers.md
@@ -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/
diff --git a/docs/content/commands/rclone_config_reconnect.md b/docs/content/commands/rclone_config_reconnect.md
index 92117f096..5e7de1c65 100644
--- a/docs/content/commands/rclone_config_reconnect.md
+++ b/docs/content/commands/rclone_config_reconnect.md
@@ -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/
diff --git a/docs/content/commands/rclone_config_show.md b/docs/content/commands/rclone_config_show.md
index fea163cf1..02bbab98c 100644
--- a/docs/content/commands/rclone_config_show.md
+++ b/docs/content/commands/rclone_config_show.md
@@ -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/
diff --git a/docs/content/commands/rclone_config_update.md b/docs/content/commands/rclone_config_update.md
index 43d5883e3..d19759928 100644
--- a/docs/content/commands/rclone_config_update.md
+++ b/docs/content/commands/rclone_config_update.md
@@ -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/
diff --git a/docs/content/commands/rclone_config_userinfo.md b/docs/content/commands/rclone_config_userinfo.md
index 36248fd7d..e101f6c24 100644
--- a/docs/content/commands/rclone_config_userinfo.md
+++ b/docs/content/commands/rclone_config_userinfo.md
@@ -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/
diff --git a/docs/content/commands/rclone_copy.md b/docs/content/commands/rclone_copy.md
index 8e50bd57d..cda3bb642 100644
--- a/docs/content/commands/rclone_copy.md
+++ b/docs/content/commands/rclone_copy.md
@@ -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/
diff --git a/docs/content/commands/rclone_copyto.md b/docs/content/commands/rclone_copyto.md
index a696f3f20..a1f3fefed 100644
--- a/docs/content/commands/rclone_copyto.md
+++ b/docs/content/commands/rclone_copyto.md
@@ -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/
diff --git a/docs/content/commands/rclone_copyurl.md b/docs/content/commands/rclone_copyurl.md
index a77988656..cdb2383f0 100644
--- a/docs/content/commands/rclone_copyurl.md
+++ b/docs/content/commands/rclone_copyurl.md
@@ -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/
diff --git a/docs/content/commands/rclone_cryptcheck.md b/docs/content/commands/rclone_cryptcheck.md
index 17b88374b..413948721 100644
--- a/docs/content/commands/rclone_cryptcheck.md
+++ b/docs/content/commands/rclone_cryptcheck.md
@@ -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/
diff --git a/docs/content/commands/rclone_cryptdecode.md b/docs/content/commands/rclone_cryptdecode.md
index 62ef15ab7..987b58d6f 100644
--- a/docs/content/commands/rclone_cryptdecode.md
+++ b/docs/content/commands/rclone_cryptdecode.md
@@ -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/
diff --git a/docs/content/commands/rclone_dbhashsum.md b/docs/content/commands/rclone_dbhashsum.md
index 9e3ba8afd..97593a73e 100644
--- a/docs/content/commands/rclone_dbhashsum.md
+++ b/docs/content/commands/rclone_dbhashsum.md
@@ -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/
diff --git a/docs/content/commands/rclone_dedupe.md b/docs/content/commands/rclone_dedupe.md
index 2e66f8830..b78cc281e 100644
--- a/docs/content/commands/rclone_dedupe.md
+++ b/docs/content/commands/rclone_dedupe.md
@@ -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/
diff --git a/docs/content/commands/rclone_delete.md b/docs/content/commands/rclone_delete.md
index 32a5f8c4a..b41782001 100644
--- a/docs/content/commands/rclone_delete.md
+++ b/docs/content/commands/rclone_delete.md
@@ -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/
diff --git a/docs/content/commands/rclone_deletefile.md b/docs/content/commands/rclone_deletefile.md
index f1d914ce1..e168cb8a4 100644
--- a/docs/content/commands/rclone_deletefile.md
+++ b/docs/content/commands/rclone_deletefile.md
@@ -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/
diff --git a/docs/content/commands/rclone_genautocomplete.md b/docs/content/commands/rclone_genautocomplete.md
index f23763392..802eee134 100644
--- a/docs/content/commands/rclone_genautocomplete.md
+++ b/docs/content/commands/rclone_genautocomplete.md
@@ -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/
diff --git a/docs/content/commands/rclone_genautocomplete_bash.md b/docs/content/commands/rclone_genautocomplete_bash.md
index 76f03b94a..549cd725e 100644
--- a/docs/content/commands/rclone_genautocomplete_bash.md
+++ b/docs/content/commands/rclone_genautocomplete_bash.md
@@ -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/
diff --git a/docs/content/commands/rclone_genautocomplete_zsh.md b/docs/content/commands/rclone_genautocomplete_zsh.md
index 13d3f820b..1322ea7a9 100644
--- a/docs/content/commands/rclone_genautocomplete_zsh.md
+++ b/docs/content/commands/rclone_genautocomplete_zsh.md
@@ -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/
diff --git a/docs/content/commands/rclone_gendocs.md b/docs/content/commands/rclone_gendocs.md
index 763d856ef..e77fcad4c 100644
--- a/docs/content/commands/rclone_gendocs.md
+++ b/docs/content/commands/rclone_gendocs.md
@@ -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/
diff --git a/docs/content/commands/rclone_hashsum.md b/docs/content/commands/rclone_hashsum.md
index c29ce0af0..5fa10f28c 100644
--- a/docs/content/commands/rclone_hashsum.md
+++ b/docs/content/commands/rclone_hashsum.md
@@ -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/
diff --git a/docs/content/commands/rclone_link.md b/docs/content/commands/rclone_link.md
index 062f347f0..61e1b9ea3 100644
--- a/docs/content/commands/rclone_link.md
+++ b/docs/content/commands/rclone_link.md
@@ -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/
diff --git a/docs/content/commands/rclone_listremotes.md b/docs/content/commands/rclone_listremotes.md
index 3792b6a21..2eb273150 100644
--- a/docs/content/commands/rclone_listremotes.md
+++ b/docs/content/commands/rclone_listremotes.md
@@ -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/
diff --git a/docs/content/commands/rclone_ls.md b/docs/content/commands/rclone_ls.md
index 6b8a5dd47..e7dc1e141 100644
--- a/docs/content/commands/rclone_ls.md
+++ b/docs/content/commands/rclone_ls.md
@@ -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/
diff --git a/docs/content/commands/rclone_lsd.md b/docs/content/commands/rclone_lsd.md
index ead9fecdd..a3bd0d5ee 100644
--- a/docs/content/commands/rclone_lsd.md
+++ b/docs/content/commands/rclone_lsd.md
@@ -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/
diff --git a/docs/content/commands/rclone_lsf.md b/docs/content/commands/rclone_lsf.md
index 9f7ddabf2..018e6800e 100644
--- a/docs/content/commands/rclone_lsf.md
+++ b/docs/content/commands/rclone_lsf.md
@@ -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/
diff --git a/docs/content/commands/rclone_lsjson.md b/docs/content/commands/rclone_lsjson.md
index 257cc7437..aab445125 100644
--- a/docs/content/commands/rclone_lsjson.md
+++ b/docs/content/commands/rclone_lsjson.md
@@ -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/
diff --git a/docs/content/commands/rclone_lsl.md b/docs/content/commands/rclone_lsl.md
index 8a79df7c0..554f8bdf5 100644
--- a/docs/content/commands/rclone_lsl.md
+++ b/docs/content/commands/rclone_lsl.md
@@ -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/
diff --git a/docs/content/commands/rclone_md5sum.md b/docs/content/commands/rclone_md5sum.md
index ac7f7ae9a..fc04cf092 100644
--- a/docs/content/commands/rclone_md5sum.md
+++ b/docs/content/commands/rclone_md5sum.md
@@ -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/
diff --git a/docs/content/commands/rclone_mkdir.md b/docs/content/commands/rclone_mkdir.md
index 73c2998e4..6e8d337f4 100644
--- a/docs/content/commands/rclone_mkdir.md
+++ b/docs/content/commands/rclone_mkdir.md
@@ -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/
diff --git a/docs/content/commands/rclone_mount.md b/docs/content/commands/rclone_mount.md
index d7e349a04..2a5924779 100644
--- a/docs/content/commands/rclone_mount.md
+++ b/docs/content/commands/rclone_mount.md
@@ -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/
diff --git a/docs/content/commands/rclone_move.md b/docs/content/commands/rclone_move.md
index 147a3c719..055d20aec 100644
--- a/docs/content/commands/rclone_move.md
+++ b/docs/content/commands/rclone_move.md
@@ -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/
diff --git a/docs/content/commands/rclone_moveto.md b/docs/content/commands/rclone_moveto.md
index 32f4ee663..46ca40899 100644
--- a/docs/content/commands/rclone_moveto.md
+++ b/docs/content/commands/rclone_moveto.md
@@ -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/
diff --git a/docs/content/commands/rclone_ncdu.md b/docs/content/commands/rclone_ncdu.md
index a4fe684c3..afb7500ef 100644
--- a/docs/content/commands/rclone_ncdu.md
+++ b/docs/content/commands/rclone_ncdu.md
@@ -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/
diff --git a/docs/content/commands/rclone_obscure.md b/docs/content/commands/rclone_obscure.md
index e1ecc4d5d..47b969b4a 100644
--- a/docs/content/commands/rclone_obscure.md
+++ b/docs/content/commands/rclone_obscure.md
@@ -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/
diff --git a/docs/content/commands/rclone_purge.md b/docs/content/commands/rclone_purge.md
index af1f78688..25bece0df 100644
--- a/docs/content/commands/rclone_purge.md
+++ b/docs/content/commands/rclone_purge.md
@@ -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/
diff --git a/docs/content/commands/rclone_rc.md b/docs/content/commands/rclone_rc.md
index b5f6d7b0a..9ba332c8d 100644
--- a/docs/content/commands/rclone_rc.md
+++ b/docs/content/commands/rclone_rc.md
@@ -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/
diff --git a/docs/content/commands/rclone_rcat.md b/docs/content/commands/rclone_rcat.md
index 0d8b87c0c..9252b50a3 100644
--- a/docs/content/commands/rclone_rcat.md
+++ b/docs/content/commands/rclone_rcat.md
@@ -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/
diff --git a/docs/content/commands/rclone_rcd.md b/docs/content/commands/rclone_rcd.md
index 79261fe2c..55ebb39aa 100644
--- a/docs/content/commands/rclone_rcd.md
+++ b/docs/content/commands/rclone_rcd.md
@@ -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/
diff --git a/docs/content/commands/rclone_rmdir.md b/docs/content/commands/rclone_rmdir.md
index d62d5fab7..e1d76ebb9 100644
--- a/docs/content/commands/rclone_rmdir.md
+++ b/docs/content/commands/rclone_rmdir.md
@@ -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/
diff --git a/docs/content/commands/rclone_rmdirs.md b/docs/content/commands/rclone_rmdirs.md
index 34049947e..6a9d9582e 100644
--- a/docs/content/commands/rclone_rmdirs.md
+++ b/docs/content/commands/rclone_rmdirs.md
@@ -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/
diff --git a/docs/content/commands/rclone_serve.md b/docs/content/commands/rclone_serve.md
index 717b7c710..502bfba3f 100644
--- a/docs/content/commands/rclone_serve.md
+++ b/docs/content/commands/rclone_serve.md
@@ -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/
diff --git a/docs/content/commands/rclone_serve_dlna.md b/docs/content/commands/rclone_serve_dlna.md
index 072a9c903..595f359cf 100644
--- a/docs/content/commands/rclone_serve_dlna.md
+++ b/docs/content/commands/rclone_serve_dlna.md
@@ -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/
diff --git a/docs/content/commands/rclone_serve_ftp.md b/docs/content/commands/rclone_serve_ftp.md
index 77e133f84..c26a36c86 100644
--- a/docs/content/commands/rclone_serve_ftp.md
+++ b/docs/content/commands/rclone_serve_ftp.md
@@ -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/
diff --git a/docs/content/commands/rclone_serve_http.md b/docs/content/commands/rclone_serve_http.md
index d7eaea5c2..51ccfc3ae 100644
--- a/docs/content/commands/rclone_serve_http.md
+++ b/docs/content/commands/rclone_serve_http.md
@@ -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/
diff --git a/docs/content/commands/rclone_serve_restic.md b/docs/content/commands/rclone_serve_restic.md
index 124f817dd..d933d804e 100644
--- a/docs/content/commands/rclone_serve_restic.md
+++ b/docs/content/commands/rclone_serve_restic.md
@@ -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/
diff --git a/docs/content/commands/rclone_serve_sftp.md b/docs/content/commands/rclone_serve_sftp.md
index df759c7a8..3d184d0a0 100644
--- a/docs/content/commands/rclone_serve_sftp.md
+++ b/docs/content/commands/rclone_serve_sftp.md
@@ -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/
diff --git a/docs/content/commands/rclone_serve_webdav.md b/docs/content/commands/rclone_serve_webdav.md
index 581823301..d0dd62d2a 100644
--- a/docs/content/commands/rclone_serve_webdav.md
+++ b/docs/content/commands/rclone_serve_webdav.md
@@ -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/
diff --git a/docs/content/commands/rclone_settier.md b/docs/content/commands/rclone_settier.md
index 052267418..e95b786e7 100644
--- a/docs/content/commands/rclone_settier.md
+++ b/docs/content/commands/rclone_settier.md
@@ -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/
diff --git a/docs/content/commands/rclone_sha1sum.md b/docs/content/commands/rclone_sha1sum.md
index c188520fd..803cd216f 100644
--- a/docs/content/commands/rclone_sha1sum.md
+++ b/docs/content/commands/rclone_sha1sum.md
@@ -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/
diff --git a/docs/content/commands/rclone_size.md b/docs/content/commands/rclone_size.md
index 93557bf75..868d35ae9 100644
--- a/docs/content/commands/rclone_size.md
+++ b/docs/content/commands/rclone_size.md
@@ -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/
diff --git a/docs/content/commands/rclone_sync.md b/docs/content/commands/rclone_sync.md
index b3979a8c8..319cdef58 100644
--- a/docs/content/commands/rclone_sync.md
+++ b/docs/content/commands/rclone_sync.md
@@ -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/
diff --git a/docs/content/commands/rclone_touch.md b/docs/content/commands/rclone_touch.md
index 09f9213a4..64272c378 100644
--- a/docs/content/commands/rclone_touch.md
+++ b/docs/content/commands/rclone_touch.md
@@ -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/
diff --git a/docs/content/commands/rclone_tree.md b/docs/content/commands/rclone_tree.md
index 5e78afc24..c07478816 100644
--- a/docs/content/commands/rclone_tree.md
+++ b/docs/content/commands/rclone_tree.md
@@ -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/
diff --git a/docs/content/commands/rclone_version.md b/docs/content/commands/rclone_version.md
index 5620f0d5d..0e410d895 100644
--- a/docs/content/commands/rclone_version.md
+++ b/docs/content/commands/rclone_version.md
@@ -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/
diff --git a/docs/content/flags.md b/docs/content/flags.md
index f7a9c6e28..c7a9695e2 100755
--- a/docs/content/flags.md
+++ b/docs/content/flags.md
@@ -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)
```
diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html
index 287bcd64e..84cbfe18f 100644
--- a/docs/layouts/partials/version.html
+++ b/docs/layouts/partials/version.html
@@ -1 +1 @@
-v1.49.3
\ No newline at end of file
+v1.49.4
\ No newline at end of file
diff --git a/fs/version.go b/fs/version.go
index fe1fe1931..36b98d028 100644
--- a/fs/version.go
+++ b/fs/version.go
@@ -1,4 +1,4 @@
package fs
// Version of rclone
-var Version = "v1.49.3"
+var Version = "v1.49.4"
diff --git a/rclone.1 b/rclone.1
index 7ca2a252f..c755bbd08 100644
--- a/rclone.1
+++ b/rclone.1
@@ -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