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