add news item for git-annex 10.20230321
This commit is contained in:
parent
b624394c72
commit
e11776ae80
2 changed files with 19 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
||||||
git-annex 10.20221103 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text=""" * Doubled the speed of git-annex drop when operating on many files,
|
|
||||||
and of git-annex get when operating on many tiny files.
|
|
||||||
* trust, untrust, semitrust, dead: Fix behavior when provided with
|
|
||||||
multiple repositories to operate on.
|
|
||||||
* trust, untrust, semitrust, dead: When provided with no parameters,
|
|
||||||
do not operate on a repository that has an empty name.
|
|
||||||
* move: Fix openFile crash with -J
|
|
||||||
(Fixes a reversion in 8.20201103)
|
|
||||||
* S3: Speed up importing from a large bucket when fileprefix= is set,
|
|
||||||
by only asking for files under the prefix.
|
|
||||||
* When importing from versioned remotes, fix tracking of the content
|
|
||||||
of deleted files.
|
|
||||||
* More robust handling of ErrorBusy when writing to sqlite databases.
|
|
||||||
* Avoid hanging when a suspended git-annex process is keeping a sqlite
|
|
||||||
database locked.
|
|
||||||
* Make --batch mode handle unstaged annexed files consistently
|
|
||||||
whether the file is unlocked or not. Note that this changes the
|
|
||||||
behavior of --batch when it is provided with locked files that are
|
|
||||||
in the process of being added to the repository, but have not yet been
|
|
||||||
staged in git.
|
|
||||||
* Make git-annex enable-tor work when using the linux standalone build."""]]
|
|
19
doc/news/version_10.20230321.mdwn
Normal file
19
doc/news/version_10.20230321.mdwn
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
git-annex 10.20230321 released with [[!toggle text="these changes"]]
|
||||||
|
[[!toggleable text=""" * Using git-annex view in an adjusted branch, or git-annex adjust in a
|
||||||
|
view branch, will enter an adjusted view branch.
|
||||||
|
* sync: Fix a reversion that prevented sending files to exporttree=yes
|
||||||
|
remotes when annex-tracking-branch was configured to branch:subdir
|
||||||
|
(Introduced in version 10.20230214)
|
||||||
|
* status: This command is deprecated because it was only needed in direct
|
||||||
|
mode; git status --short is very similar.
|
||||||
|
* Windows: Support long filenames in more (possibly all) of the code.
|
||||||
|
* Added arm64 build for ancient kernels, needed to support Android phones
|
||||||
|
whose kernels are too old to support kernels used by the current arm64
|
||||||
|
build.
|
||||||
|
* importfeed: Display feed title.
|
||||||
|
* init: Support being ran in a repository that has a newline in its path.
|
||||||
|
* copy: When --from and --to are combined and the content is already
|
||||||
|
present on the destination remote, update location tracking as
|
||||||
|
necessary.
|
||||||
|
* Fixed spelling of some messages and added a .codespellrc
|
||||||
|
Thanks, Yaroslav Halchenko"""]]
|
Loading…
Reference in a new issue