add news item for git-annex 10.20221103
authorJoey Hess <joeyh@joeyh.name>
Thu, 3 Nov 2022 18:08:29 +0000 (14:08 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 3 Nov 2022 18:08:29 +0000 (14:08 -0400)
doc/news/version_10.20220624.mdwn [deleted file]
doc/news/version_10.20221103.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_10.20220624.mdwn b/doc/news/version_10.20220624.mdwn
deleted file mode 100644 (file)
index f2a6ba5..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-git-annex 10.20220624 released with [[!toggle text="these changes"]]
-[[!toggleable text="""  * init: Added --no-autoenable option.
-  * info: Added --autoenable option.
-  * initremote: Improve handling of type=git special remotes.
-    The location value no longer needs to match the url of an existing
-    git remote, and locations not using ssh:// will work now, including
-    both paths and host:/path
-  * Fix retrival of an empty file that is stored in a special remote with
-    chunking enabled.
-    (Fixes a reversion in 8.20201103)
-  * move: Improve resuming a move that succeeded in transferring the
-    content, but where dropping failed due to eg a network problem,
-    in cases where numcopies checks prevented the resumed
-    move from dropping the object from the source repository.
-  * add, fix, lock, rekey: When several files were being processed,
-    replacing an annex symlink of a file that was already processed
-    with a new large file could sometimes cause that large file to be
-    added to git. These races have been fixed.
-  * add: Also fix a similar race that could cause a large file be added
-    to git when a small file was modified or overwritten while it was
-    being added.
-  * add --batch: Fix handling of a file that is skipped due to being
-    gitignored."""]]
\ No newline at end of file
diff --git a/doc/news/version_10.20221103.mdwn b/doc/news/version_10.20221103.mdwn
new file mode 100644 (file)
index 0000000..e7374b7
--- /dev/null
@@ -0,0 +1,22 @@
+git-annex 10.20221103 released with [[!toggle text="these changes"]]
+[[!toggleable text="""  * Doubled the speed of git-annex drop when operating on many files,
+    and of git-annex get when operating on many tiny files.
+  * trust, untrust, semitrust, dead: Fix behavior when provided with
+    multiple repositories to operate on.
+  * trust, untrust, semitrust, dead: When provided with no parameters,
+    do not operate on a repository that has an empty name.
+  * move: Fix openFile crash with -J
+    (Fixes a reversion in 8.20201103)
+  * S3: Speed up importing from a large bucket when fileprefix= is set,
+    by only asking for files under the prefix.
+  * When importing from versioned remotes, fix tracking of the content
+    of deleted files.
+  * More robust handling of ErrorBusy when writing to sqlite databases.
+  * Avoid hanging when a suspended git-annex process is keeping a sqlite
+    database locked.
+  * Make --batch mode handle unstaged annexed files consistently
+    whether the file is unlocked or not. Note that this changes the
+    behavior of --batch when it is provided with locked files that are
+    in the process of being added to the repository, but have not yet been
+    staged in git.
+  * Make git-annex enable-tor work when using the linux standalone build."""]]
\ No newline at end of file