changelog

This commit is contained in:
Joey Hess 2024-07-29 13:09:19 -04:00
parent 380af6ac5f
commit 074fad819d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -1,21 +1,24 @@
git-annex (10.20240731) UNRELEASED; urgency=medium
* New HTTP API that is equivilant to the P2P protocol.
* New p2phttp command to serve the HTTP API.
* annex+http and annex+https urls can be configured for
remote.name.annexUrl to use the HTTP API to communicate with a server.
This supports writable repositories, as well as accessing clusters
and proxied remotes over HTTP.
* New p2phttp command to serve the HTTP API.
* Added a build flag for servant, enabling annex+http urls and
git-annex p2phttp.
* When a http remote has annex.url set to an annex+http url in
the git config file on the website, it will be copied into
remote.name.annexUrl the first time git-annex uses the remote.
* 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.
* When proxying for a special remote, avoid unncessary hashing.
* Added a dependency on clock.
* When proxying a download from a special remote, avoid unncessary hashing.
* Propagate --force to git-annex transferrer.
* Added a build flag for servant, enabling annex+http urls and
git-annex p2phttp.
* Added a dependency on clock.
-- Joey Hess <id@joeyh.name> Tue, 02 Jul 2024 12:14:53 -0400