diff options
-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> |