From 34724352f71b1494305d5ce93b5fa9ec8e1366ba Mon Sep 17 00:00:00 2001 From: deajan Date: Thu, 18 Oct 2018 00:02:23 +0200 Subject: [PATCH] Update texte files --- CHANGELOG.md | 13 ++++++++++++- README.md | 2 +- dev/RELEASES | 3 ++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 091bca5..e922727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 46eed79..927ebca 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/dev/RELEASES b/dev/RELEASES index e760cae..b569c64 100644 --- a/dev/RELEASES +++ b/dev/RELEASES @@ -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