Updated changelog
This commit is contained in:
parent
c2f0b41076
commit
e64ec1232e
|
@ -1,12 +1,16 @@
|
||||||
RECENT CHANGES
|
RECENT CHANGES
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
dd Mmm YYYY: dev
|
||||||
|
- --log-conflicts
|
||||||
|
|
||||||
dd Mmm YYYY: osync v1.3 release (for full changelog since v1.2 branch see all v1.3-beta/RC entries)
|
dd Mmm YYYY: osync v1.3 release (for full changelog since v1.2 branch see all v1.3-beta/RC entries)
|
||||||
|
|
||||||
dd Mmm YYYY: osync v1.3-RC1 release
|
dd Mmm YYYY: osync v1.3-RC1 release
|
||||||
|
|
||||||
|
- Deprecated --log-conflicts for 1.3 branch
|
||||||
|
! Config file revision check
|
||||||
! New option --sync=bidir|initator2target|target2initiator #147
|
! New option --sync=bidir|initator2target|target2initiator #147
|
||||||
! Vercomp function is now BusyBox compatible
|
|
||||||
! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
|
! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
|
||||||
- New osync target helper service
|
- New osync target helper service
|
||||||
! - installer
|
! - installer
|
||||||
|
@ -14,6 +18,8 @@ dd Mmm YYYY: osync v1.3-RC1 release
|
||||||
- Fixed multiple race conditions in parallel executions (which also fixes random conflict logs failures)
|
- Fixed multiple race conditions in parallel executions (which also fixes random conflict logs failures)
|
||||||
- Fixed directory softdeletion bug
|
- Fixed directory softdeletion bug
|
||||||
- Fixed multiple failed deletions will be retried as many times as failures happened
|
- Fixed multiple failed deletions will be retried as many times as failures happened
|
||||||
|
- Fixed remote running on FreeBSD for some commands, thanks to Vladimirek
|
||||||
|
- Fixed (again) deletion propagation when file contains spaces (thanks to http://github.com/weinhold)
|
||||||
- Updated ofunctions
|
- Updated ofunctions
|
||||||
- Has better random number generator
|
- Has better random number generator
|
||||||
- IsInteger, IsNumeric and IsNumericExpand are now busybox compatible
|
- IsInteger, IsNumeric and IsNumericExpand are now busybox compatible
|
||||||
|
|
Loading…
Reference in New Issue