diff --git a/MANUAL.html b/MANUAL.html
index e392666b0..a534e3b36 100644
--- a/MANUAL.html
+++ b/MANUAL.html
@@ -17,7 +17,7 @@
rclone(1) User Manual
Nick Craig-Wood
-Sep 29, 2019
+Oct 05, 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.4")
+ --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.49.5")
-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,15 @@ $ tree /tmp/b
Changelog
+v1.49.5 - 2019-10-05
+
+- Bug Fixes
+
+- Revert back to go1.12.x for the v1.49.x builds as go1.13.x was causing issues (Nick Craig-Wood)
+- Fix rpm packages by using master builds of nfpm (Nick Craig-Wood)
+- Fix macOS build after brew changes (Nick Craig-Wood)
+
+
v1.49.4 - 2019-09-29
- Bug Fixes
diff --git a/MANUAL.md b/MANUAL.md
index 08faff0ca..2326365fa 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -1,6 +1,6 @@
% rclone(1) User Manual
% Nick Craig-Wood
-% Sep 29, 2019
+% Oct 05, 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.4")
+ --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.49.5")
-v, --verbose count Print lots more stuff (repeat for more)
```
@@ -18500,6 +18500,13 @@ to override the default choice.
# Changelog
+## v1.49.5 - 2019-10-05
+
+* Bug Fixes
+ * Revert back to go1.12.x for the v1.49.x builds as go1.13.x was causing issues (Nick Craig-Wood)
+ * Fix rpm packages by using master builds of nfpm (Nick Craig-Wood)
+ * Fix macOS build after brew changes (Nick Craig-Wood)
+
## v1.49.4 - 2019-09-29
* Bug Fixes
diff --git a/MANUAL.txt b/MANUAL.txt
index 07be5c05e..c002fc7e8 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1,6 +1,6 @@
rclone(1) User Manual
Nick Craig-Wood
-Sep 29, 2019
+Oct 05, 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.4")
+ --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.49.5")
-v, --verbose count Print lots more stuff (repeat for more)
@@ -17955,6 +17955,16 @@ override the default choice.
CHANGELOG
+v1.49.5 - 2019-10-05
+
+- Bug Fixes
+ - Revert back to go1.12.x for the v1.49.x builds as go1.13.x was
+ causing issues (Nick Craig-Wood)
+ - Fix rpm packages by using master builds of nfpm (Nick
+ Craig-Wood)
+ - Fix macOS build after brew changes (Nick Craig-Wood)
+
+
v1.49.4 - 2019-09-29
- Bug Fixes
diff --git a/VERSION b/VERSION
index d0b6f56fa..1914b8511 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v1.49.4
+v1.49.5
diff --git a/docs/content/changelog.md b/docs/content/changelog.md
index 956d40330..dc9f52333 100644
--- a/docs/content/changelog.md
+++ b/docs/content/changelog.md
@@ -1,11 +1,18 @@
---
title: "Documentation"
description: "Rclone Changelog"
-date: "2019-09-29"
+date: "2019-10-05"
---
# Changelog
+## v1.49.5 - 2019-10-05
+
+* Bug Fixes
+ * Revert back to go1.12.x for the v1.49.x builds as go1.13.x was causing issues (Nick Craig-Wood)
+ * Fix rpm packages by using master builds of nfpm (Nick Craig-Wood)
+ * Fix macOS build after brew changes (Nick Craig-Wood)
+
## v1.49.4 - 2019-09-29
* Bug Fixes
diff --git a/docs/content/commands/rclone.md b/docs/content/commands/rclone.md
index 2a20c8931..7ef1f628e 100644
--- a/docs/content/commands/rclone.md
+++ b/docs/content/commands/rclone.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 aa63a747c..0512db08d 100644
--- a/docs/content/commands/rclone_about.md
+++ b/docs/content/commands/rclone_about.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 0bdc6c319..3bf4a3fea 100644
--- a/docs/content/commands/rclone_authorize.md
+++ b/docs/content/commands/rclone_authorize.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 777fb4c32..f36189712 100644
--- a/docs/content/commands/rclone_cachestats.md
+++ b/docs/content/commands/rclone_cachestats.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 5326a0f35..3836e7b30 100644
--- a/docs/content/commands/rclone_cat.md
+++ b/docs/content/commands/rclone_cat.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 471bd608f..591df2123 100644
--- a/docs/content/commands/rclone_check.md
+++ b/docs/content/commands/rclone_check.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 606ccfcf9..6e7fa2958 100644
--- a/docs/content/commands/rclone_cleanup.md
+++ b/docs/content/commands/rclone_cleanup.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 09396e7e0..8f2bb8217 100644
--- a/docs/content/commands/rclone_config.md
+++ b/docs/content/commands/rclone_config.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 180310e20..f768d0b92 100644
--- a/docs/content/commands/rclone_config_create.md
+++ b/docs/content/commands/rclone_config_create.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 3421f7c09..d1de06991 100644
--- a/docs/content/commands/rclone_config_delete.md
+++ b/docs/content/commands/rclone_config_delete.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 f02c49953..0efb97b86 100644
--- a/docs/content/commands/rclone_config_disconnect.md
+++ b/docs/content/commands/rclone_config_disconnect.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 f20e5f790..e1d2062cf 100644
--- a/docs/content/commands/rclone_config_dump.md
+++ b/docs/content/commands/rclone_config_dump.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 1e863f75a..6f15176d8 100644
--- a/docs/content/commands/rclone_config_edit.md
+++ b/docs/content/commands/rclone_config_edit.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 778d8168a..40ddd9eb5 100644
--- a/docs/content/commands/rclone_config_file.md
+++ b/docs/content/commands/rclone_config_file.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 0cebda8ec..e3fcc8647 100644
--- a/docs/content/commands/rclone_config_password.md
+++ b/docs/content/commands/rclone_config_password.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 1cf1c26d5..25426eb92 100644
--- a/docs/content/commands/rclone_config_providers.md
+++ b/docs/content/commands/rclone_config_providers.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 5e7de1c65..ad5b52258 100644
--- a/docs/content/commands/rclone_config_reconnect.md
+++ b/docs/content/commands/rclone_config_reconnect.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 02bbab98c..16d7b8584 100644
--- a/docs/content/commands/rclone_config_show.md
+++ b/docs/content/commands/rclone_config_show.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 d19759928..12f62bbe3 100644
--- a/docs/content/commands/rclone_config_update.md
+++ b/docs/content/commands/rclone_config_update.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 e101f6c24..9c8abf055 100644
--- a/docs/content/commands/rclone_config_userinfo.md
+++ b/docs/content/commands/rclone_config_userinfo.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 cda3bb642..b9835f4cd 100644
--- a/docs/content/commands/rclone_copy.md
+++ b/docs/content/commands/rclone_copy.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 a1f3fefed..f420eef7a 100644
--- a/docs/content/commands/rclone_copyto.md
+++ b/docs/content/commands/rclone_copyto.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 cdb2383f0..c172fc09b 100644
--- a/docs/content/commands/rclone_copyurl.md
+++ b/docs/content/commands/rclone_copyurl.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 413948721..8998937e4 100644
--- a/docs/content/commands/rclone_cryptcheck.md
+++ b/docs/content/commands/rclone_cryptcheck.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 987b58d6f..e571bd418 100644
--- a/docs/content/commands/rclone_cryptdecode.md
+++ b/docs/content/commands/rclone_cryptdecode.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 97593a73e..f2b5f052f 100644
--- a/docs/content/commands/rclone_dbhashsum.md
+++ b/docs/content/commands/rclone_dbhashsum.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 b78cc281e..d95a58b43 100644
--- a/docs/content/commands/rclone_dedupe.md
+++ b/docs/content/commands/rclone_dedupe.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 b41782001..4a212ec2f 100644
--- a/docs/content/commands/rclone_delete.md
+++ b/docs/content/commands/rclone_delete.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 e168cb8a4..3ed65bec8 100644
--- a/docs/content/commands/rclone_deletefile.md
+++ b/docs/content/commands/rclone_deletefile.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 802eee134..e108f4e8c 100644
--- a/docs/content/commands/rclone_genautocomplete.md
+++ b/docs/content/commands/rclone_genautocomplete.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 549cd725e..9e6a135d3 100644
--- a/docs/content/commands/rclone_genautocomplete_bash.md
+++ b/docs/content/commands/rclone_genautocomplete_bash.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 1322ea7a9..c614a3a08 100644
--- a/docs/content/commands/rclone_genautocomplete_zsh.md
+++ b/docs/content/commands/rclone_genautocomplete_zsh.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 e77fcad4c..b7ca459aa 100644
--- a/docs/content/commands/rclone_gendocs.md
+++ b/docs/content/commands/rclone_gendocs.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 5fa10f28c..7e8d41079 100644
--- a/docs/content/commands/rclone_hashsum.md
+++ b/docs/content/commands/rclone_hashsum.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 61e1b9ea3..d88a5f12d 100644
--- a/docs/content/commands/rclone_link.md
+++ b/docs/content/commands/rclone_link.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 2eb273150..ba42035f3 100644
--- a/docs/content/commands/rclone_listremotes.md
+++ b/docs/content/commands/rclone_listremotes.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 e7dc1e141..373db589a 100644
--- a/docs/content/commands/rclone_ls.md
+++ b/docs/content/commands/rclone_ls.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 a3bd0d5ee..1ed3af0b5 100644
--- a/docs/content/commands/rclone_lsd.md
+++ b/docs/content/commands/rclone_lsd.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 018e6800e..c4ef6559f 100644
--- a/docs/content/commands/rclone_lsf.md
+++ b/docs/content/commands/rclone_lsf.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 aab445125..be1205d52 100644
--- a/docs/content/commands/rclone_lsjson.md
+++ b/docs/content/commands/rclone_lsjson.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 554f8bdf5..1bdde3292 100644
--- a/docs/content/commands/rclone_lsl.md
+++ b/docs/content/commands/rclone_lsl.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 fc04cf092..bd00c44a7 100644
--- a/docs/content/commands/rclone_md5sum.md
+++ b/docs/content/commands/rclone_md5sum.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 6e8d337f4..01a4c96e3 100644
--- a/docs/content/commands/rclone_mkdir.md
+++ b/docs/content/commands/rclone_mkdir.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 2a5924779..4c884fedf 100644
--- a/docs/content/commands/rclone_mount.md
+++ b/docs/content/commands/rclone_mount.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 055d20aec..0486fd719 100644
--- a/docs/content/commands/rclone_move.md
+++ b/docs/content/commands/rclone_move.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 46ca40899..327171669 100644
--- a/docs/content/commands/rclone_moveto.md
+++ b/docs/content/commands/rclone_moveto.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 afb7500ef..2a630247f 100644
--- a/docs/content/commands/rclone_ncdu.md
+++ b/docs/content/commands/rclone_ncdu.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 47b969b4a..8f8e8565f 100644
--- a/docs/content/commands/rclone_obscure.md
+++ b/docs/content/commands/rclone_obscure.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 25bece0df..92994e835 100644
--- a/docs/content/commands/rclone_purge.md
+++ b/docs/content/commands/rclone_purge.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 9ba332c8d..abe3b21b9 100644
--- a/docs/content/commands/rclone_rc.md
+++ b/docs/content/commands/rclone_rc.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 9252b50a3..a3a9aabea 100644
--- a/docs/content/commands/rclone_rcat.md
+++ b/docs/content/commands/rclone_rcat.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 55ebb39aa..26a6d4059 100644
--- a/docs/content/commands/rclone_rcd.md
+++ b/docs/content/commands/rclone_rcd.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 e1d76ebb9..d7c2f3e93 100644
--- a/docs/content/commands/rclone_rmdir.md
+++ b/docs/content/commands/rclone_rmdir.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 6a9d9582e..549909d25 100644
--- a/docs/content/commands/rclone_rmdirs.md
+++ b/docs/content/commands/rclone_rmdirs.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 502bfba3f..679e1324f 100644
--- a/docs/content/commands/rclone_serve.md
+++ b/docs/content/commands/rclone_serve.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 595f359cf..69f7bb365 100644
--- a/docs/content/commands/rclone_serve_dlna.md
+++ b/docs/content/commands/rclone_serve_dlna.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 c26a36c86..34e89c85c 100644
--- a/docs/content/commands/rclone_serve_ftp.md
+++ b/docs/content/commands/rclone_serve_ftp.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 51ccfc3ae..3ac8e8d8b 100644
--- a/docs/content/commands/rclone_serve_http.md
+++ b/docs/content/commands/rclone_serve_http.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 d933d804e..7e0595650 100644
--- a/docs/content/commands/rclone_serve_restic.md
+++ b/docs/content/commands/rclone_serve_restic.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 3d184d0a0..2028f4857 100644
--- a/docs/content/commands/rclone_serve_sftp.md
+++ b/docs/content/commands/rclone_serve_sftp.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 d0dd62d2a..0d3e2aae0 100644
--- a/docs/content/commands/rclone_serve_webdav.md
+++ b/docs/content/commands/rclone_serve_webdav.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 e95b786e7..9376cf5e4 100644
--- a/docs/content/commands/rclone_settier.md
+++ b/docs/content/commands/rclone_settier.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 803cd216f..d5222d44c 100644
--- a/docs/content/commands/rclone_sha1sum.md
+++ b/docs/content/commands/rclone_sha1sum.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 868d35ae9..6c39dcf59 100644
--- a/docs/content/commands/rclone_size.md
+++ b/docs/content/commands/rclone_size.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 319cdef58..cbbaf532a 100644
--- a/docs/content/commands/rclone_sync.md
+++ b/docs/content/commands/rclone_sync.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 64272c378..5e9d17843 100644
--- a/docs/content/commands/rclone_touch.md
+++ b/docs/content/commands/rclone_touch.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 c07478816..b7807604d 100644
--- a/docs/content/commands/rclone_tree.md
+++ b/docs/content/commands/rclone_tree.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 0e410d895..76c0cb433 100644
--- a/docs/content/commands/rclone_version.md
+++ b/docs/content/commands/rclone_version.md
@@ -1,5 +1,5 @@
---
-date: 2019-09-29T17:33:22+01:00
+date: 2019-10-05T12:07:00+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 c7a9695e2..529bc287a 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-29T17:33:22+01:00"
+date: "2019-10-05T12:07:00+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.4")
+ --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.49.5")
-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 84cbfe18f..1400c493c 100644
--- a/docs/layouts/partials/version.html
+++ b/docs/layouts/partials/version.html
@@ -1 +1 @@
-v1.49.4
\ No newline at end of file
+v1.49.5
\ No newline at end of file
diff --git a/fs/version.go b/fs/version.go
index 36b98d028..d0b8b40b3 100644
--- a/fs/version.go
+++ b/fs/version.go
@@ -1,4 +1,4 @@
package fs
// Version of rclone
-var Version = "v1.49.4"
+var Version = "v1.49.5"
diff --git a/rclone.1 b/rclone.1
index c755bbd08..f628ae8b4 100644
--- a/rclone.1
+++ b/rclone.1
@@ -1,7 +1,7 @@
.\"t
.\" Automatically generated by Pandoc 2.2.1
.\"
-.TH "rclone" "1" "Sep 29, 2019" "User Manual" ""
+.TH "rclone" "1" "Oct 05, 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.4")
+\ \ \ \ \ \ \-\-user\-agent\ string\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Set\ the\ user\-agent\ to\ a\ specified\ string.\ The\ default\ is\ rclone/\ version\ (default\ "rclone/v1.49.5")
\ \ \-v,\ \-\-verbose\ count\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Print\ lots\ more\ stuff\ (repeat\ for\ more)
\f[]
.fi
@@ -23691,6 +23691,18 @@ Type: bool
.IP \[bu] 2
Default: false
.SH Changelog
+.SS v1.49.5 \- 2019\-10\-05
+.IP \[bu] 2
+Bug Fixes
+.RS 2
+.IP \[bu] 2
+Revert back to go1.12.x for the v1.49.x builds as go1.13.x was causing
+issues (Nick Craig\-Wood)
+.IP \[bu] 2
+Fix rpm packages by using master builds of nfpm (Nick Craig\-Wood)
+.IP \[bu] 2
+Fix macOS build after brew changes (Nick Craig\-Wood)
+.RE
.SS v1.49.4 \- 2019\-09\-29
.IP \[bu] 2
Bug Fixes