add news item for git-annex 7.20191017
This commit is contained in:
parent
f60e8f2c93
commit
68edd7aedb
2 changed files with 14 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
|||
git-annex 7.20190730 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* Improved probing when CoW copies can be made between files on the same
|
||||
drive. Now supports CoW between BTRFS subvolumes. And, falls back to rsync
|
||||
instead of using cp when CoW won't work, eg copies between repos on the
|
||||
same EXT4 filesystem.
|
||||
* Add BLAKE2BP512 and BLAKE2BP512E backends, using a blake2 variant
|
||||
optimised for 4-way CPUs.
|
||||
* Support running v7 upgrade in a repo where there is no branch checked
|
||||
out, but HEAD is set directly to some other ref.
|
||||
* Windows build no longer ships with a copy of rsync, since that is only
|
||||
used any more to access rsync special remotes or remotes with a very
|
||||
old version of git-annex-shell.
|
||||
* Windows build is now 64 bit, and using it with the 64 bit git for
|
||||
Windows is fully supported.
|
||||
* Windows problems with long filenames should be fixed now,
|
||||
since the Windows build is made with a newer ghc version that works
|
||||
around the problems.
|
||||
* stack.yaml: Build with http-client-0.5.14 to get a bug fix to http header
|
||||
parsing.
|
||||
* Drop support for building with ghc older than 8.4.4,
|
||||
and with older versions of serveral haskell libraries.
|
||||
* Support building with socks-0.6 and persistant-template-2.7.
|
||||
* Corrected some license statements.
|
||||
Thanks, Sean Whitton."""]]
|
14
doc/news/version_7.20191017.mdwn
Normal file
14
doc/news/version_7.20191017.mdwn
Normal file
|
@ -0,0 +1,14 @@
|
|||
git-annex 7.20191017 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* initremote: Added --sameas option, allows for two special remotes that
|
||||
access the same data store.
|
||||
* Note that due to complications of the sameas feature, any external
|
||||
special remotes that try to send SETSTATE or GETSTATE during INITREMOTE
|
||||
or EXPORTSUPPORTED will now get back an ERROR. That would be a very
|
||||
hackish thing for an external special remote to do, needing some kind
|
||||
of hard-coded key value to be used, so probably nothing will be affected.
|
||||
* forget --drop-dead: Remove several classes of git-annex log files
|
||||
when they become empty, further reducing the size of the git-annex branch.
|
||||
* OSX: Deal with symbolic link problem that caused git to not be included in
|
||||
the git-annex.dmg.
|
||||
* Fix build with persistent-2.10."""]]
|
Loading…
Add table
Reference in a new issue