releasing package git-annex version 8.20210223
This commit is contained in:
parent
5e5829a8d4
commit
d670346b22
2 changed files with 13 additions and 13 deletions
24
CHANGELOG
24
CHANGELOG
|
@ -1,4 +1,4 @@
|
||||||
git-annex (8.20210128) UNRELEASED; urgency=medium
|
git-annex (8.20210223) upstream; urgency=medium
|
||||||
|
|
||||||
* annex.stalldetection can now be set to "true" to make git-annex
|
* annex.stalldetection can now be set to "true" to make git-annex
|
||||||
do automatic stall detection when it detects a remote is updating its
|
do automatic stall detection when it detects a remote is updating its
|
||||||
|
@ -10,30 +10,30 @@ git-annex (8.20210128) UNRELEASED; urgency=medium
|
||||||
* Fix a reversion that made import of a tree from a special remote
|
* Fix a reversion that made import of a tree from a special remote
|
||||||
result in a merge that deleted files that were not preferred content
|
result in a merge that deleted files that were not preferred content
|
||||||
of that special remote.
|
of that special remote.
|
||||||
|
* Bugfix: fsck --from a ssh remote did not actually check that the
|
||||||
|
content on the remote is not corrupted.
|
||||||
|
* unannex, uninit: When an annexed file is modified, don't overwrite
|
||||||
|
the modified version with an older version from the annex.
|
||||||
* When adding files to an adjusted branch set up by --unlock-present,
|
* When adding files to an adjusted branch set up by --unlock-present,
|
||||||
add them unlocked, not locked.
|
add them unlocked, not locked.
|
||||||
* Fix an oddity in matching options and preferred content expressions
|
* Fix an oddity in matching options and preferred content expressions
|
||||||
such as "foo (bar or baz)", which was incorrectly handled as if
|
such as "foo (bar or baz)", which was incorrectly handled as if
|
||||||
it were "(foo or bar) and baz)" rather than the intended
|
it were "(foo or bar) and baz)" rather than the intended
|
||||||
"foo and (bar or baz)"
|
"foo and (bar or baz)"
|
||||||
|
* Checksum as content is received from a remote git-annex repository,
|
||||||
|
rather than doing it in a second pass.
|
||||||
|
* Tahoe: Avoid verifying hash after download, since tahoe does sufficient
|
||||||
|
verification itself.
|
||||||
|
* unannex, uninit: Don't run git rm once per annexed file,
|
||||||
|
for a large speedup.
|
||||||
* When a git remote is configured with an absolute path, use that
|
* When a git remote is configured with an absolute path, use that
|
||||||
path, rather than making it relative.
|
path, rather than making it relative.
|
||||||
* get: Improve output when failing to get a file fails.
|
* get: Improve output when failing to get a file fails.
|
||||||
* Fix build on openbsd.
|
* Fix build on openbsd.
|
||||||
Thanks, James Cook for the patch.
|
Thanks, James Cook for the patch.
|
||||||
* Include libkqueue.h file needed to build the assistant on BSDs.
|
* Include libkqueue.h file needed to build the assistant on BSDs.
|
||||||
* Tahoe: Avoid verifying hash after download, since tahoe does sufficient
|
|
||||||
verification itself.
|
|
||||||
* Checksum as content is received from a remote git-annex repository,
|
|
||||||
rather than doing it in a second pass.
|
|
||||||
* Bugfix: fsck --from a ssh remote did not actually check that the
|
|
||||||
content on the remote is not corrupted.
|
|
||||||
* unannex, uninit: When an annexed file is modified, don't overwrite
|
|
||||||
the modified version with an older version from the annex.
|
|
||||||
* unannex, uninit: Don't run git rm once per annexed file,
|
|
||||||
for a large speedup.
|
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Thu, 28 Jan 2021 12:34:32 -0400
|
-- Joey Hess <id@joeyh.name> Tue, 23 Feb 2021 14:40:14 -0400
|
||||||
|
|
||||||
git-annex (8.20210127) upstream; urgency=medium
|
git-annex (8.20210127) upstream; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 8.20210127
|
Version: 8.20210223
|
||||||
Cabal-Version: >= 1.10
|
Cabal-Version: >= 1.10
|
||||||
License: AGPL-3
|
License: AGPL-3
|
||||||
Maintainer: Joey Hess <id@joeyh.name>
|
Maintainer: Joey Hess <id@joeyh.name>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue