From: Joey Hess Date: Tue, 23 Jul 2024 12:53:52 +0000 (-0400) Subject: update X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~21^2~228^2~80 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6596fe80ec0212a871e11eb17d667ff1b671bfef;p=git-annex.git update --- 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