aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-02-27 12:05:54 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-02-27 12:05:54 -0400
commitf960c94c8066530581b72af2fcd0020cd7ae1b69 (patch)
tree6499fd18282ad4b44b0e88d1b2b3a1a4747aafd8
parent54cc718cadd57b346f254392da93aee2080379d3 (diff)
add news item for git-annex 6.20180227
-rw-r--r--doc/news/version_6.20171109.mdwn13
-rw-r--r--doc/news/version_6.20180227.mdwn37
2 files changed, 37 insertions, 13 deletions
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 &lt; 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