summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-18 18:48:36 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-18 18:48:36 -0400
commit458380ae173297d3d4643101fbb8c2f1d4e861b2 (patch)
tree3503aae83facbfb12e4c7d4ae13a7b91b2ea3df3 /doc/news
parentb8a6b5bb788eb0950fccc9323fb47212362ddda6 (diff)
add news item for git-annex 6.20160418
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_6.20160211.mdwn30
-rw-r--r--doc/news/version_6.20160418.mdwn22
2 files changed, 22 insertions, 30 deletions
diff --git a/doc/news/version_6.20160211.mdwn b/doc/news/version_6.20160211.mdwn
deleted file mode 100644
index 6766f0f21..000000000
--- a/doc/news/version_6.20160211.mdwn
+++ /dev/null
@@ -1,30 +0,0 @@
-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
diff --git a/doc/news/version_6.20160418.mdwn b/doc/news/version_6.20160418.mdwn
new file mode 100644
index 000000000..a353a4d7a
--- /dev/null
+++ b/doc/news/version_6.20160418.mdwn
@@ -0,0 +1,22 @@
+git-annex 6.20160418 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * smudge: Print a warning when annex.thin is set, as git's smudge
+ interface does not allow honoring that configuration.
+ * webapp: When $HOME is a git repository, and has been initialized for
+ use by git-annex, opening the webapp went ahead and ran the assistant
+ there, annexing all files. Since this is almost certianly not
+ desirable, especially when the user is just opening the webapp from
+ a dekstop menu which happens to run it in $HOME, the webapp will now not
+ treat such a $HOME git repository as a git-annex repository.
+ * webapp: Update url to add gitlab.com ssh key.
+ * Fix bug in v6 mode that prevented treating unlocked executable files
+ as annexed. If you have such files, run git annex init --version=6
+ to update the cache after upgrading to this version of git-annex.
+ * Preserve execute bits of unlocked files in v6 mode.
+ * fsck: Warn when core.sharedRepository is set and an annex object file's
+ write bit is not set and cannot be set due to the file being owned
+ by a different user.
+ * Fix hang when dropping content needs to lock the content on a
+ ssh remote, which occurred when the remote has git-annex version
+ 5.20151019 or newer. (The bug was in the client side; the remote
+ git-annex-shell does not need to be upgraded.)"""]] \ No newline at end of file