improve changelog
authorJoey Hess <joeyh@joeyh.name>
Thu, 25 Jan 2024 18:28:19 +0000 (14:28 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 25 Jan 2024 18:28:19 +0000 (14:28 -0400)
CHANGELOG

index 464da37a44654a8d363c449e4891a7aa0c763686..d14606b0815344c4ae2f81ec7fae224dc6c8f545 100644 (file)
--- 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