mirror of https://github.com/deajan/osync.git
Updated CHANGELOG
parent
1eb04979a2
commit
9106e8996d
10
CHANGELOG.md
10
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
|
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)
|
- Updated RPM spec file (Thanks to https://github.com/liger1978)
|
||||||
- Fixed remote commands can be run on local runs and obviously fail
|
- Fixed remote commands can be run on local runs and obviously fail
|
||||||
- Minor fixes in installer logic
|
- Minor fixes in installer logic
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue