add news item for git-annex 6.20180807
This commit is contained in:
parent
947599aad4
commit
3b2a3e8557
2 changed files with 15 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
|||
git-annex 6.20180409 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* Added adb special remote which allows exporting files to Android devices.
|
||||
* For url downloads, git-annex now defaults to using a http library,
|
||||
rather than wget or curl. But, if annex.web-options is set, it will
|
||||
use curl. To use the .netrc file, run:
|
||||
git config annex.web-options --netrc
|
||||
* git-annex no longer uses wget (and wget is no longer shipped with
|
||||
git-annex builds).
|
||||
* Enable HTTP connection reuse across multiple files for improved speed.
|
||||
* Fix calculation of estimated completion for progress meter.
|
||||
* OSX app: Work around libz/libPng/ImageIO.framework version skew
|
||||
by not bundling libz, assuming OSX includes a suitable libz.1.dylib.
|
||||
* Added annex.retry, annex.retry-delay, and per-remote versions
|
||||
to configure transfer retries.
|
||||
* Also do forward retrying in cases where no exception is thrown,
|
||||
but the transfer failed.
|
||||
* When adding a new version of a file, and annex.genmetadata is enabled,
|
||||
don't copy the data metadata from the old version of the file,
|
||||
instead use the mtime of the file.
|
||||
* Avoid running annex.http-headers-command more than once.
|
||||
* info: Added "combined size of repositories containing these files"
|
||||
stat when run on a directory.
|
||||
* info: Changed sorting of numcopies stats table, so it's ordered
|
||||
by the variance from the desired number of copies.
|
||||
* Fix resuming a download when using curl."""]]
|
15
doc/news/version_6.20180807.mdwn
Normal file
15
doc/news/version_6.20180807.mdwn
Normal file
|
@ -0,0 +1,15 @@
|
|||
git-annex 6.20180807 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* S3: Support credential-less download from remotes configured
|
||||
with public=yes exporttree=yes.
|
||||
* Fix reversion in display of http 404 errors.
|
||||
* Added remote.name.annex-speculate-present config that can be used to
|
||||
make cache remotes.
|
||||
* Added --accessedwithin matching option.
|
||||
* Added annex.commitmessage config that can specify a commit message
|
||||
for the git-annex branch instead of the usual "update".
|
||||
* Fix wrong sorting of remotes when using -J, it was sorting by uuid,
|
||||
rather than cost.
|
||||
* addurl: Include filename in --json-progress output.
|
||||
* Fix git-annex branch data loss that could occur after
|
||||
git-annex forget --drop-dead."""]]
|
Loading…
Reference in a new issue