diff --git a/MANUAL.html b/MANUAL.html
index 1e3c162e2..56f4c8e28 100644
--- a/MANUAL.html
+++ b/MANUAL.html
@@ -19,7 +19,7 @@
Rclone syncs your files to cloud storage
@@ -8379,7 +8379,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 (default "rclone/v1.59.1")
+ --user-agent string Set the user-agent to a specified string (default "rclone/v1.59.2")
-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.
@@ -27765,6 +27765,30 @@ $ tree /tmp/b
"error": return an error based on option value
Changelog
+v1.59.2 - 2022-09-15
+See commits
+
+- Bug Fixes
+
+- config: Move locking to fix fatal error: concurrent map read and map write (Nick Craig-Wood)
+
+- Local
+
+- Disable xattr support if the filesystems indicates it is not supported (Nick Craig-Wood)
+
+- Azure Blob
+
+- Fix chunksize calculations producing too many parts (Nick Craig-Wood)
+
+- B2
+
+- Fix chunksize calculations producing too many parts (Nick Craig-Wood)
+
+- S3
+
+- Fix chunksize calculations producing too many parts (Nick Craig-Wood)
+
+
v1.59.1 - 2022-08-08
See commits
diff --git a/MANUAL.md b/MANUAL.md
index 140eda760..4e4c08457 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -1,6 +1,6 @@
% rclone(1) User Manual
% Nick Craig-Wood
-% Aug 08, 2022
+% Sep 15, 2022
# Rclone syncs your files to cloud storage
@@ -14342,7 +14342,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 (default "rclone/v1.59.1")
+ --user-agent string Set the user-agent to a specified string (default "rclone/v1.59.2")
-v, --verbose count Print lots more stuff (repeat for more)
```
@@ -39420,6 +39420,21 @@ Options:
# Changelog
+## v1.59.2 - 2022-09-15
+
+[See commits](https://github.com/rclone/rclone/compare/v1.59.1...v1.59.2)
+
+* Bug Fixes
+ * config: Move locking to fix fatal error: concurrent map read and map write (Nick Craig-Wood)
+* Local
+ * Disable xattr support if the filesystems indicates it is not supported (Nick Craig-Wood)
+* Azure Blob
+ * Fix chunksize calculations producing too many parts (Nick Craig-Wood)
+* B2
+ * Fix chunksize calculations producing too many parts (Nick Craig-Wood)
+* S3
+ * Fix chunksize calculations producing too many parts (Nick Craig-Wood)
+
## v1.59.1 - 2022-08-08
[See commits](https://github.com/rclone/rclone/compare/v1.59.0...v1.59.1)
diff --git a/MANUAL.txt b/MANUAL.txt
index 794c7799b..ec56edca8 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1,6 +1,6 @@
rclone(1) User Manual
Nick Craig-Wood
-Aug 08, 2022
+Sep 15, 2022
Rclone syncs your files to cloud storage
@@ -13893,7 +13893,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 (default "rclone/v1.59.1")
+ --user-agent string Set the user-agent to a specified string (default "rclone/v1.59.2")
-v, --verbose count Print lots more stuff (repeat for more)
Backend Flags
@@ -38931,6 +38931,26 @@ Options:
Changelog
+v1.59.2 - 2022-09-15
+
+See commits
+
+- Bug Fixes
+ - config: Move locking to fix fatal error: concurrent map read and
+ map write (Nick Craig-Wood)
+- Local
+ - Disable xattr support if the filesystems indicates it is not
+ supported (Nick Craig-Wood)
+- Azure Blob
+ - Fix chunksize calculations producing too many parts (Nick
+ Craig-Wood)
+- B2
+ - Fix chunksize calculations producing too many parts (Nick
+ Craig-Wood)
+- S3
+ - Fix chunksize calculations producing too many parts (Nick
+ Craig-Wood)
+
v1.59.1 - 2022-08-08
See commits
diff --git a/docs/content/changelog.md b/docs/content/changelog.md
index e4745b24d..3d1154869 100644
--- a/docs/content/changelog.md
+++ b/docs/content/changelog.md
@@ -5,6 +5,21 @@ description: "Rclone Changelog"
# Changelog
+## v1.59.2 - 2022-09-15
+
+[See commits](https://github.com/rclone/rclone/compare/v1.59.1...v1.59.2)
+
+* Bug Fixes
+ * config: Move locking to fix fatal error: concurrent map read and map write (Nick Craig-Wood)
+* Local
+ * Disable xattr support if the filesystems indicates it is not supported (Nick Craig-Wood)
+* Azure Blob
+ * Fix chunksize calculations producing too many parts (Nick Craig-Wood)
+* B2
+ * Fix chunksize calculations producing too many parts (Nick Craig-Wood)
+* S3
+ * Fix chunksize calculations producing too many parts (Nick Craig-Wood)
+
## v1.59.1 - 2022-08-08
[See commits](https://github.com/rclone/rclone/compare/v1.59.0...v1.59.1)
diff --git a/docs/content/flags.md b/docs/content/flags.md
index 8ba2a9fb0..3b25f5d94 100644
--- a/docs/content/flags.md
+++ b/docs/content/flags.md
@@ -160,7 +160,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 (default "rclone/v1.59.1")
+ --user-agent string Set the user-agent to a specified string (default "rclone/v1.59.2")
-v, --verbose count Print lots more stuff (repeat for more)
```
diff --git a/rclone.1 b/rclone.1
index 35626398a..f84915ee4 100644
--- a/rclone.1
+++ b/rclone.1
@@ -1,7 +1,7 @@
.\"t
.\" Automatically generated by Pandoc 2.9.2.1
.\"
-.TH "rclone" "1" "Aug 08, 2022" "User Manual" ""
+.TH "rclone" "1" "Sep 15, 2022" "User Manual" ""
.hy
.SH Rclone syncs your files to cloud storage
.PP
@@ -19713,7 +19713,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 (default \[dq]rclone/v1.59.1\[dq])
+ --user-agent string Set the user-agent to a specified string (default \[dq]rclone/v1.59.2\[dq])
-v, --verbose count Print lots more stuff (repeat for more)
\f[R]
.fi
@@ -53981,6 +53981,41 @@ Options:
.IP \[bu] 2
\[dq]error\[dq]: return an error based on option value
.SH Changelog
+.SS v1.59.2 - 2022-09-15
+.PP
+See commits (https://github.com/rclone/rclone/compare/v1.59.1...v1.59.2)
+.IP \[bu] 2
+Bug Fixes
+.RS 2
+.IP \[bu] 2
+config: Move locking to fix fatal error: concurrent map read and map
+write (Nick Craig-Wood)
+.RE
+.IP \[bu] 2
+Local
+.RS 2
+.IP \[bu] 2
+Disable xattr support if the filesystems indicates it is not supported
+(Nick Craig-Wood)
+.RE
+.IP \[bu] 2
+Azure Blob
+.RS 2
+.IP \[bu] 2
+Fix chunksize calculations producing too many parts (Nick Craig-Wood)
+.RE
+.IP \[bu] 2
+B2
+.RS 2
+.IP \[bu] 2
+Fix chunksize calculations producing too many parts (Nick Craig-Wood)
+.RE
+.IP \[bu] 2
+S3
+.RS 2
+.IP \[bu] 2
+Fix chunksize calculations producing too many parts (Nick Craig-Wood)
+.RE
.SS v1.59.1 - 2022-08-08
.PP
See commits (https://github.com/rclone/rclone/compare/v1.59.0...v1.59.1)