releasing package git-annex version 6.20170925
This commit is contained in:
parent
e136f18f14
commit
76c9b580b3
2 changed files with 6 additions and 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
|
* git-annex export: New command, can create and efficiently update
|
||||||
exports of trees to special remotes.
|
exports of trees to special remotes.
|
||||||
|
@ -6,7 +6,9 @@ git-annex (6.20170819) UNRELEASED; urgency=medium
|
||||||
for use by git-annex export.
|
for use by git-annex export.
|
||||||
* Implemented export to directory, S3, and webdav special remotes.
|
* Implemented export to directory, S3, and webdav special remotes.
|
||||||
* External special remote protocol extended to support export.
|
* 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.
|
* Support building with feed-1.0, while still supporting older versions.
|
||||||
* init: Display an additional message when it detects a filesystem that
|
* init: Display an additional message when it detects a filesystem that
|
||||||
allows writing to files whose write bit is not set.
|
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.
|
of filenames containing eg spaces.
|
||||||
* webdav: Changed path used on webdav server for temporary files.
|
* 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
|
git-annex (6.20170818) unstable; urgency=high
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 6.20170818
|
Version: 6.20170925
|
||||||
Cabal-Version: >= 1.8
|
Cabal-Version: >= 1.8
|
||||||
License: GPL-3
|
License: GPL-3
|
||||||
Maintainer: Joey Hess <id@joeyh.name>
|
Maintainer: Joey Hess <id@joeyh.name>
|
||||||
|
|
Loading…
Reference in a new issue