add news item for git-annex 7.20190503
This commit is contained in:
parent
4da50456a3
commit
fd57780d04
2 changed files with 30 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
git-annex 7.20181211 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text="""
|
||||
* S3: Improve diagnostics when a remote is configured with exporttree and
|
||||
versioning, but no S3 version id has been recorded for a key.
|
||||
* findref: Support file matching options: --include, --exclude,
|
||||
--want-get, --want-drop, --largerthan, --smallerthan, --accessedwithin
|
||||
* Commands supporting --branch now apply file matching options --include,
|
||||
--exclude, --want-get, --want-drop to filenames from the branch.
|
||||
Previously, combining --branch with those would fail to match anything.
|
||||
* add, import, findref: Support --time-limit.
|
||||
* Add --branch option to git-annex find and mildly deprecate findref in
|
||||
favor of it.
|
||||
* webdav: When initializing, avoid trying to make a directory at the top of
|
||||
the webdav server, which could never accomplish anything and failed on
|
||||
nextcloud servers. (Reversion introduced in version 6.20170925.)
|
||||
* Fix a case where upgrade to v7 caused git to think that unlocked files
|
||||
were modified.
|
||||
* Fix bug upgrading from direct mode to v7: when files in the repository
|
||||
were already committed as v7 unlocked files elsewhere, and the
|
||||
content was present in the direct mode repository, the annexed files
|
||||
got their full content checked into git.
|
||||
* Fix bug that caused v7 unlocked files in a direct mode repository
|
||||
to get locked when committing."""]]
|
30
doc/news/version_7.20190503.mdwn
Normal file
30
doc/news/version_7.20190503.mdwn
Normal file
|
@ -0,0 +1,30 @@
|
|||
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."""]]
|
Loading…
Reference in a new issue