releasing package git-annex version 8.20210127
authorJoey Hess <joeyh@joeyh.name>
Wed, 27 Jan 2021 15:13:25 +0000 (11:13 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 27 Jan 2021 15:13:25 +0000 (11:13 -0400)
CHANGELOG
git-annex.cabal

index 571c0b5e1b7a381c3bf1906b62a7133ffe1e6494..e31cc92f5367ccd76cc622f2cdc0711f5737fe64 100644 (file)
--- 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 <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
 
index 7df0c99449faafcea09ec41eb216432f64aa9c86..7960f016955389c5303dad1f595d089b207f5dac 100644 (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>