Initial upload of changelog/todo list.

This commit is contained in:
deajan 2013-07-19 18:17:55 +02:00
parent 7c9be2d578
commit 60186533d7
1 changed files with 21 additions and 0 deletions

21
CHANGELOG.md Normal file
View File

@ -0,0 +1,21 @@
! Tag as v1.0RC1
! Remote sync support via ssh:
! Need to check SIGHUP / SIGTERM should not be sent to rsync but to TrapStop
! Lock master and slave functionnality
- Added rsync exclude patterns support
- Improved backup items, can now have multiple backups of the same file
- Added maximum number of resume tries before trying a fresh stateless execution
- Added possibility to resume a sync after an error
- Improved task execution time handling
- Improved SendAlert handling
- Fixed cleanup launched even if DEBUG=yes
- Added verbose rsync output
- Added --dry and --silent parameters
- Added time control
- Added master/slave conflict prevalance option
- Added soft-deleted items
- Added backup items in case of conflict
19 Jun. 2013: Project begin