diff --git a/git-annex-10.20240531.tar.gz b/git-annex-10.20240531.tar.gz deleted file mode 100644 index 1eb2ac7..0000000 --- a/git-annex-10.20240531.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de1cdfe5c984d644a7db04c2bd17b750f5411f542c5fe24eaac84fc4c59cf233 -size 9293897 diff --git a/git-annex-10.20240701.tar.gz b/git-annex-10.20240701.tar.gz new file mode 100644 index 0000000..8636466 --- /dev/null +++ b/git-annex-10.20240701.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71bb166fe3c50bb828f0857dd593d2fe1751e4aecd31676cffe2574d1bd9fa3 +size 9361062 diff --git a/git-annex.changes b/git-annex.changes index 39eeca1..67f9734 100644 --- a/git-annex.changes +++ b/git-annex.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Jul 2 16:31:40 UTC 2024 - Peter Simons + +- Update git-annex to version 10.20240701. + git-annex (10.20240701) upstream; urgency=medium + + * git-annex remotes can now act as proxies that provide access to + their remotes. Configure this with remote.name.annex-proxy + and the git-annex update proxy command. + * Clusters are now supported. These are collections of nodes that can + be accessed as a single entity, accessed by one or more gateway + repositories. + * Added git-annex initcluster, updatecluster, and extendcluster commands. + * Fix a bug where interrupting git-annex while it is updating the + git-annex branch for an export could later lead to git fsck + complaining about missing tree objects. + * Tab completion of options like --from now includes special remotes, + as well as proxied remotes and clusters. + * Tab completion of many commands like info and trust now includes + remotes. + * P2P protocol version 2. + * Fix Windows build with Win32 2.13.4+ + Thanks, Oleg Tolmatcev + * When --debugfilter or annex.debugfilter is set, avoid propigating + debug output from git-annex-shell, since it cannot be filtered. + + -- Joey Hess Mon, 01 Jul 2024 15:11:48 -0400 + ------------------------------------------------------------------- Fri May 31 16:33:01 UTC 2024 - Peter Simons diff --git a/git-annex.spec b/git-annex.spec index 85f9073..70b87b1 100644 --- a/git-annex.spec +++ b/git-annex.spec @@ -17,7 +17,7 @@ Name: git-annex -Version: 10.20240531 +Version: 10.20240701 Release: 0 Summary: Manage files with git, without checking their contents into git License: AGPL-3.0-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND MIT AND GPL-2.0-only