From: Joey Hess Date: Fri, 27 Nov 2020 16:57:02 +0000 (-0400) Subject: releasing package git-annex version 8.20201127 X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~102^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dad844257200140f0b4ef424a615c544ae507b83;p=git-annex.git releasing package git-annex version 8.20201127 --- diff --git a/CHANGELOG b/CHANGELOG index 4402056e21..4bd4f0e9e6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 present (so the broken symlink is visible), while unlocking files whose content is present. * Added annex.adjustedbranchrefresh git config to update adjusted branches set up by git-annex adjust --unlock-present/--hide-missing. - * examinekey: Added a "file" format variable for consistency with find, - and for easier scripting. - * init: When writing hook scripts, set all execute bits, not only - 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. + * examinekey: Added a "file" format variable for consistency with find, + and for easier scripting. + * init: When writing hook scripts, set all execute bits, not only + the user execute bit. * upgrade: Support an edge case upgrading a v5 direct mode repo where nothing had ever been committed to the head branch. * Made the test suite significantly less noisy, only displaying command 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 Mon, 16 Nov 2020 09:38:32 -0400 + -- Joey Hess Fri, 27 Nov 2020 12:54:11 -0400 git-annex (8.20201116) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index f5db5cc5c7..8efb59f2ca 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 8.20201116 +Version: 8.20201127 Cabal-Version: >= 1.10 License: AGPL-3 Maintainer: Joey Hess