add news item for git-annex 7.20190626

This commit is contained in:
Joey Hess 2019-06-26 12:31:12 -04:00
parent 23f09790b6
commit 8add155f31
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 22 additions and 35 deletions

View file

@ -1,35 +0,0 @@
git-annex 7.20190219 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* init: Fix bug when direct mode needs to be enabled on a crippled
filesystem, that left the repository in indirect mode.
* Fix false positive in export conflict detection, that occurred
when the same tree was exported by multiple clones. Previous fix was
incomplete.
* When key-based retrieval from a S3 remote with exporttree=yes appendonly=yes
fails, fall back to trying to retrieve from the exported tree.
This allows downloads of files that were exported to such a remote
before versioning was enabled on it.
* Fix path separator bug on Windows that completely broke git-annex
since version 7.20190122.
* Improved speed of S3 remote by only loading S3 creds once.
* Display progress bar when getting files from export remotes.
* Fix race in cleanup of othertmp directory that could result in a failure
attempting to access it.
* fromkey: Made idempotent.
* fromkey: Added --json.
* fromkey --batch output changed to support using it with --json.
The old output was not parseable for any useful information, so
this is not expected to break anything.
* Avoid performing repository fixups for submodules and git-worktrees
when there's a .noannex file that will prevent git-annex from being
used in the repository.
* init: Don't let --force be used to override a .noannex file,
instead the user can just delete the file.
* webdav: Exporting files with '#' or '?' in their name won't work because
urls get truncated on those. Fail in a better way in this case,
and avoid failing when removing such files from the export, so
after the user has renamed the problem files the export will succeed.
* On Windows, avoid using rsync for local copies, since rsync is not
always available there.
* Added NetworkBSD build flag to deal with Network.BSD moving to a new
package."""]]

View file

@ -0,0 +1,22 @@
git-annex 7.20190626 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* get, move, copy, sync: When -J or annex.jobs has enabled concurrency,
checksum verification uses a separate job pool than is used for
downloads, to keep bandwidth saturated.
* Other commands also run their cleanup phase using a separate job pool
than their perform phase, which may make some of them somewhat faster
when running concurrently as well.
* When downloading an url and the destination file exists but is empty,
avoid using http range to resume, since a range "bytes=0-" is an unusual
edge case that it's best to avoid relying on working. This is known to
fix a case where importfeed downloaded a partial feed from such a server.
* importfeed: When there's a problem parsing the feed, --debug will
output the feed content that was downloaded.
* init: Fix a reversion in the last release that prevented automatically
generating and setting a description for the repository.
* add: Display progress meter when hashing files.
* add: Support --json-progress option.
* The Linux standalone arm build now works again on CPU versions below
arm6. Thanks to Emanuele Olivetti, Ilias Tsitsimpis, Bernhard
Übelacker, and Adrian Bunk for fixing ghc in Debian (bug #928882).
* OSX dmg: Put git-annex's version in the Info.plist file."""]]