add news item for git-annex 10.20220504
authorJoey Hess <joeyh@joeyh.name>
Wed, 4 May 2022 15:48:55 +0000 (11:48 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 4 May 2022 15:48:55 +0000 (11:48 -0400)
doc/news/version_10.20220504.mdwn [new file with mode: 0644]
doc/news/version_8.20211123.mdwn [deleted file]

diff --git a/doc/news/version_10.20220504.mdwn b/doc/news/version_10.20220504.mdwn
new file mode 100644 (file)
index 0000000..21c729a
--- /dev/null
@@ -0,0 +1,17 @@
+git-annex 10.20220504 released with [[!toggle text="these changes"]]
+[[!toggleable text="""  * Ignore annex.numcopies set to 0 in gitattributes or git config,
+    or by git-annex numcopies or by --numcopies, since that
+    configuration would make git-annex easily lose data.
+    Same for mincopies.
+  * assistant: When annex.autocommit is set, notice commits that
+    the user makes manually, and push them out to remotes promptly.
+  * multicast: Support uftp 5.0 by switching from aes256-cbc to
+    aes256-gcm.
+  * Fix test failure on NFS when cleaning up gpg temp directory.
+  * Fix a build failure with ghc 9.2.2.
+    Thanks, gnezdo for the patch.
+  * rsync 3.2.4 broke backwards-compatability by preventing exposing
+    filenames to the shell. Made the rsync and gcrypt special remotes
+    detect this and disable shellescape. Closes: #[1010397](http://bugs.debian.org/1010397)
+  * repair: Avoid treating refs/annex/last-index or other refs that
+    are not commit objects as evidence of repository corruption."""]]
\ No newline at end of file
diff --git a/doc/news/version_8.20211123.mdwn b/doc/news/version_8.20211123.mdwn
deleted file mode 100644 (file)
index f3741d5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-git-annex 8.20211123 released with [[!toggle text="these changes"]]
-[[!toggleable text="""  * Bugfix: When -J was enabled, getting files could leak an
-    ever-growing number of git cat-file processes.
-  * Support git's new "ort" resolver, which became the default in git 2.34.0,
-    and broke the test suite and automatic merge resolution of a conflict
-    between an annexed file and a non-annexed file.
-  * importfeed: Display url before starting youtube-dl download."""]]
\ No newline at end of file