From d22bd53310b7ed558317858cfc84b0bff693969e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Nov 2022 14:07:53 -0400 Subject: [PATCH] releasing package git-annex version 10.20221103 --- CHANGELOG | 9 ++++++--- git-annex.cabal | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 42e68dfda7..9d7370388b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -git-annex (10.20221004) UNRELEASED; urgency=medium +git-annex (10.20221103) upstream; urgency=medium * Doubled the speed of git-annex drop when operating on many files, and of git-annex get when operating on many tiny files. @@ -16,10 +16,13 @@ git-annex (10.20221004) UNRELEASED; urgency=medium * Avoid hanging when a suspended git-annex process is keeping a sqlite database locked. * Make --batch mode handle unstaged annexed files consistently - whether the file is unlocked or not. + whether the file is unlocked or not. Note that this changes the + behavior of --batch when it is provided with locked files that are + in the process of being added to the repository, but have not yet been + staged in git. * Make git-annex enable-tor work when using the linux standalone build. - -- Joey Hess Mon, 03 Oct 2022 13:36:42 -0400 + -- Joey Hess Thu, 03 Nov 2022 14:07:31 -0400 git-annex (10.20221003) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index c60e627682..3d96e49f5c 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 10.20221003 +Version: 10.20221103 Cabal-Version: 1.12 License: AGPL-3 Maintainer: Joey Hess