summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-08-08 11:57:29 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-08-08 11:57:29 -0400
commit4c96bb4fd77adbe2209fe896b7c4bc25a9ac3fd4 (patch)
tree4810e4010bbca333c471f7ad34d7b235b919cf63 /doc/news
parent2ba3d7974657ae96e56f983b6b5bac699c093fd7 (diff)
add news item for git-annex 6.20160808
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_6.20160511.mdwn34
-rw-r--r--doc/news/version_6.20160808.mdwn27
2 files changed, 27 insertions, 34 deletions
diff --git a/doc/news/version_6.20160511.mdwn b/doc/news/version_6.20160511.mdwn
deleted file mode 100644
index 9dbb5c1f0..000000000
--- a/doc/news/version_6.20160511.mdwn
+++ /dev/null
@@ -1,34 +0,0 @@
-git-annex 6.20160511 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Fix bug that sometimes prevented git-annex smudge --clean from consuming
- all its input, which resulted in git add bypassing git-annex.
- * Fix build with directory-1.2.6.2.
- * Improve behavior when a just added http remote is not available
- during uuid probe. Do not mark it as annex-ignore, so it will be tried
- again later.
- * Android: Icon refresh.
- Thanks, freewheelinfranks.
- * Added DIRHASH-LOWER to external special remote protocol.
- * git-annex.cabal: Add Setup-Depends.
- * stack.yaml: Enable explicit-setup-deps.
- * Windows: Fix several bugs in propigation of changes from the adjusted
- branch back to the master branch.
- * Windows: Fix an over-long temp directory name.
- * map: Hide dead repositories that are not connected to the graph.
- * map: Changed colors; red is used for untrusted repositories and grey
- for dead.
- * version: Display OS version and architecture too.
- * Propigate GIT\_DIR and GIT\_WORK\_TREE environment to external special
- remotes.
- * Added annex.gnupg-decrypt-options and
- remote.&lt;name&gt;.annex-gnupg-decrypt-options, which are passed to gpg
- when it's decrypting data.
- * fsck: When a key is not previously known in the location log,
- record something so that reinject --known will work.
- * In the unusual configuration where annex.crippledfilesystem=true but
- core.symlinks=true, store object contents in mixed case hash
- directories so that symlinks will point to them.
- * Added new encryption=sharedpubkey mode for special remotes.
- This is useful for makking a special remote that anyone with a clone
- of the repo and your public keys can upload files to, but only you can
- decrypt the files stored in it."""]] \ No newline at end of file
diff --git a/doc/news/version_6.20160808.mdwn b/doc/news/version_6.20160808.mdwn
new file mode 100644
index 000000000..bc2f11cbd
--- /dev/null
+++ b/doc/news/version_6.20160808.mdwn
@@ -0,0 +1,27 @@
+git-annex 6.20160808 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * metadata --json output format has changed, adding a inner json object
+ named "fields" which contains only the fields and their values.
+ This should be easier to parse than the old format, which mixed up
+ metadata fields with other keys in the json object.
+ Any consumers of the old format will need to be updated.
+ * Added metadata --batch option, which allows getting, setting, deleting,
+ and modifying metadata for multiple files/keys.
+ * Added --branch option to copy, drop, fsck, get, metadata, mirror, move,
+ and whereis commands. This option makes git-annex operate on files that
+ are included in a specified branch (or other treeish).
+ * git-annex.cabal: Temporarily limit to http-conduit &lt;2.2.0
+ since aws 0.14.0 is not compatible with the newer version.
+ * git-annex.cabal: Temporarily limit to persistent &lt;2.5
+ since esqueleto 2.4.3 is not compatible with the newer version.
+ * Removed dependency on json library; all JSON is now handled by aeson.
+ * When built with uuid-1.3.12, generate more random UUIDs than before.
+ (However, this did not impact git-annex much, so a hard depedency has
+ not been added on uuid-1.3.12.)
+ * info: When run on a file now includes an indication of whether
+ the content is present locally.
+ * get, move, copy, mirror: Added --failed switch which retries
+ failed copies/moves.
+ * Re-enable accumulating transfer failure log files for command-line
+ actions (disabled in 5.20150522), and remove the log files after
+ successful transfers."""]] \ No newline at end of file