prep for release of 10.20250721

This commit is contained in:
Joey Hess 2025-07-21 14:24:22 -04:00
parent 8767771901
commit 8867e7590a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,11 @@
git-annex (10.20250631) UNRELEASED; urgency=medium git-annex (10.20250721) UNRELEASED; urgency=medium
* Improved workaround for git 2.50 bug, avoding an occasional test suite
failure, as well as some situations where an unlocked file did not get
populated when adding another file to the repository with the same
content.
* Add --url option and url= preferred content expression, to match
content that is recorded as present in an url.
* p2phttp: Scan multilevel directories with --directory. * p2phttp: Scan multilevel directories with --directory.
* p2phttp: Added --socket option. * p2phttp: Added --socket option.
* Fix bug in handling of linked worktrees on filesystems not supporting * Fix bug in handling of linked worktrees on filesystems not supporting
@ -10,14 +16,8 @@ git-annex (10.20250631) UNRELEASED; urgency=medium
that have experienced the above bug. that have experienced the above bug.
* Fix symlinks generated to annexed content when in adjusted unlocked * Fix symlinks generated to annexed content when in adjusted unlocked
branch in a linked worktree on a filesystem not supporting symlinks. branch in a linked worktree on a filesystem not supporting symlinks.
* Add --url option and url= preferred content expression, to match
content that is recorded as present in an url.
* Improved workaround for git 2.50 bug, avoding an occasional test suite
failure, as well as some situations where an unlocked file did not get
populated when adding another file to the repository with the same
content.
-- Joey Hess <id@joeyh.name> Mon, 07 Jul 2025 15:59:42 -0400 -- Joey Hess <id@joeyh.name> Mon, 21 Jul 2025 14:24:01 -0400
git-annex (10.20250630) upstream; urgency=medium git-annex (10.20250630) upstream; urgency=medium

View file

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