update changelog

Sun, 15 Dec 2019 17:54:51 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 15 Dec 2019 17:54:51 +0100
changeset 705
3a5d9552a436
parent 704
8b88efcbf56f
child 706
41f4b97fb081

update changelog

CHANGELOG file | annotate | diff | comparison | revisions
LICENSE file | annotate | diff | comparison | revisions
README file | annotate | diff | comparison | revisions
--- a/CHANGELOG	Sun Dec 15 17:00:46 2019 +0100
+++ b/CHANGELOG	Sun Dec 15 17:54:51 2019 +0100
@@ -1,6 +1,63 @@
 Changelog
 =========
 
+version 1.3.0 (2019-12-15)
+--------------------------
+
+ - added dav completion for bash
+ - added dav-sync options to restore deleted or modified files on the server
+ - added secret store
+ - added DeltaV commands to dav
+ - added -V option for accessing versionized resources
+ - added rename command
+ - added support for multiple file arguments for dav put 
+ - added dav cat as alias for dav get -o -
+ - added support for syncing file metadata in dav-sync
+ - added support for syncing extended file attributes
+ - added support for syncing symlinks in dav-sync
+ - added dav-sync versioning
+ - added dav-sync restore command
+ - added dav-sync file splitting for syncing of file parts
+ - added dav-sync file hashing
+ - added hash based conflict resolution
+ - added copy/move support to dav-sync
+ - added support for encrypted properties
+ - added dav-sync test suite
+ - removed openssl dependency on Windows
+ - changed xml namespace of 'tags' property to http://davutils.org/props/
+ - improved code quality
+ - fixed crash when no key was specified but encryption was enabled
+ - fixed order of dir deletion in dav-sync pull
+
+version 1.2.4 (2019-06-01)
+--------------------------
+
+ - fixed compatibility with libcurl 7.62
+ - fixed 'Unknown repository' message in dav-sync printing the wrong name
+ - fixed crash in dav_resource_new_full() when encrytion is enabled and a path
+   contains a separator
+
+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)
 --------------------------
 
--- a/LICENSE	Sun Dec 15 17:00:46 2019 +0100
+++ b/LICENSE	Sun Dec 15 17:54:51 2019 +0100
@@ -1,4 +1,4 @@
-Copyright 2018 Olaf Wintermann. All rights reserved.
+Copyright 2019 Olaf Wintermann. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
--- a/README	Sun Dec 15 17:00:46 2019 +0100
+++ b/README	Sun Dec 15 17:54:51 2019 +0100
@@ -68,7 +68,7 @@
 License
 -------
 
-Copyright 2018 Olaf Wintermann. All rights reserved.
+Copyright 2019 Olaf Wintermann. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:

mercurial