Update changelog

This commit is contained in:
deajan 2019-12-25 17:45:28 +01:00
parent dc901282dc
commit cbff578ec5
1 changed files with 8 additions and 6 deletions

View File

@ -1,17 +1,19 @@
RECENT CHANGES RECENT CHANGES
-------------- --------------
dd Mmm YYYY: dev dd Mmm YYYY: To be done
- --log-conflicts - Make --log-conflicts non experimental (randomly fails)
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- ! target-helper: destination mails etc on target, also, no cmd after on configs
dd Mmm YYYY: osync v1.3 release (for full changelog since v1.2 branch see all v1.3-beta/RC entries) dd Mmm YYYY: osync v1.3 release (for full changelog since v1.2 branch see all v1.3-beta/RC entries)
dd Mmm YYYY: osync v1.3-RC1 release dd Mmm YYYY: osync v1.3-RC1 release
- 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 various cosmetic issues with code and logs
- Improved upgrade script - Improved upgrade script
- ! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- ! target-helper: destination mails etc on target, also, no cmd after on configs
dd Mmm YYYY: osync v1.3-x release
- Fixed a possible bash buffer overflow when synchronizing large filesets (tested with 2M files) - Fixed a possible bash buffer overflow when synchronizing large filesets (tested with 2M files)
- This fix actually truncats every string sent to Logger not being more than 16KB - This fix actually truncats every string sent to Logger not being more than 16KB
- Fixed osync leaving temporary log files behind in RUN_DIR (/tmp by default) - Fixed osync leaving temporary log files behind in RUN_DIR (/tmp by default)