add news item for git-annex 10.20230214
This commit is contained in:
parent
f3019d7e22
commit
dd1a5f4961
2 changed files with 25 additions and 45 deletions
|
@ -1,45 +0,0 @@
|
|||
git-annex 10.20220927 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text=""" * Fix a bug in the last release that caused v8 repositories to upgrade
|
||||
immediately to v10, rather than taking the scheduled 1 year to do so.
|
||||
* annex.diskreserve default increased from 1 mb to 100 mb.
|
||||
* Include the assistant and webapp when building with cabal 3.4.1.0.
|
||||
* Merged the webapp build flag into the assistant build flag.
|
||||
* Optimise linker in linux standalone tarballs.
|
||||
* Fix crash importing from a directory special remote that contains
|
||||
a broken symlink.
|
||||
* When accessing a git remote over http needs a git credential
|
||||
prompt for a password, cache it for the lifetime of the git-annex
|
||||
process, rather than repeatedly prompting.
|
||||
* Use curl for downloads from git remotes when annex.url-options is set.
|
||||
* Fix a reversion that made dead keys not be skipped when operating on
|
||||
all keys via --all or in a bare repo.
|
||||
(Introduced in version 8.20200720)
|
||||
* vicfg: Include mincopies configuration.
|
||||
* Improve handling of directory special remotes with importtree=yes whose
|
||||
ignoreinode setting has been changed. When getting a file from such a
|
||||
remote, accept the content that would have been accepted with the
|
||||
previous ignoreinode setting.
|
||||
* directory, adb: Fixed a bug with importtree=yes and multiple files
|
||||
in the special remote have the same content, that caused it to
|
||||
refuse to get a file from the special remote, incorrectly complaining
|
||||
that it had changed, due to only accepting the inode+mtime of one file
|
||||
(that was since modified or deleted) and not accepting the inode+mtime
|
||||
of other duplicate files.
|
||||
* Fix a reversion that prevented git-annex from working in a
|
||||
repository when --git-dir or GIT\_DIR is specified to relocate the git
|
||||
directory to somewhere else.
|
||||
(Introduced in version 10.20220525)
|
||||
* Improved handling of --time-limit when combined with -J
|
||||
* Fix updating git index file after getting an unlocked file
|
||||
when annex.stalldetection is set.
|
||||
* restage: New git-annex command, handles restaging unlocked files.
|
||||
* test: Added --test-with-git-config option.
|
||||
* Run annex.freezecontent-command and annex.thawcontent-command
|
||||
when on a crippled filesystem.
|
||||
Thanks, Reiko Asakura
|
||||
* enable-tor: Fix breakage caused by git's fix for CVE-2022-24765.
|
||||
* Let GIT\_DIR and --git-dir override git's protection against operating
|
||||
in a repository owned by another user.
|
||||
* p2p: Pass wormhole the --appid option before the receive/send command,
|
||||
as it does not accept that option after the command
|
||||
* Support "inbackend" in preferred content expressions."""]]
|
25
doc/news/version_10.20230214.mdwn
Normal file
25
doc/news/version_10.20230214.mdwn
Normal file
|
@ -0,0 +1,25 @@
|
|||
git-annex 10.20230214 released with [[!toggle text="these changes"]]
|
||||
[[!toggleable text=""" * sync: Fix a bug that caused files to be removed from an
|
||||
importtree=yes exporttree=yes special remote when the remote's
|
||||
annex-tracking-branch was not the currently checked out branch.
|
||||
* S3: Support a region= configuration useful for some non-Amazon S3
|
||||
implementations. This feature needs git-annex to be built with aws-0.24.
|
||||
* view: New field?=glob and ?tag syntax that includes a directory "\_"
|
||||
in the view for files that do not have the specified metadata set.
|
||||
* Added annex.viewunsetdirectory git config to change the name of the
|
||||
"\_" directory in a view.
|
||||
* Changed the name of view branches to include the parent branch.
|
||||
Existing view branches checked out using an old name will still work.
|
||||
* sync: Avoid pushing view branches to remotes.
|
||||
* sync: When run in a view branch, refresh the view branch to reflect any
|
||||
changes that have been made to the parent branch or metadata.
|
||||
* sync: When run in a view branch, avoid updating synced/ branches,
|
||||
or trying to merge anything from remotes.
|
||||
* Support http urls that contain ":" that is not followed by a port
|
||||
number, the same as git does.
|
||||
* sync: Warn when the adjusted basis ref cannot be found, as happens eg when
|
||||
the user has renamed branches.
|
||||
* Sped up view branch construction by 50%.
|
||||
* info, enableremotemote, renameremote: Avoid a confusing message when more
|
||||
than one repository matches the user provided name.
|
||||
* info: Exit nonzero when the input is not supported."""]]
|
Loading…
Add table
Add a link
Reference in a new issue