add news item for git-annex 10.20240927

This commit is contained in:
Joey Hess 2024-09-30 19:16:06 -04:00
parent fca26db22b
commit f3403e9691
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 12 additions and 16 deletions

View file

@ -1,16 +0,0 @@
git-annex 10.20240531 released with [[!toggle text="these changes"]]
[[!toggleable text=""" * git-remote-annex: New program which allows pushing a git repo to a
git-annex special remote, and cloning from a special remote.
(Based on Michael Hanke's git-remote-datalad-annex.)
* initremote, enableremote: Added --with-url to enable using
git-remote-annex.
* When building an adjusted unlocked branch, make pointer files
executable when the annex object file is executable.
* group: Added --list option.
* fsck: Fix recent reversion that made it say it was checksumming files
whose content is not present.
* Avoid the --fast option preventing checksumming in some cases it
was not supposed to.
* testremote: Really fsck downloaded objects.
* Typo fixes.
Thanks, Yaroslav Halchenko"""]]

View file

@ -0,0 +1,12 @@
git-annex 10.20240927 released with [[!toggle text="these changes"]]
[[!toggleable text=""" * Detect when a preferred content expression contains "not present",
which would lead to repeatedly getting and then dropping files,
and make it never match. This also applies to
"not balanced" and "not sizebalanced".
* Fix --explain display of onlyingroup preferred content expression.
* Allow maxsize to be set to 0 to stop checking maxsize for a repository.
* Fix bug that prevented anything being stored in an empty
repository whose preferred content expression uses sizebalanced.
* sim: New command, can be used to simulate networks of repositories
and see how preferred content and other configuration makes file
content flow through it."""]]