CHANGELOG

Sat, 20 Oct 2018 12:10:25 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 20 Oct 2018 12:10:25 +0200
branch
v1.2
changeset 485
c7bea9ad9d9c
parent 461
351710f01b1c
child 596
4739f3ded1c0
permissions
-rw-r--r--

dav 1.2.3 release

Changelog
=========

version 1.2.3 (2018-10-20)
--------------------------

 - fixed http redirect handling
 - fixed compatibility with older libcurl (7.18 required)
 - enabled content-length header for dav-sync put requests

version 1.2.2 (2018-09-06)
--------------------------

 - fixed that dav-sync deletes collections when children were modified
 - fixed aes stream termination

version 1.2.1 (2018-07-20)
--------------------------

 - fixed windows version
 - fixed dav-sync -s option
 - fixed path decryption when only <decrypt-name> was enabled
 - improved compatiblity with owncloud when put fails because of a missing parent collection

version 1.2.0 (2018-06-24)
--------------------------

 - added support for xml properties
 - added dav get option to keep existing files
 - added config option to disable some commands in dav-sync for specific syncdirs
 - added dav import/export commands
 - added authprompt to copy/move commands
 - added remove-repository and repository-url commands
 - added support for file tags in dav-sync
 - added full macos support
 - added support for utf8 file names on windows
 - improved error messages
 - improved code quality
 - fixed that dav was fundamentally broken on some platforms because of a vaarg misuse
 - fixed that dav-sync could not overwrite files on windows
 - fixed bsd config
 - fixed wrong path output in get command
 - fixed infinite loop when trying to overwrite a collection with a regular file
 - fixed segfault in put command, when encryption is requsted but no key is specified

version 1.1.1 (2017-12-12)
--------------------------

 - fixed dav get and list with -R option on windows (and possibly other platforms)

version 1.1.0 (2017-10-07)
--------------------------

 - added TLSv1.3 config
 - dav-sync stores the webdav lock token in a file now
 - added archive command to dav-sync
 - added sigint handler to dav-sync
 - added dav remove-property command
 - added support for lock timeouts (dav, dav-sync)
 - added namespace config element
 - fixed that dav-sync overrides files that are not in the db but on the server
 - disabled automatic creation of .dav directory in dav


version 1.0.1 (2017-09-21)
-----------------------

 - fixed dav-sync bug with large files
 - fixed crash when dav-sync can't delete a resource on the server
 - fixed wrong int type that results in a crash on some platforms
 - fixed dav startup without .dav directory
 - fixed some memory leaks
 - code cleanup
 

version 1.0.0 (2017-08-06)
-----------------------

 - initial release (dav, dav-sync)

mercurial