releasing package git-annex version 7.20190219

This commit is contained in:
Joey Hess 2019-02-19 12:19:53 -04:00
parent 4603713b4e
commit f47ee98337
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,7 @@
git-annex (7.20190130) UNRELEASED; urgency=medium git-annex (7.20190219) upstream; urgency=medium
* 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 * Fix false positive in export conflict detection, that occurred
when the same tree was exported by multiple clones. Previous fix was when the same tree was exported by multiple clones. Previous fix was
incomplete. incomplete.
@ -7,6 +9,8 @@ git-annex (7.20190130) UNRELEASED; urgency=medium
fails, fall back to trying to retrieve from the exported tree. fails, fall back to trying to retrieve from the exported tree.
This allows downloads of files that were exported to such a remote This allows downloads of files that were exported to such a remote
before versioning was enabled on it. 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. * Improved speed of S3 remote by only loading S3 creds once.
* Display progress bar when getting files from export remotes. * Display progress bar when getting files from export remotes.
* Fix race in cleanup of othertmp directory that could result in a failure * Fix race in cleanup of othertmp directory that could result in a failure
@ -25,16 +29,12 @@ git-annex (7.20190130) UNRELEASED; urgency=medium
urls get truncated on those. Fail in a better way in this case, urls get truncated on those. Fail in a better way in this case,
and avoid failing when removing such files from the export, so and avoid failing when removing such files from the export, so
after the user has renamed the problem files the export will succeed. after the user has renamed the problem files the export will succeed.
* Added NetworkBSD build flag to deal with Network.BSD moving to a new
package.
* init: Fix bug when direct mode needs to be enabled on a crippled
filesystem, that left the repository in indirect mode.
* Fix path separator bug on Windows that completely broke git-annex
since version 7.20190122.
* On Windows, avoid using rsync for local copies, since rsync is not * On Windows, avoid using rsync for local copies, since rsync is not
always available there. always available there.
* Added NetworkBSD build flag to deal with Network.BSD moving to a new
package.
-- Joey Hess <id@joeyh.name> Wed, 30 Jan 2019 12:30:22 -0400 -- Joey Hess <id@joeyh.name> Tue, 19 Feb 2019 11:12:45 -0400
git-annex (7.20190129) upstream; urgency=medium git-annex (7.20190129) upstream; urgency=medium

View file

@ -1,5 +1,5 @@
Name: git-annex Name: git-annex
Version: 7.20190129 Version: 7.20190219
Cabal-Version: >= 1.8 Cabal-Version: >= 1.8
License: AGPL-3 License: AGPL-3
Maintainer: Joey Hess <id@joeyh.name> Maintainer: Joey Hess <id@joeyh.name>