add news item for git-annex 10.20240927
authorJoey Hess <joeyh@joeyh.name>
Mon, 30 Sep 2024 23:16:06 +0000 (19:16 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 30 Sep 2024 23:16:06 +0000 (19:16 -0400)
doc/news/version_10.20240531.mdwn [deleted file]
doc/news/version_10.20240927.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_10.20240531.mdwn b/doc/news/version_10.20240531.mdwn
deleted file mode 100644 (file)
index 3ee5149..0000000
+++ /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 (file)
index 0000000..7440ded
--- /dev/null
@@ -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