|
1 Changelog |
|
2 ========= |
|
3 |
|
4 version 1.1.0 (2017-10-07) |
|
5 -------------------------- |
|
6 |
|
7 - added TLSv1.3 config |
|
8 - dav-sync stores the webdav lock token in a file now |
|
9 - added archive command to dav-sync |
|
10 - added sigint handler to dav-sync |
|
11 - added dav remove-property command |
|
12 - added support for lock timeouts (dav, dav-sync) |
|
13 - added namespace config element |
|
14 - fixed that dav-sync overrides files that are not in the db but on the server |
|
15 - disabled automatic creation of .dav directory in dav |
|
16 |
|
17 |
|
18 version 1.0.1 (2017-09-21) |
|
19 ----------------------- |
|
20 |
|
21 - fixed dav-sync bug with large files |
|
22 - fixed crash when dav-sync can't delete a resource on the server |
|
23 - fixed wrong int type that results in a crash on some platforms |
|
24 - fixed dav startup without .dav directory |
|
25 - fixed some memory leaks |
|
26 - code cleanup |
|
27 |
|
28 |
|
29 version 1.0.0 (2017-08-06) |
|
30 ----------------------- |
|
31 |
|
32 - initial release (dav, dav-sync) |
|
33 |