Update texte files

pull/163/head
deajan 6 years ago
parent 27f6d2a948
commit 34724352f7

@ -6,8 +6,19 @@ dd Mmm YYYY: osync v1.3 release (for full changelog since v1.2 branch see all v1
dd Mmm YYYY: osync v1.3-RC1 release
! New option --sync=bidir|initator2target|target2initiator #147
! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
! Vercomp function is now BusyBox compatible
! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- New osync target helper service
! - installer
! - destination mails etc on target, also, no cmd after on configs
- Fixed multiple race conditions in parallel executions (which also fixes random conflict logs failures)
- Fixed directory softdeletion bug
- Fixed multiple failed deletions will be retried as many times as failures happened
- Updated ofunctions
- Has better random number generator
- IsInteger, IsNumeric and IsNumericExpand are now busybox compatible
- Multiple installer fixes
- Multiple batch fixes
08 Aug 2018: osync v1.3-beta1 release

@ -12,7 +12,7 @@ osync provides the following capabilities
- Local-Local and Local-Remote sync
- Fault tolerance with resume scenarios
- File ACL and extended attributes synchronization
- POSIX ACL and extended attributes synchronization
- Full script Time control
- Soft deletions and multiple backups handling
- Before / after run command execution

@ -2,6 +2,7 @@
- Documentation must be up to date
- grep -Eri "TODO|WIP" osync/* must be run in order to find potential release blockers, including in unit tests and config files
Run program and then use declare -p to find any leaked variables that should not exist outside of the program
- packaging files must be updated (RHEL / Arch)
- Before every release, shellcheck must be run
- ./shellcheck.sh -e SC2034 -e SC2068 ofunctions.sh
@ -11,5 +12,5 @@
- ./shellcheck.sh ../ssh_filter.sh
- Arch repo must be updated
- Source must be put to download on www.netpower.fr/osync
- Tests must be run against all supported operating systems
- Tests must be run against all supported operating systems via run_tests.sh

Loading…
Cancel
Save