releasing package git-annex version 10.20240831

This commit is contained in:
Joey Hess 2024-08-31 19:50:26 -04:00
parent 35ff8c8c00
commit b3dc656153
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
git-annex (10.20240831) UNRELEASED; urgency=medium
git-annex (10.20240831) upstream; urgency=medium
* Special remotes configured with exporttree=yes annexobjects=yes
can store objects in .git/annex/objects, as well as an exported tree.
@ -12,9 +12,9 @@ git-annex (10.20240831) UNRELEASED; urgency=medium
* Support "balanced=", "fullybalanced=", "sizebalanced=" and
"fullysizebalanced=" in preferred content expressions.
* Added --rebalance option.
* Added the annex.fullybalancedthreshhold git config.
* maxsize: New command to tell git-annex how large the expected maximum
size of a repository is, and to display repository sizes.
* Added the annex.fullybalancedthreshhold git config.
* vicfg: Include maxsize configuration.
* info: Improved speed by using new repository size tracking.
* lookupkey: Allow using --ref in a bare repository.
@ -28,7 +28,7 @@ git-annex (10.20240831) UNRELEASED; urgency=medium
remotes. External special remotes should not use that config for their
own purposes.
-- Joey Hess <id@joeyh.name> Wed, 31 Jul 2024 15:52:03 -0400
-- Joey Hess <id@joeyh.name> Sat, 31 Aug 2024 19:48:17 -0400
git-annex (10.20240808) upstream; urgency=medium

View file

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