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