1 Changelog 2 ========= 3 4 version 1.2.0 (2018-06-24) 5 -------------------------- 6 7 - added support for xml properties 8 - added dav get option to keep existing files 9 - added config option to disable some commands in dav-sync for specific syncdirs 10 - added dav import/export commands 11 - added authprompt to copy/move commands 12 - added remove-repository and repository-url commands 13 - added support for file tags in dav-sync 14 - added full macos support 15 - added support for utf8 file names on windows 16 - improved error messages 17 - improved code quality 18 - fixed that dav was fundamentally broken on some platforms because of a vaarg misuse 19 - fixed that dav-sync could not overwrite files on windows 20 - fixed bsd config 21 - fixed wrong path output in get command 22 - fixed infinite loop when trying to overwrite a collection with a regular file 23 - fixed segfault in put command, when encryption is requsted but no key is specified 24 25 version 1.1.1 (2017-12-12) 26 -------------------------- 27 28 - fixed dav get and list with -R option on windows (and possibly other platforms) 29 30 version 1.1.0 (2017-10-07) 31 -------------------------- 32 33 - added TLSv1.3 config 34 - dav-sync stores the webdav lock token in a file now 35 - added archive command to dav-sync 36 - added sigint handler to dav-sync 37 - added dav remove-property command 38 - added support for lock timeouts (dav, dav-sync) 39 - added namespace config element 40 - fixed that dav-sync overrides files that are not in the db but on the server 41 - disabled automatic creation of .dav directory in dav 42 43 44 version 1.0.1 (2017-09-21) 45 ----------------------- 46 47 - fixed dav-sync bug with large files 48 - fixed crash when dav-sync can't delete a resource on the server 49 - fixed wrong int type that results in a crash on some platforms 50 - fixed dav startup without .dav directory 51 - fixed some memory leaks 52 - code cleanup 53 54 55 version 1.0.0 (2017-08-06) 56 ----------------------- 57 58 - initial release (dav, dav-sync) 59