aboutsummaryrefslogtreecommitdiff
path: root/doc/news/version_6.20160211.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-11 12:03:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-11 12:03:11 -0400
commit1d37a68e5c8be9f62b9d491030a4154412cfb44a (patch)
treeea061c46764d589e43e57a2e3cf1cc4a12b39b99 /doc/news/version_6.20160211.mdwn
parent09c6b0dc00c174bc567d57eab1cfb02b6f5decac (diff)
add news item for git-annex 6.20160211
Diffstat (limited to 'doc/news/version_6.20160211.mdwn')
-rw-r--r--doc/news/version_6.20160211.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/news/version_6.20160211.mdwn b/doc/news/version_6.20160211.mdwn
new file mode 100644
index 000000000..6766f0f21
--- /dev/null
+++ b/doc/news/version_6.20160211.mdwn
@@ -0,0 +1,30 @@
+git-annex 6.20160211 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * annex.addsmallfiles: New option controlling what is done when
+ adding files not matching annex.largefiles.
+ * Fix reversion in lookupkey, contentlocation, and examinekey which
+ caused them to sometimes output side messages.
+ * webapp: Fix deletion of current repository directory.
+ * Added "nothing" to preferred content expression syntax.
+ * annex.largefiles can be configured in .gitattributes too;
+ this is particulary useful for v6 repositories, since the
+ .gitattributes configuration will apply in all clones of the
+ repository.
+ * Limit annex.largefiles parsing to the subset of preferred content
+ expressions that make sense in its context. So, not "standard"
+ or "lackingcopies", etc.
+ * annex.largefiles: Add support for mimetype=text/* etc, when git-annex
+ is linked with libmagic.
+ * matchexpression: Added --largefiles option to parse an annex.largefiles
+ expression.
+ * Brought back the dbus and xmpp build flags, so build from source can be
+ done without C libraries that may be hard to install.
+ * init: Fix bugs in submodule .git symlink fixup, that occurred when
+ initializing in a subdirectory of a submodule and a submodule of a
+ submodule.
+ * WebDAV: Set depth 1 in PROPFIND request, for better compatibility with
+ some servers. Thanks, wzhd.
+ * WebDAV: Remove a bogus trailing slash from the end of the url to the
+ temporary store location for a key. Thanks, wzhd.
+ * S3: Allow configuring with requeststyle=path to use path-style bucket
+ access instead of the default DNS-style access."""]] \ No newline at end of file