add news item for git-annex 6.20170301

This commit is contained in:
Joey Hess 2017-03-01 12:10:20 -04:00
parent 32da1bb2f1
commit bd5b277c11
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
2 changed files with 4 additions and 31 deletions

View file

@ -1,31 +0,0 @@
git-annex 6.20161210 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Linux standalone: Updated ghc to fix its "unable to decommit memory"
bug, which may have resulted in data loss when these builds were used
with Linux kernels older than 4.5.
* enable-tor: New command, enables tor hidden service for P2P syncing.
* p2p: New command, allows linking repositories using a P2P network.
* remotedaemon: Serve tor hidden service.
* Added git-remote-tor-annex, which allows git pull and push to the tor
hidden service.
* remotedaemon: Fork to background by default. Added --foreground switch
to enable old behavior.
* addurl: Fix bug in checking annex.largefiles expressions using
largerthan, mimetype, and smallerthan; the first two always failed
to match, and the latter always matched.
* Relicense 5 source files that are not part of the webapp from AGPL to GPL.
* map: Run xdot if it's available in PATH. On OSX, the dot command
does not support graphical display, while xdot does.
* Debian: xdot is a better interactive viewer than dot, so Suggest
xdot, rather than graphviz.
* rmurl: Multiple pairs of files and urls can be provided on the
command line.
* rmurl: Added --batch mode.
* fromkey: Accept multiple pairs of files and keys.
Thanks, Daniel Brooks.
* rekey: Added --batch mode.
* add: Stage modified non-large files when running in indirect mode.
(This was already done in v6 mode and direct mode.)
* git-annex-shell, remotedaemon, git remote: Fix some memory DOS attacks.
* Fix build with http-client 0.5.
Thanks, Alper Nebi Yasak."""]]

View file

@ -0,0 +1,4 @@
git-annex 6.20170301 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* No changes from 6.20170228; a new version number was needed due
to a problem with Hackage."""]]