CHANGELOG

changeset 705
3a5d9552a436
parent 429
1607450065ba
equal deleted inserted replaced
704:8b88efcbf56f 705:3a5d9552a436
1 Changelog 1 Changelog
2 ========= 2 =========
3
4 version 1.3.0 (2019-12-15)
5 --------------------------
6
7 - added dav completion for bash
8 - added dav-sync options to restore deleted or modified files on the server
9 - added secret store
10 - added DeltaV commands to dav
11 - added -V option for accessing versionized resources
12 - added rename command
13 - added support for multiple file arguments for dav put
14 - added dav cat as alias for dav get -o -
15 - added support for syncing file metadata in dav-sync
16 - added support for syncing extended file attributes
17 - added support for syncing symlinks in dav-sync
18 - added dav-sync versioning
19 - added dav-sync restore command
20 - added dav-sync file splitting for syncing of file parts
21 - added dav-sync file hashing
22 - added hash based conflict resolution
23 - added copy/move support to dav-sync
24 - added support for encrypted properties
25 - added dav-sync test suite
26 - removed openssl dependency on Windows
27 - changed xml namespace of 'tags' property to http://davutils.org/props/
28 - improved code quality
29 - fixed crash when no key was specified but encryption was enabled
30 - fixed order of dir deletion in dav-sync pull
31
32 version 1.2.4 (2019-06-01)
33 --------------------------
34
35 - fixed compatibility with libcurl 7.62
36 - fixed 'Unknown repository' message in dav-sync printing the wrong name
37 - fixed crash in dav_resource_new_full() when encrytion is enabled and a path
38 contains a separator
39
40 version 1.2.3 (2018-10-20)
41 --------------------------
42
43 - fixed http redirect handling
44 - fixed compatibility with older libcurl (7.18 required)
45 - enabled content-length header for dav-sync put requests
46
47 version 1.2.2 (2018-09-06)
48 --------------------------
49
50 - fixed that dav-sync deletes collections when children were modified
51 - fixed aes stream termination
52
53 version 1.2.1 (2018-07-20)
54 --------------------------
55
56 - fixed windows version
57 - fixed dav-sync -s option
58 - fixed path decryption when only <decrypt-name> was enabled
59 - improved compatiblity with owncloud when put fails because of a missing parent collection
3 60
4 version 1.2.0 (2018-06-24) 61 version 1.2.0 (2018-06-24)
5 -------------------------- 62 --------------------------
6 63
7 - added support for xml properties 64 - added support for xml properties

mercurial