From f960c94c8066530581b72af2fcd0020cd7ae1b69 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 27 Feb 2018 12:05:54 -0400 Subject: add news item for git-annex 6.20180227 --- doc/news/version_6.20171109.mdwn | 13 ------------- doc/news/version_6.20180227.mdwn | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 13 deletions(-) delete mode 100644 doc/news/version_6.20171109.mdwn create mode 100644 doc/news/version_6.20180227.mdwn diff --git a/doc/news/version_6.20171109.mdwn b/doc/news/version_6.20171109.mdwn deleted file mode 100644 index ff4893c86..000000000 --- a/doc/news/version_6.20171109.mdwn +++ /dev/null @@ -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."""]] \ No newline at end of file diff --git a/doc/news/version_6.20180227.mdwn b/doc/news/version_6.20180227.mdwn new file mode 100644 index 000000000..77e5b729c --- /dev/null +++ b/doc/news/version_6.20180227.mdwn @@ -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."""]] \ No newline at end of file -- cgit v1.2.3