add news item for git-annex 8.20210310
This commit is contained in:
parent
a343ea76c8
commit
33481fef7a
2 changed files with 21 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
git-annex 8.20201116 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text="""
|
|
||||||
* move: Fix a regression in the last release that made move --to not
|
|
||||||
honor numcopies settings.
|
|
||||||
* sync --content: Fix a bug where a file that was not preferred content
|
|
||||||
could be transferred to a remote. This happened when the file got deleted
|
|
||||||
after the sync started running.
|
|
||||||
* Warn when adding a annex symlink or pointer file that uses a key that
|
|
||||||
is not known to the repository, to prevent confusion if the user has
|
|
||||||
copied it from some other repository.
|
|
||||||
* examinekey: Added two new format variables: objectpath and objectpointer
|
|
||||||
* examinekey: Added --migrate-to-backend
|
|
||||||
"""]]
|
|
21
doc/news/version_8.20210310.mdwn
Normal file
21
doc/news/version_8.20210310.mdwn
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
git-annex 8.20210310 released with [[!toggle text="these changes"]]
|
||||||
|
[[!toggleable text=""" * When non-annexed files in a tree are exported to a special remote,
|
||||||
|
importing from the special remote keeps the files non-annexed,
|
||||||
|
as long as their content has not changed, rather than converting
|
||||||
|
them to annexed files.
|
||||||
|
(Such a conversion will still happen when importing from a remote
|
||||||
|
an old git-annex exported such a tree to before; export the tree
|
||||||
|
with the new git-annex before importing to avoid that.)
|
||||||
|
* Added support for git-remote-gcrypt's rsync URIs, which access a remote
|
||||||
|
using rsync over ssh, and which git pushes to much more efficiently
|
||||||
|
than ssh urls.
|
||||||
|
* unregisterurl: New command.
|
||||||
|
* registerurl: Allow it to be used in a bare repository.
|
||||||
|
* Prevent combinations of options such as --all with --include.
|
||||||
|
* Fixed handling of --mimetype or --mimeencoding combined with
|
||||||
|
options like --all or --unused.
|
||||||
|
* Fix handling of --branch combined with --unlocked or --locked.
|
||||||
|
* Fix support for local gcrypt repositories with a space in their URI.
|
||||||
|
* uninit: Fix a small bug that left a lock file in .git/annex
|
||||||
|
* Windows: Correct the path to the html help file for 64 bit build.
|
||||||
|
* OSX dmg: Updated bundled git to 2.30.2 which fixes CVE-2021-21300."""]]
|
Loading…
Add table
Add a link
Reference in a new issue