From 2dabd4cc2df05f77f9a1a17a97fcaf2b50dc282f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 3 Nov 2020 11:53:11 -0400 Subject: [PATCH] releasing package git-annex version 8.20201103 --- CHANGELOG | 26 +++++++++++++------------- git-annex.cabal | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7234d4c452..acf7da4257 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,5 @@ -git-annex (8.20201008) UNRELEASED; urgency=medium +git-annex (8.20201103) upstream; urgency=medium - * Fix bug that prevented linux standalone bundle from working on a fresh - install. - * Fix build on Windows with network-3. - * Fix a memory leak introduced in the last release. - * add, import: Fix a reversion in 7.20191009 that broke handling - of --largerthan and --smallerthan. * move: Improve resuming a move that was interrupted after the object was transferred, in cases where numcopies checks prevented the resumed move from dropping the object from the source repository. @@ -14,7 +8,12 @@ git-annex (8.20201008) UNRELEASED; urgency=medium chunks using the configured chunk size. * Fixed some problems that prevented this command from working: git submodule foreach git annex init - * testremote: Display exceptions when tests fail, to aid debugging. + * Improve shutdown process for external special remotes and external + backends. Make sure to relay any remaining stderr from the process, + and potentially avoid the process getting a SIGPIPE if it writes to + stderr too late. + * Fix a bug that prevented linux standalone bundle from working on a fresh + install. * Windows build changed to one done by the datalad-extensions project using Github actions. * Windows build now includes libmagic, so mimetype and mimeencoding @@ -23,13 +22,14 @@ git-annex (8.20201008) UNRELEASED; urgency=medium on this. * view: Avoid using ':' from metadata when generating a view, because it's a special character on Windows ("c:") - * Improve shutdown process for external special remotes and external - backends. Make sure to relay any remaining stderr from the process, - and potentially avoid the process getting a SIGPIPE if it writes to - stderr too late. + * Fix a memory leak introduced in the last release. + * add, import: Fix a reversion in 7.20191009 that broke handling + of --largerthan and --smallerthan. * view: Fix a reversion in 8.20200522 that broke entering or changing views. + * Fix build on Windows with network-3. + * testremote: Display exceptions when tests fail, to aid debugging. - -- Joey Hess Thu, 08 Oct 2020 10:48:17 -0400 + -- Joey Hess Tue, 03 Nov 2020 11:40:56 -0400 git-annex (8.20201007) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 605833f1fe..19e6f80e31 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 8.20201007 +Version: 8.20201103 Cabal-Version: >= 1.10 License: AGPL-3 Maintainer: Joey Hess