add news item for git-annex 10.20240129
authorJoey Hess <joeyh@joeyh.name>
Mon, 29 Jan 2024 18:12:20 +0000 (14:12 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 29 Jan 2024 18:12:20 +0000 (14:12 -0400)
doc/news/version_10.20230828.mdwn [deleted file]
doc/news/version_10.20240129.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_10.20230828.mdwn b/doc/news/version_10.20230828.mdwn
deleted file mode 100644 (file)
index bf5583c..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-git-annex 10.20230828 released with [[!toggle text="these changes"]]
-[[!toggleable text="""  * oldkeys: New command that lists the keys used by old versions of a file.
-  * Fix behavior of onlyingroup.
-  * info: Added --dead-repositories option.
-  * Significant startup speed increase by avoiding repeatedly checking
-    if some remote git-annex branch refs need to be merged.
-  * Fix behavior when importing a tree from a directory remote when the
-    directory does not exist. An empty tree was imported, rather than the
-    import failing.
-  * sync, assist, push, pull: Skip more types of remotes when they
-    are not available due to eg being on a drive that is offline.
-    (directory, borg, bup, ddar, gcrypt, rsync)
-  * info: Added available to the info displayed for a remote.
-  * Added AVAILABILITY UNAVAILABLE and the UNAVAILABLERESPONSE extension
-    to the external special remote protocol.
-  * The remote.name.annex-availability git config is no longer used.
-  * Avoid using curl when annex.security.allowed-ip-addresses is set
-    but neither annex.web-options nor annex.security.allowed-url-schemes
-    is set to a value that needs curl.
-  * Stop bundling curl in the OSX dmg and linux standalone image.
-  * diffdriver: Added --get option.
-  * diffdriver: Refuse to run when not in a git-annex repository."""]]
\ No newline at end of file
diff --git a/doc/news/version_10.20240129.mdwn b/doc/news/version_10.20240129.mdwn
new file mode 100644 (file)
index 0000000..87f8fd0
--- /dev/null
@@ -0,0 +1,24 @@
+git-annex 10.20240129 released with [[!toggle text="these changes"]]
+[[!toggleable text="""  * info: Added "annex sizes of repositories" table to the overall display.
+  * import: Sped up import from special remotes.
+  * import: Added --message/-m option.
+  * Support using commands that implement the Stateless OpenPGP command line
+    interface, as an alternative to gpg.
+    Currently only supported for encryption=shared special remotes,
+    when annex.shared-sop-command is configured.
+  * test: Test a specified Stateless OpenPGP command when
+    run with eg --test-git-config annex.shared-sop-command=sqop
+  * Improve disk free space checking when transferring unsized keys to
+    local git remotes.
+  * Added configs annex.stalldetection-download, annex.stalldetection-upload,
+    annex.bwlimit-download, annex.bwlimit-upload,
+    and similar per-remote configs.
+  * Improve annex.stalldetection to handle remotes that update progress
+    less frequently than the configured time period.
+  * external: Monitor file size when getting content from external
+    special remotes and use that to update the progress meter,
+    in case the external special remote program does not report progress.
+  * Added --expected-present file matching option.
+  * webapp: Added --port option, and annex.port config.
+  * assistant: When generating a gpg secret key, avoid hardcoding the
+    key algorithm and size."""]]
\ No newline at end of file