releasing package git-annex version 10.20240731

This commit is contained in:
Joey Hess 2024-07-31 14:05:01 -04:00
parent f914ee61e3
commit c1bc0bffc8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 7 additions and 8 deletions

View file

@ -1,4 +1,4 @@
git-annex (10.20240731) UNRELEASED; urgency=medium
git-annex (10.20240731) upstream; urgency=medium
* New HTTP API that is equivilant to the P2P protocol.
* New p2phttp command to serve the HTTP API.
@ -11,19 +11,18 @@ git-annex (10.20240731) UNRELEASED; urgency=medium
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
* Avoid potential data loss in unlikely situations where git-annex-shell
or git-annex remotedaemon is killed while locking a key to prevent its
removal.
* When proxying a download from a special remote, avoid unncessary hashing.
* When proxying an upload to a special remote, verify the hash.
* 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.
* Updated stack.yaml to nightly-2024-07-29, which can be used to build
on Windows as well, so removed stack-lts-18.13.yaml
* Added a dependency on the haskell clock library.
* Updated stack.yaml to nightly-2024-07-29.
-- Joey Hess <id@joeyh.name> Tue, 02 Jul 2024 12:14:53 -0400
-- Joey Hess <id@joeyh.name> Wed, 31 Jul 2024 14:02:21 -0400
git-annex (10.20240701) upstream; urgency=medium

View file

@ -1,5 +1,5 @@
Name: git-annex
Version: 10.20240701
Version: 10.20240731
Cabal-Version: 1.12
License: AGPL-3
Maintainer: Joey Hess <id@joeyh.name>