add news item for git-annex 10.20240927
This commit is contained in:
parent
fca26db22b
commit
f3403e9691
2 changed files with 12 additions and 16 deletions
|
@ -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"""]]
|
12
doc/news/version_10.20240927.mdwn
Normal file
12
doc/news/version_10.20240927.mdwn
Normal 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."""]]
|
Loading…
Reference in a new issue