diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-10-26 14:02:40 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-10-26 14:02:40 -0400 |
commit | 1214a9f9ecefacf0351b6eb12e3143b28c2dcb90 (patch) | |
tree | 156c2cb1c28af593e279b8493abe98390594660b | |
parent | 4f93e04cf535dd0fde24915979b0c88d19f9e39a (diff) |
releasing package git-annex version 6.201710266.20171026
-rw-r--r-- | CHANGELOG | 16 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 9 insertions, 9 deletions
@@ -1,19 +1,19 @@ -git-annex (6.20171019) UNRELEASED; urgency=medium +git-annex (6.20171026) unstable; urgency=medium - * Windows build fixed, and changed to use stack for more relaiable build + * Windows: Fix reversion that caused the path used to link + to annexed content to include the drive letter and full path, rather + than being relative. (`git annex fix` will fix up after this problem). + * Windows build fixed, and changed to use stack for more reliable build environment. * Windows: Remove wget from bundle; it needs libraries that are not included, and git for windows includes curl which git-annex will use instead. - * stack.yaml: Added nix packages section. - Thanks, Sean T Parsons * Add day to metadata when annex.genmetadata is enabled. Thanks, Sean T Parsons - * Windows: Fix reversion that caused the path used to link - to annexed content include the drive letter and full path, rather than - being relative. (`git annex fix` will fix up after this problem). + * stack.yaml: Added nix packages section. + Thanks, Sean T Parsons - -- Joey Hess <id@joeyh.name> Tue, 24 Oct 2017 13:12:52 -0400 + -- Joey Hess <id@joeyh.name> Thu, 26 Oct 2017 13:56:18 -0400 git-annex (6.20171018) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 14142eea6..65252359e 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 6.20171018 +Version: 6.20171026 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> |