2
0
mirror of https://github.com/deajan/osync synced 2024-11-15 12:12:56 +00:00

Updated changelog

This commit is contained in:
deajan 2018-08-08 11:32:53 +02:00
parent 1eec242cb0
commit 68d8556585

View File

@ -5,13 +5,15 @@ 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 dd Mmm YYYY: osync v1.3-RC1 release
dd Mmm YYYY: osync v1.3-beta 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
08 Aug 2018: osync v1.3-beta1 release
- Added an option to log conflictual files - Added an option to log conflictual files
- Presence of conflictual files can trigger a special mail - Presence of conflictual files can trigger a special mail
! New option --sync=bidir|initator2target|target2initiator #147
- New option --initialize (see #141) - New option --initialize (see #141)
! new option FORCE_CONFLICT_PREVALANCE which will always use Initiator or Target, regardless of best time
- Added OpenRC support (thanks to kozross, see #140) - Added OpenRC support (thanks to kozross, see #140)
- Added --no-resume option in order to disable resuming execution on failure - Added --no-resume option in order to disable resuming execution on failure
- Added basic performance profiler to debug version - Added basic performance profiler to debug version
@ -33,7 +35,6 @@ dd Mmm YYYY: osync v1.3-beta release
- Multiple portability improvements - Multiple portability improvements
- UrlEncode function is now Busybox compatible - UrlEncode function is now Busybox compatible
- IsInteger function is now Busybox compatible - IsInteger function is now Busybox compatible
! Vercomp function is now BusyBox compatible
- Prevented non unique runtime filenames on some systems where no milliseconds exist - Prevented non unique runtime filenames on some systems where no milliseconds exist
- Fixed bogus runtime filenames on Busybox - Fixed bogus runtime filenames on Busybox
- Upgraded shunit2 test framework to v2.1.8pre (git commit 07bb329) - Upgraded shunit2 test framework to v2.1.8pre (git commit 07bb329)