From 9106e8996dd07fa27ee0a53d76afdd425efc6429 Mon Sep 17 00:00:00 2001 From: deajan Date: Sat, 25 Mar 2017 12:53:59 +0100 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 10 ++-------- KNOWN_ISSUES.md | 6 ++++++ 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 KNOWN_ISSUES.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 713cf45..7f3d456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,9 @@ -KNOWN ISSUES ------------- - -- Cannot finish sync if one replica contains a directory and the other replica contains a file named the same way (Unix doesn't allow this) -- Soft deletion does not honor exclusion lists -! colors don't work in mac shell - RECENT CHANGES -------------- -dd Mmm YYYY: osync v1.2 release +25 March 2017: osync v1.2 release (for full changelog of v1.2 branch see all v1.2-beta/RC entries) +- Check for initiator directory before launching monitor mode - Updated RPM spec file (Thanks to https://github.com/liger1978) - Fixed remote commands can be run on local runs and obviously fail - Minor fixes in installer logic diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md new file mode 100644 index 0000000..cd8d843 --- /dev/null +++ b/KNOWN_ISSUES.md @@ -0,0 +1,6 @@ +KNOWN ISSUES +------------ + +- Cannot finish sync if one replica contains a directory and the other replica contains a file named the same way (Unix doesn't allow this) +- Soft deletion does not honor exclusion lists (ie soft deleted files will be cleaned regardless of any exlude pattern because they are in the deleted folder) +- Colors don't work in mac shell