summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes10
1 files changed, 10 insertions, 0 deletions
diff --git a/Changes b/Changes
index 4eec01b..7d72e95 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,16 @@ Revision history for Git::Annex
{{$NEXT}}
+0.003 2020-03-11 14:35:04-07:00 America/Phoenix
+ - annex-to-annex: Fix path passed to git-annex-find(1) when
+ looking for missing files.
+ - annex-to-annex: Fix path passed to git-annex-lookupkey(1) when
+ determining whether source files are annexed.
+ - annex-to-annex: Pass relative path to git-annex-find(1) when
+ determining if a file was unlocked in the source annex.
+ Workaround for bug in git-annex: git-annex-find(1) returns
+ incorrect response for absolute paths when in --batch mode.
+
0.002 2020-02-24 07:33:02-07:00 America/Phoenix
- Fix logic in an example in Git::Annex::BatchCommand SYNOPSIS.
- annex-review-unused: 'b' should go back one entry not two.