update
This commit is contained in:
parent
a6a03ca586
commit
6596fe80ec
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue