From f3403e9691b3d1374c5aa4cb974849bac6962c9b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 30 Sep 2024 19:16:06 -0400 Subject: [PATCH] add news item for git-annex 10.20240927 --- doc/news/version_10.20240531.mdwn | 16 ---------------- doc/news/version_10.20240927.mdwn | 12 ++++++++++++ 2 files changed, 12 insertions(+), 16 deletions(-) delete mode 100644 doc/news/version_10.20240531.mdwn create mode 100644 doc/news/version_10.20240927.mdwn diff --git a/doc/news/version_10.20240531.mdwn b/doc/news/version_10.20240531.mdwn deleted file mode 100644 index 3ee5149461..0000000000 --- a/doc/news/version_10.20240531.mdwn +++ /dev/null @@ -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"""]] \ No newline at end of file diff --git a/doc/news/version_10.20240927.mdwn b/doc/news/version_10.20240927.mdwn new file mode 100644 index 0000000000..7440ded826 --- /dev/null +++ b/doc/news/version_10.20240927.mdwn @@ -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."""]] \ No newline at end of file