diff --git a/CHANGELOG b/CHANGELOG index 2fedf040f4..f8bd0c230d 100644 --- 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 Tue, 02 Jul 2024 12:14:53 -0400