releasing package git-annex version 8.20201127

This commit is contained in:
Joey Hess 2020-11-27 12:57:02 -04:00
parent a314537cd1
commit dad8442572
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 14 additions and 14 deletions

View file

@ -1,31 +1,31 @@
git-annex (8.20201117) UNRELEASED; urgency=medium git-annex (8.20201127) upstream; urgency=medium
* adjust: New --unlock-present mode which locks files whose content is not * adjust: New --unlock-present mode which locks files whose content is not
present (so the broken symlink is visible), while unlocking files whose present (so the broken symlink is visible), while unlocking files whose
content is present. content is present.
* Added annex.adjustedbranchrefresh git config to update adjusted * Added annex.adjustedbranchrefresh git config to update adjusted
branches set up by git-annex adjust --unlock-present/--hide-missing. branches set up by git-annex adjust --unlock-present/--hide-missing.
* Fix hang when an external special remote program exited but
the stderr pipe to it was left open, due to a daemon having inherited
the file descriptor.
* Fix a bug that could make resuming a download from the web fail
when the entire content of the file is actually already present
locally.
* examinekey: Added a "file" format variable for consistency with find, * examinekey: Added a "file" format variable for consistency with find,
and for easier scripting. and for easier scripting.
* init: When writing hook scripts, set all execute bits, not only * init: When writing hook scripts, set all execute bits, not only
the user execute bit. the user execute bit.
* Fix hang when an external special remote program exited but
the stderr pipe to it was left open, due to a daemon having inherited
the file descriptor.
* Fix build on Windows.
* Prevent windows assistant from trying (and failing) to upgrade
itself, which has never been supported on windows.
* Fix a bug that could make resuming a download from the web fail
when the entire content of the file is actually already present
locally.
* Fix building without the torrent library.
Thanks, Kyle Meyer.
* upgrade: Support an edge case upgrading a v5 direct mode repo * upgrade: Support an edge case upgrading a v5 direct mode repo
where nothing had ever been committed to the head branch. where nothing had ever been committed to the head branch.
* Made the test suite significantly less noisy, only displaying command * Made the test suite significantly less noisy, only displaying command
output when something failed. output when something failed.
* Fix building without the torrent library.
Thanks, Kyle Meyer.
* Fix build on Windows.
* Prevent windows assistant from trying (and failing) to upgrade
itself, which has never been supported on windows.
-- Joey Hess <id@joeyh.name> Mon, 16 Nov 2020 09:38:32 -0400 -- Joey Hess <id@joeyh.name> Fri, 27 Nov 2020 12:54:11 -0400
git-annex (8.20201116) upstream; urgency=medium git-annex (8.20201116) upstream; urgency=medium

View file

@ -1,5 +1,5 @@
Name: git-annex Name: git-annex
Version: 8.20201116 Version: 8.20201127
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>