summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2024-01-25 14:28:19 -0400
committerJoey Hess <joeyh@joeyh.name>2024-01-25 14:28:19 -0400
commit0b8ba37d1233a4b427fed9af04e6be8e94e3de06 (patch)
treeaeaadc26153ce8fe3dfc5f95db2b91a5f9645b30
parent5540f42e21afce6947d5410c5f18b178de6c336a (diff)
improve changelog
-rw-r--r--CHANGELOG12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 464da37a44..d14606b081 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,27 +2,27 @@ git-annex (10.20231228) UNRELEASED; urgency=medium
* 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
- * assistant: When generating a gpg secret key, avoid hardcoding the
- key algorithm and size.
* Improve disk free space checking when transferring unsized keys to
local git remotes.
- * import: --message/-m option.
+ * 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 configs annex.stalldetection-download, annex.stalldetection-upload,
- annex.bwlimit-download, annex.bwlimit-upload,
- and similar per-remote configs.
* 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.
-- Joey Hess <id@joeyh.name> Fri, 29 Dec 2023 11:52:06 -0400