diff --git a/CHANGELOG.md b/CHANGELOG.md index aa943eb..ae37aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ KNOWN ISSUES ------------ -- RC3 is tested against Linux, FreeBSD and MacOS X. More testing needed in MSYS Windows environment. - 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) RECENT CHANGES diff --git a/osync.sh b/osync.sh index d17e075..c2f4d03 100755 --- a/osync.sh +++ b/osync.sh @@ -3,7 +3,7 @@ PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" -PROGRAM_VERSION=1.00pre +PROGRAM_VERSION=1.00 PROGRAM_BUILD=2015071701 ## type doesn't work on platforms other than linux (bash). If if doesn't work, always assume output is not a zero exitcode diff --git a/sync.conf b/sync.conf old mode 100755 new mode 100644