diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-09-25 11:34:55 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-09-25 11:34:55 -0400 |
commit | 990a53a2f11d59a624e984c8e61aa6c1e5b2739b (patch) | |
tree | 6191915081d8406a99c359f95a80e2ad7619b772 | |
parent | dddfef2ff2d63ac8ad805ff66a25d5da1af88820 (diff) |
releasing package git-annex version 6.201709256.20170925
-rw-r--r-- | CHANGELOG | 8 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 6 insertions, 4 deletions
@@ -1,4 +1,4 @@ -git-annex (6.20170819) UNRELEASED; urgency=medium +git-annex (6.20170925) unstable; urgency=medium * git-annex export: New command, can create and efficiently update exports of trees to special remotes. @@ -6,7 +6,9 @@ git-annex (6.20170819) UNRELEASED; urgency=medium for use by git-annex export. * Implemented export to directory, S3, and webdav special remotes. * External special remote protocol extended to support export. - * sync, assistant: Update exports. + Developers of external special remotes should consider if export makes + sense for them and add support. + * sync, assistant: Update tracking exports. * Support building with feed-1.0, while still supporting older versions. * init: Display an additional message when it detects a filesystem that allows writing to files whose write bit is not set. @@ -19,7 +21,7 @@ git-annex (6.20170819) UNRELEASED; urgency=medium of filenames containing eg spaces. * webdav: Changed path used on webdav server for temporary files. - -- Joey Hess <id@joeyh.name> Mon, 28 Aug 2017 12:20:59 -0400 + -- Joey Hess <id@joeyh.name> Mon, 25 Sep 2017 11:13:58 -0400 git-annex (6.20170818) unstable; urgency=high diff --git a/git-annex.cabal b/git-annex.cabal index 8c7ff718f..09932605d 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 6.20170818 +Version: 6.20170925 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> |