Skip to content

Commit c1bc0bf

Browse files
committed
releasing package git-annex version 10.20240731
1 parent f914ee6 commit c1bc0bf

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CHANGELOG

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git-annex (10.20240731) UNRELEASED; urgency=medium
1+
git-annex (10.20240731) upstream; urgency=medium
22

33
* New HTTP API that is equivilant to the P2P protocol.
44
* New p2phttp command to serve the HTTP API.
@@ -11,19 +11,18 @@ git-annex (10.20240731) UNRELEASED; urgency=medium
1111
remote.name.annexUrl the first time git-annex uses the remote.
1212
* assistant: Fix a race condition that could cause a pointer file to
1313
get ingested into the annex.
14-
* Avoid potential data loss in situations where git-annex-shell or
15-
git-annex remotedaemon is killed while locking a key to prevent its
14+
* Avoid potential data loss in unlikely situations where git-annex-shell
15+
or git-annex remotedaemon is killed while locking a key to prevent its
1616
removal.
1717
* When proxying a download from a special remote, avoid unncessary hashing.
1818
* When proxying an upload to a special remote, verify the hash.
1919
* Propagate --force to git-annex transferrer.
2020
* Added a build flag for servant, enabling annex+http urls and
2121
git-annex p2phttp.
22-
* Added a dependency on clock.
23-
* Updated stack.yaml to nightly-2024-07-29, which can be used to build
24-
on Windows as well, so removed stack-lts-18.13.yaml
22+
* Added a dependency on the haskell clock library.
23+
* Updated stack.yaml to nightly-2024-07-29.
2524

26-
-- Joey Hess <[email protected]> Tue, 02 Jul 2024 12:14:53 -0400
25+
-- Joey Hess <[email protected]> Wed, 31 Jul 2024 14:02:21 -0400
2726

2827
git-annex (10.20240701) upstream; urgency=medium
2928

git-annex.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: git-annex
2-
Version: 10.20240701
2+
Version: 10.20240731
33
Cabal-Version: 1.12
44
License: AGPL-3
55
Maintainer: Joey Hess <[email protected]>

0 commit comments

Comments
 (0)