releasing package git-annex version 10.20221103

This commit is contained in:
Joey Hess 2022-11-03 14:07:53 -04:00
parent 9dc3acc95d
commit d22bd53310
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 7 additions and 4 deletions

View file

@ -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 <id@joeyh.name> Mon, 03 Oct 2022 13:36:42 -0400
-- Joey Hess <id@joeyh.name> Thu, 03 Nov 2022 14:07:31 -0400
git-annex (10.20221003) upstream; urgency=medium

View file

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