Release v1.00
This commit is contained in:
parent
481c34a156
commit
5658b54249
|
@ -1,7 +1,6 @@
|
||||||
KNOWN ISSUES
|
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)
|
- 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
|
RECENT CHANGES
|
||||||
|
|
2
osync.sh
2
osync.sh
|
@ -3,7 +3,7 @@
|
||||||
PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance
|
PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance
|
||||||
AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong"
|
AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong"
|
||||||
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
||||||
PROGRAM_VERSION=1.00pre
|
PROGRAM_VERSION=1.00
|
||||||
PROGRAM_BUILD=2015071701
|
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
|
## type doesn't work on platforms other than linux (bash). If if doesn't work, always assume output is not a zero exitcode
|
||||||
|
|
Loading…
Reference in New Issue