This commit is contained in:
Joey Hess 2024-07-23 08:53:52 -04:00
parent a6a03ca586
commit 6596fe80ec
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -1,12 +1,16 @@
git-annex (10.20240702) UNRELEASED; urgency=medium 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 * assistant: Fix a race condition that could cause a pointer file to
get ingested into the annex. get ingested into the annex.
* Avoid potential data loss in situations where git-annex-shell or * Avoid potential data loss in situations where git-annex-shell or
git-annex remotedaemon is killed while locking a key to prevent its git-annex remotedaemon is killed while locking a key to prevent its
removal. 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. * Added a dependency on clock.
-- Joey Hess <id@joeyh.name> Tue, 02 Jul 2024 12:14:53 -0400 -- Joey Hess <id@joeyh.name> Tue, 02 Jul 2024 12:14:53 -0400