add news item for git-annex 6.20180227

This commit is contained in:
Joey Hess 2018-02-27 12:05:54 -04:00
parent 8927ef7613
commit 8ba2430c45
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 37 additions and 13 deletions

View file

@ -1,13 +0,0 @@
git-annex 6.20171109 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Fix export of subdir of a branch.
* Fix exporting of non-annexed files to external special remotes.
* unlock, lock: Support --json.
* When there are multiple urls for a file, still treat it as being present
in the web when some urls don't work, as long as at least one url does
work.
* Makefile improvement for sudo make install.
Thanks, Eric Siegerman
* Makefile improvement for BUILDER=stack, use stack to run ghc.
* testremote: Test exporttree.
* Fix directory special remote's cleanup of empty export directories."""]]

View file

@ -0,0 +1,37 @@
git-annex 6.20180227 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* inprogress: Avoid showing failures for files not in progress.
* Added INFO to external special remote protocol.
* Added EXTENSIONS to external special remote protocol.
* datalad < 0.9.1 had a problem in its special remote protocol handling
which is broken by EXTENSIONS. Make the debian git-annex package
conflict with the problem version of datalad.
* fsck: Warn when required content is not present in the repository that
requires it.
* Add gpg-agent to Build-Depends.
Needed to run the test suite.
* --json: When there are multiple lines of notes about a file, make the note
field multiline, rather than the old behavior of only including the
last line.
* git-annex.cabal: Once more try to not build the assistant on the hurd,
hopefully hackage finally recognises that OS.
* Split Test.hs and avoid optimising it much, to need less memory to
compile.
* Fix behavior of --json-progress followed by --json, the latter option
used to disable the former.
* Added --json-error-messages option, which makes messages
that would normally be output to standard error be included in
the json output.
* Remove temporary code added in 6.20160619 to prime the mergedrefs
log.
* importfeed: Fix a failure when downloading with youtube-dl
and the destination subdirectory does not exist yet.
* Added annex.merge-annex-branches config setting which
can be used to disable automatic merge of git-annex branches.
* tips/automatically\_adding\_metadata/pre-commit-annex: Fix to not
silently skip filenames containing non-ascii characters.
* sync: Fix bug that prevented pulling changes into direct mode
repositories that were committed to remotes using git commit
rather than git-annex sync.
* Makefile: Remove chrpath workaround for bug in cabal,
which is no longer needed."""]]