diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-10-03 13:19:25 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-10-03 13:19:25 -0400 |
commit | 5a5bede567ac9b223a3031a459918218b0c14117 (patch) | |
tree | 75b4eecb9bc75aeb46ddd78621bf8aa6102d73d7 /doc/news/version_6.20171003.mdwn | |
parent | 6049fb7ec9e3a7c209dc5f3717d0e5423ecd95a5 (diff) |
add news item for git-annex 6.20171003
Diffstat (limited to 'doc/news/version_6.20171003.mdwn')
-rw-r--r-- | doc/news/version_6.20171003.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/news/version_6.20171003.mdwn b/doc/news/version_6.20171003.mdwn new file mode 100644 index 000000000..a3038562f --- /dev/null +++ b/doc/news/version_6.20171003.mdwn @@ -0,0 +1,20 @@ +git-annex 6.20171003 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * webdav: Improve error message for failed request to include the request + method and path. + * metadata: Added --remove-all. + * Warn when metadata is inherited from a previous version of a file, + to avoid the user being surprised in cases where that behavior is not + desired or expected. + * sync: Added --cleanup, which removes local and remote synced/ branches. + * external: When the external special remote program crashed, a newline + could be output, which messed up the expected output for --batch mode. + * external: Avoid checking EXPORTSUPPORTED for special remotes that are + not configured to use exports. + * test: Fix reversion that made it only run inside a git repository. + * copy, move: Behave same with --fast when sending to remotes located + on a local disk as when sending to other remotes. + * Fix process and file descriptor leak that was exposed when + git-annex was built with ghc 8.2.1. Broke git-annex test on OSX + due to running out of FDs, and may have also leaked in other situations. + * info: Improve cleanup of stale transfer info files."""]]
\ No newline at end of file |