From c1bc0bffc842e91465a731b5efcdcb2b75fafbb4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 31 Jul 2024 14:05:01 -0400 Subject: [PATCH] releasing package git-annex version 10.20240731 --- CHANGELOG | 13 ++++++------- git-annex.cabal | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7b74a17ca7..900954478b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 Tue, 02 Jul 2024 12:14:53 -0400 + -- Joey Hess Wed, 31 Jul 2024 14:02:21 -0400 git-annex (10.20240701) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index a9fc14010a..d86cd604c3 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 10.20240701 +Version: 10.20240731 Cabal-Version: 1.12 License: AGPL-3 Maintainer: Joey Hess