From: Joey Hess Date: Tue, 30 Apr 2024 19:27:31 +0000 (-0400) Subject: releasing package git-annex version 10.20240430 X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~25^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d6ad5b9b5003baa77626d4c8ad92b799331232aa;p=git-annex.git releasing package git-annex version 10.20240430 --- diff --git a/CHANGELOG b/CHANGELOG index 2daa80cfd5..859c006268 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,29 +1,30 @@ -git-annex (10.20240228) UNRELEASED; urgency=medium +git-annex (10.20240430) upstream; urgency=medium + * Bug fix: While redundant concurrent transfers were already + prevented in most cases, it failed to prevent the case where + two different repositories were sending the same content to + the same repository. * addurl, importfeed: Added --verifiable option, which improves the safety of --fast or --relaxed by letting the content of annexed files be verified with a checksum that is calculated on a later download from the web. This will become the default later. - * Added dependency on unbounded-delays. - * reregisterurl: New command that can change an url from being - used by a special remote to being used by the web remote. - * Bugfix: While redundant concurrent transfers were already - prevented in most cases, it failed to prevent the case where - two different repositories were sending the same content to - the same repository. - * Windows: Fix escaping output to terminal when using old - versions of MinTTY. - * sync, assist, import: Allow -m option to be specified multiple - times, to provide additional paragraphs for the commit message. * Added rclone special remote, which can be used without needing to install the git-annex-remote-rclone program. This needs - a new version of rclone, which supports "rclone gitannex". + a forthcoming version of rclone (1.67.0), which supports + "rclone gitannex". + * sync, assist, import: Allow -m option to be specified multiple + times, to provide additional paragraphs for the commit message. + * reregisterurl: New command that can change an url from being + used by a special remote to being used by the web remote. * annex.maxextensions configuration controls how many filename extensions to preserve. * find: Fix --help for --copies. Thanks, Gergely Risko + * Windows: Fix escaping output to terminal when using old + versions of MinTTY. + * Added dependency on unbounded-delays. - -- Joey Hess Tue, 27 Feb 2024 13:07:10 -0400 + -- Joey Hess Tue, 30 Apr 2024 15:26:32 -0400 git-annex (10.20240227) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 3b850d5e6a..2098cd556d 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 10.20240227 +Version: 10.20240430 Cabal-Version: 1.12 License: AGPL-3 Maintainer: Joey Hess