releasing package git-annex version 8.20210127

This commit is contained in:
Joey Hess 2021-01-27 11:13:25 -04:00
parent d4a3f856e9
commit a82aca67b8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 6 additions and 6 deletions

View file

@ -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 <id@joeyh.name> Mon, 04 Jan 2021 12:52:41 -0400
-- Joey Hess <id@joeyh.name> Wed, 27 Jan 2021 11:09:25 -0400
git-annex (8.20201129) upstream; urgency=medium

View file

@ -1,5 +1,5 @@
Name: git-annex
Version: 8.20201129
Version: 8.20210127
Cabal-Version: >= 1.10
License: AGPL-3
Maintainer: Joey Hess <id@joeyh.name>