add news item for git-annex 10.20250630

This commit is contained in:
Joey Hess 2025-06-30 10:05:56 -04:00
parent c6b6be2eab
commit 3cd398cf8e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 9 additions and 14 deletions

View file

@ -1,14 +0,0 @@
git-annex 10.20250320 released with [[!toggle text="these changes"]]
[[!toggleable text=""" * Added the compute special remote.
* addcomputed: New command, adds a file that is generated by a compute
special remote.
* recompute: New command, recomputes computed files.
* findcomputed: New command, displays information about computed files.
* Support help.autocorrect settings "prompt", "never", and "immediate".
* Allow setting remote.foo.annex-tracking-branch to a branch name
that contains "/", as long as it's not a remote tracking branch.
* Added OsPath build flag, which speeds up git-annex's operations on files.
* git-lfs: Added an optional apiurl parameter.
(This needs version 1.2.5 of the haskell git-lfs library to be used.)
* fsck: Remember the files that are checked, so a later run with --more
will skip them, without needing to use --incremental."""]]

View file

@ -0,0 +1,9 @@
git-annex 10.20250630 released with [[!toggle text="these changes"]]
[[!toggleable text=""" * Work around git 2.50 bug that caused it to crash when there is a merge
conflict with an unlocked annexed file.
* Skip and warn when a tree import includes empty filenames,
which can happen with eg a S3 bucket.
* Avoid a problem with temp file names ending in whitespace on
filesystems like VFAT that don't support such filenames.
* webapp: Rename "Upgrade Repository" to "Convert Repository"
to avoid confusion with git-annex upgrade."""]]