diff --git a/CHANGELOG b/CHANGELOG index a96a0a1068..0dd314db31 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 Wed, 31 Jul 2024 15:52:03 -0400 + -- Joey Hess Sat, 31 Aug 2024 19:48:17 -0400 git-annex (10.20240808) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 354e75d0f1..12761ef889 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 10.20240808 +Version: 10.20240831 Cabal-Version: 1.12 License: AGPL-3 Maintainer: Joey Hess