prepping for release

This commit is contained in:
Joey Hess 2023-12-26 15:40:55 -04:00
parent 92f16d2316
commit aec7bed1aa
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -3,26 +3,26 @@ git-annex (10.20231130) UNRELEASED; urgency=medium
* migrate: Support distributed migrations by recording each migration, * migrate: Support distributed migrations by recording each migration,
and adding a --update option that updates the local repository and adding a --update option that updates the local repository
incrementally, hard linking annex objects to their new keys. incrementally, hard linking annex objects to their new keys.
* migrate: Added --apply option that (re)applies all recorded * pull, sync: When operating on content, automatically handle
distributed migrations to the objects in repository. distributed migrations.
* pull, sync: When operating on content, automatically hard link objects
that have been migrated.
* Added annex.syncmigrations config that can be set to false to prevent * Added annex.syncmigrations config that can be set to false to prevent
pull and sync from migrating object content. pull and sync from migrating object content.
* migrate: Added --apply option that (re)applies all recorded
distributed migrations to the objects in repository.
* migrate: Support adding size to URL keys that were added with * migrate: Support adding size to URL keys that were added with
--relaxed, by running eg: git-annex migrate --backend=URL foo --relaxed, by running eg: git-annex migrate --backend=URL foo
* Make git-annex get/copy/move --from foo override configuration of
remote.foo.annex-ignore, as documented.
* Support git-annex copy/move --from-anywhere --to remote.
* sync: Fix locking problems during merge when annex.pidlock is set.
* Avoid a problem with temp file names ending in "." on certian
filesystems that have problems with such filenames.
* Lower precision of timestamps in git-annex branch, which can reduce the
size of the branch by up to 8%.
* When importing from a special remote, support preferred content * When importing from a special remote, support preferred content
expressions that use terms that match on keys (eg "present", "copies=1"). expressions that use terms that match on keys (eg "present", "copies=1").
Such terms are ignored when importing, since the key is not known yet. Such terms are ignored when importing, since the key is not known yet.
Before, such expressions caused the import to fail. Before, such expressions caused the import to fail.
* Support git-annex copy/move --from-anywhere --to remote.
* Make git-annex get/copy/move --from foo override configuration of
remote.foo.annex-ignore, as documented.
* Lower precision of timestamps in git-annex branch, which can reduce the
size of the branch by up to 8%.
* sync: Fix locking problems during merge when annex.pidlock is set.
* Avoid a problem with temp file names ending in "." on certian
filesystems that have problems with such filenames.
-- Joey Hess <id@joeyh.name> Thu, 30 Nov 2023 14:48:12 -0400 -- Joey Hess <id@joeyh.name> Thu, 30 Nov 2023 14:48:12 -0400