add news item for git-annex 10.20240531
authorJoey Hess <joeyh@joeyh.name>
Fri, 31 May 2024 16:32:42 +0000 (12:32 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 31 May 2024 16:32:42 +0000 (12:32 -0400)
doc/news/version_10.20231129.mdwn [deleted file]
doc/news/version_10.20240531.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_10.20231129.mdwn b/doc/news/version_10.20231129.mdwn
deleted file mode 100644 (file)
index 1036978..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-git-annex 10.20231129 released with [[!toggle text="these changes"]]
-[[!toggleable text="""  * Fix bug in git-annex copy --from --to that skipped files that were
-    locally present.
-  * Make git-annex copy --from --to --fast actually fast.
-  * Fix crash of enableremote when the special remote has embedcreds=yes.
-  * Ignore directories and other unusual files in .git/annex/journal/
-  * info: Added calculation of combined annex size of all repositories.
-  * log: Added options --sizesof, --sizes and --totalsizes that
-    display how the size of repositories changed over time.
-  * log: Added options --interval, --bytes, --received, and --gnuplot
-    to tune the output of the above added options.
-  * findkeys: Support --largerthan and --smallerthan.
-  * importfeed: Use caching database to avoid needing to list urls
-    on every run, and avoid using too much memory.
-  * Improve memory use of --all when using annex.private.
-  * lookupkey: Sped up --batch.
-  * Windows: Consistently avoid ending standard output lines with CR.
-    This matches the behavior of git on Windows.
-  * Windows: Fix CRLF handling in some log files.
-  * Windows: When git-annex init is installing hook scripts, it will
-    avoid ending lines with CR for portability. Existing hook scripts
-    that do have CR line endings will not be changed."""]]
\ No newline at end of file
diff --git a/doc/news/version_10.20240531.mdwn b/doc/news/version_10.20240531.mdwn
new file mode 100644 (file)
index 0000000..3ee5149
--- /dev/null
@@ -0,0 +1,16 @@
+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