From a82aca67b8dfd8872d8aeb180c5aabb541532b34 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 27 Jan 2021 11:13:25 -0400 Subject: [PATCH] releasing package git-annex version 8.20210127 --- CHANGELOG | 10 +++++----- git-annex.cabal | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 571c0b5e1b..e31cc92f53 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -git-annex (8.20201130) UNRELEASED; urgency=medium +git-annex (8.20210127) upstream; urgency=medium * Added mincopies configuration. This is like numcopies, but is enforced even more strictly. While numcopies can be violated in @@ -23,7 +23,6 @@ git-annex (8.20201130) UNRELEASED; urgency=medium * When syncing changes back from an adjusted branch to the basis branch, include deletions of submodules. Thanks, Kyle Meyer for the patch. - * Windows: Work around win32 length limits when dealing with lock files. * Bug fix: export with -J could fail when two files had the same content. * Bug fix: Fix tilde expansion in ssh urls when the tilde is the last character in the url. @@ -38,10 +37,11 @@ git-annex (8.20201130) UNRELEASED; urgency=medium "/" (or ":" or "\" on Windows) * adjust: Fix some bad behavior when unlocked files use URL keys. * smudge: Fix some bad behavior when git add is run on an unlocked - and modified file that used an URL key. - * Added GETGITREMOTENAME to extenal special remote protocol. + file that used an URL key. + * Added GETGITREMOTENAME to external special remote protocol. + * Windows: Work around win32 length limits when dealing with lock files. - -- Joey Hess Mon, 04 Jan 2021 12:52:41 -0400 + -- Joey Hess Wed, 27 Jan 2021 11:09:25 -0400 git-annex (8.20201129) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 7df0c99449..7960f01695 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 8.20201129 +Version: 8.20210127 Cabal-Version: >= 1.10 License: AGPL-3 Maintainer: Joey Hess