From 3b2a3e85578aaa1527306e0dc43bb758280ded63 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Aug 2018 16:22:42 -0400 Subject: [PATCH] add news item for git-annex 6.20180807 --- doc/news/version_6.20180409.mdwn | 26 -------------------------- doc/news/version_6.20180807.mdwn | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 26 deletions(-) delete mode 100644 doc/news/version_6.20180409.mdwn create mode 100644 doc/news/version_6.20180807.mdwn diff --git a/doc/news/version_6.20180409.mdwn b/doc/news/version_6.20180409.mdwn deleted file mode 100644 index 37a4c5b80b..0000000000 --- a/doc/news/version_6.20180409.mdwn +++ /dev/null @@ -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."""]] \ No newline at end of file diff --git a/doc/news/version_6.20180807.mdwn b/doc/news/version_6.20180807.mdwn new file mode 100644 index 0000000000..e3d84838e1 --- /dev/null +++ b/doc/news/version_6.20180807.mdwn @@ -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."""]] \ No newline at end of file