summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-12 16:40:26 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-12 16:40:26 -0400
commitdc852012e4577561fce2db4b0594cb4774bb2c2b (patch)
tree9d1ef0d72b74fd94eaf425d996383c24d04d54ae
parent8c1913a1153a8af19b470b8351a4c770a93b82ab (diff)
add news item for git-annex 6.20160412
-rw-r--r--doc/news/version_6.20160126.mdwn29
-rw-r--r--doc/news/version_6.20160412.mdwn21
2 files changed, 21 insertions, 29 deletions
diff --git a/doc/news/version_6.20160126.mdwn b/doc/news/version_6.20160126.mdwn
deleted file mode 100644
index 2f1f2f016..000000000
--- a/doc/news/version_6.20160126.mdwn
+++ /dev/null
@@ -1,29 +0,0 @@
-git-annex 6.20160126 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Fix nasty reversion in the last release that broke sync --content's
- handling of many preferred content expressions.
- * whereis --json: Urls are now listed inside the remote that claims them,
- rather than all together at the end.
- * info, add, whereis, find: Support --batch mode.
- * Force output to be line-buffered, even when it's not connected to the
- terminal. This is particuarly important for commands with --batch
- output, which was not always being flushed at an appropriate time.
- * add, import: Support --json output.
- * addurl --json: Include field for added key (unless the file was
- added directly to git due to annex.largefiles configuration.)
- (Also done by add --json and import --json)
- * registerurl: Check if a remote claims the url, same as addurl does.
- * Bug fix: Git config settings passed to git-annex -c did not always take
- effect.
- * assistant: Use udisks2 dbus events to detect when disks are mounted,
- instead of relying on gnome/kde stuff that is not stable.
- * Fix build with QuickCheck 2.8.2
- * matchexpression: New plumbing command to check if a preferred content
- expression matches some data.
- * Removed the webapp-secure build flag, rolling it into the webapp build
- flag.
- * Removed the quvi, tahoe, feed, and tfds build flags, adding
- aeson feed and regex-tdfa to the core dependencies.
- * Roll the dns build flag into the assistant build flag.
- * Debian: Avoid building debug package, since gdb is not often useful
- to debug haskell programs."""]] \ No newline at end of file
diff --git a/doc/news/version_6.20160412.mdwn b/doc/news/version_6.20160412.mdwn
new file mode 100644
index 000000000..babe005f2
--- /dev/null
+++ b/doc/news/version_6.20160412.mdwn
@@ -0,0 +1,21 @@
+git-annex 6.20160412 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * adjust --unlock: Enters an adjusted branch in which all annexed files
+ are unlocked. The v6 equivilant of direct mode, but much cleaner!
+ * Upgrading a direct mode repository to v6 has changed to enter
+ an adjusted unlocked branch. This makes the direct mode to v6 upgrade
+ able to be performed in one clone of a repository without affecting
+ other clones, which can continue using v5 and direct mode.
+ * init --version=6: Automatically enter the adjusted unlocked branch
+ when filesystem doesn't support symlinks.
+ * ddar remote: fix ssh calls
+ Thanks, Robie Basak
+ * log: Display time with time zone.
+ * log --raw-date: Use to display seconds from unix epoch.
+ * v6: Close pointer file handles more quickly, to avoid problems on Windows.
+ * sync: Show output of git commit.
+ * annex.thin and annex.hardlink are now supported on Windows.
+ * unannex --fast now makes hard links on Windows.
+ * Fix bug in annex.largefiles mimetype= matching when git-annex
+ is run in a subdirectory of the repository.
+ * Fix build with ghc v7.11. Thanks, Gabor Greif."""]] \ No newline at end of file