add news item for git-annex 6.20160412
This commit is contained in:
parent
08625c5a89
commit
dcf8d3b73f
2 changed files with 21 additions and 29 deletions
|
@ -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."""]]
|
|
21
doc/news/version_6.20160412.mdwn
Normal file
21
doc/news/version_6.20160412.mdwn
Normal file
|
@ -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."""]]
|
Loading…
Add table
Add a link
Reference in a new issue