CHANGELOG

Tue, 12 Dec 2017 17:41:01 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 12 Dec 2017 17:41:01 +0100
branch
v1.1
changeset 341
7954fdacdb5c
parent 340
9f37d0806200
permissions
-rw-r--r--

enable va_list fix only on mingw (this is the real release, as usual)

Changelog
=========

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