add news item for git-annex 7.20190730
This commit is contained in:
parent
b509f6f73d
commit
8e102e3608
2 changed files with 25 additions and 30 deletions
|
@ -1,30 +0,0 @@
|
|||
git-annex 7.20190503 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* adb special remote supports being configured with importtree=yes,
|
||||
to allow git-annex import of files from an Android device. This can be
|
||||
combined with exporttree=yes and git-annex export used to send changes
|
||||
back to the Android device.
|
||||
* S3 special remote supports being configured with importtree=yes,
|
||||
to allow git-annex import of files from a S3 bucket. This can be
|
||||
combined with exporttree=yes and git-annex export used to send changes
|
||||
back to the S3 bucket.
|
||||
* S3: When versioning is enabled on a bucket, importing from it will
|
||||
import old versions of files that were written to the bucket as well
|
||||
as the current versions. A git history is synthesized to reflect the way
|
||||
the bucket changed over time.
|
||||
* Fix bug that caused importing from a special remote to repeatedly
|
||||
download unchanged files when multiple files in the remote have the same
|
||||
content.
|
||||
* Made git-annex sync --content much faster when all the remotes it's
|
||||
syncing with are export/import remotes.
|
||||
* sync: When listing contents on an import remote fails, proceed with
|
||||
other syncing instead of aborting.
|
||||
* renameremote: New command, changes the name that is used to enable
|
||||
a special remote. Especially useful when you want to reuse the name
|
||||
of an old remote for something new.
|
||||
* Drop support for building with aws older than 0.14.
|
||||
* info: Show when a remote is configured with importtree.
|
||||
* Added mimeencoding= term to annex.largefiles expressions.
|
||||
This is probably mostly useful to match non-text files with eg
|
||||
"mimeencoding=binary"
|
||||
* git-annex matchexpression: Added --mimeencoding option."""]]
|
25
doc/news/version_7.20190730.mdwn
Normal file
25
doc/news/version_7.20190730.mdwn
Normal file
|
@ -0,0 +1,25 @@
|
|||
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."""]]
|
Loading…
Reference in a new issue