add news item for git-annex 8.20210330
This commit is contained in:
parent
315a81e3c6
commit
9e32589876
2 changed files with 34 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
||||||
git-annex 8.20201127 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text=""" * adjust: New --unlock-present mode which locks files whose content is not
|
|
||||||
present (so the broken symlink is visible), while unlocking files whose
|
|
||||||
content is present.
|
|
||||||
* Added annex.adjustedbranchrefresh git config to update adjusted
|
|
||||||
branches set up by git-annex adjust --unlock-present/--hide-missing.
|
|
||||||
* Fix hang when an external special remote program exited but
|
|
||||||
the stderr pipe to it was left open, due to a daemon having inherited
|
|
||||||
the file descriptor.
|
|
||||||
* Fix a bug that could make resuming a download from the web fail
|
|
||||||
when the entire content of the file is actually already present
|
|
||||||
locally.
|
|
||||||
* examinekey: Added a "file" format variable for consistency with find,
|
|
||||||
and for easier scripting.
|
|
||||||
* init: When writing hook scripts, set all execute bits, not only
|
|
||||||
the user execute bit.
|
|
||||||
* upgrade: Support an edge case upgrading a v5 direct mode repo
|
|
||||||
where nothing had ever been committed to the head branch.
|
|
||||||
* Made the test suite significantly less noisy, only displaying command
|
|
||||||
output when something failed.
|
|
||||||
* Fix building without the torrent library.
|
|
||||||
Thanks, Kyle Meyer.
|
|
||||||
* Fix build on Windows.
|
|
||||||
* Prevent windows assistant from trying (and failing) to upgrade
|
|
||||||
itself, which has never been supported on windows."""]]
|
|
34
doc/news/version_8.20210330.mdwn
Normal file
34
doc/news/version_8.20210330.mdwn
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
git-annex 8.20210330 released with [[!toggle text="these changes"]]
|
||||||
|
[[!toggleable text=""" * Behavior change: When autoenabling special remotes of type S3, weddav,
|
||||||
|
or glacier, do not take login credentials from environment variables,
|
||||||
|
as the user may not be expecting the autoenable to happen, or may
|
||||||
|
have those set for other purposes and not intend git-annex to use them.
|
||||||
|
* New annex.supportunlocked config that can be set to false to avoid
|
||||||
|
some expensive things needed to support unlocked files, if you do not
|
||||||
|
use them.
|
||||||
|
* Fix bug importing from a special remote into a subdirectory more than
|
||||||
|
one level deep, which generated unusual git trees that could confuse
|
||||||
|
git merge.
|
||||||
|
* borg: Fix a bug that prevented importing keys of type URL and WORM.
|
||||||
|
* borg: Support importing files that are hard linked in the borg backup.
|
||||||
|
* export: When a submodule is in the tree to be exported, skip it.
|
||||||
|
* import: When the previously exported tree contained a submodule,
|
||||||
|
preserve it in the imported tree so it does not get deleted.
|
||||||
|
* export --json: Fill in the file field.
|
||||||
|
* rmurl: When youtube-dl was used for an url, it no longer needs to be
|
||||||
|
prefixed with "yt:" in order to be removed.
|
||||||
|
* rmurl: If an url is both used by the web and also claimed by another
|
||||||
|
special remote, fix a bug that caused the url to to not be removed.
|
||||||
|
* unregisterurl: Fix a bug that caused an url to not be unregistered
|
||||||
|
when it is claimed by a special remote other than the web.
|
||||||
|
* whereis: Don't include yt: prefix when showing url to content
|
||||||
|
retrieved with youtube-dl.
|
||||||
|
* webdav: Work around some buggy webdav server behavior involving
|
||||||
|
renaming files.
|
||||||
|
* Make --debug also enable debugging in child git-annex processes.
|
||||||
|
* fsck: When --from is used in combination with --all or similar options,
|
||||||
|
do not verify required content, which can't be checked properly when
|
||||||
|
operating on keys.
|
||||||
|
* Sped up git-annex init in a clone of an existing repository.
|
||||||
|
* Improved display of errors when accessing a git http remote fails.
|
||||||
|
* Fix build with attoparsec-0.14."""]]
|
Loading…
Reference in a new issue