update
authorJoey Hess <joeyh@joeyh.name>
Tue, 23 Jul 2024 12:53:52 +0000 (08:53 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 23 Jul 2024 12:53:52 +0000 (08:53 -0400)
CHANGELOG

index 2fedf040f40ba6c0b9ecf4616a228360a03e0a84..f8bd0c230de19640953e75649e82c3df0c18898b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,12 +1,16 @@
 git-annex (10.20240702) UNRELEASED; urgency=medium
 
+  * New HTTP API that is equivilant to the P2P protocol.
+  * annex+http and annex+https urls can be configured for
+    remote.name.annexUrl to use the HTTP API to communicate with a server.
+  * New p2phttp command to serve the HTTP API.
+  * Added a build flag for servant, enabling annex+http urls and 
+    git-annex p2phttp.
   * assistant: Fix a race condition that could cause a pointer file to
     get ingested into the annex.
   * Avoid potential data loss in situations where git-annex-shell or
     git-annex remotedaemon is killed while locking a key to prevent its
     removal.
-  * New HTTP API that is equivilant to the P2P protocol.
-  * Added a build flag for servant, enabling git-annex p2phttp.
   * Added a dependency on clock.
 
  -- Joey Hess <id@joeyh.name>  Tue, 02 Jul 2024 12:14:53 -0400