From e997493fb5bda4d9ca7b8709eb88136027dba822 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 29 Apr 2020 11:35:29 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5173a..358eefe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ - New option to use SSH_CONTROLMASTER in order to speed up remote sync tasks and preserve a single ssh channel - New option SSH_OPTIONAL_ARGS - Fixed a problem with macos mv not preserving ownership of files from /tmp +- Fixed very long outstanding issue with special characters in remote target handling +- Fixed an issue where STOP_ON_ERROR_CMD did not work anymore - Fixed various cosmetic issues with code and logs - Improved upgrade script - Fixed a possible bash buffer overflow when synchronizing large filesets (tested with 2M files)