diff --git a/CHANGELOG b/CHANGELOG index b7cf1cd06e..6f0e0bf35f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,21 @@ -git-annex (8.20210311) UNRELEASED; urgency=medium +git-annex (8.20210330) upstream; urgency=medium - * export: When a submodule is in the tree to be exported, skip it. - * import: When the previously exported tree contained a submodule, - preserve it in the imported tree so it does not get deleted. - * export --json: Fill in the file field. * Behavior change: When autoenabling special remotes of type S3, weddav, or glacier, do not take login credentials from environment variables, as the user may not be expecting the autoenable to happen, or may have those set for other purposes and not intend git-annex to use them. + * New annex.supportunlocked config that can be set to false to avoid + some expensive things needed to support unlocked files, if you do not + use them. + * Fix bug importing from a special remote into a subdirectory more than + one level deep, which generated unusual git trees that could confuse + git merge. + * borg: Fix a bug that prevented importing keys of type URL and WORM. + * borg: Support importing files that are hard linked in the borg backup. + * export: When a submodule is in the tree to be exported, skip it. + * import: When the previously exported tree contained a submodule, + preserve it in the imported tree so it does not get deleted. + * export --json: Fill in the file field. * rmurl: When youtube-dl was used for an url, it no longer needs to be prefixed with "yt:" in order to be removed. * rmurl: If an url is both used by the web and also claimed by another @@ -16,23 +24,17 @@ git-annex (8.20210311) UNRELEASED; urgency=medium when it is claimed by a special remote other than the web. * whereis: Don't include yt: prefix when showing url to content retrieved with youtube-dl. - * Work around some buggy webdav server behavior involving renaming files. + * webdav: Work around some buggy webdav server behavior involving + renaming files. * Make --debug also enable debugging in child git-annex processes. * fsck: When --from is used in combination with --all or similar options, do not verify required content, which can't be checked properly when operating on keys. - * New annex.supportunlocked config that can be set to false to avoid - some expensive things needed to support unlocked files. * Sped up git-annex init in a clone of an existing repository. - * Fix build with attoparsec-0.14. * Improved display of errors when accessing a git http remote fails. - * borg: Fix a bug that prevented importing keys of type URL and WORM. - * borg: Support importing files that are hard linked in the borg backup. - * Fix bug importing from a special remote into a subdirectory more than - one level deep, which generated unusual git trees that could confuse - git merge. + * Fix build with attoparsec-0.14. - -- Joey Hess Fri, 12 Mar 2021 12:06:37 -0400 + -- Joey Hess Tue, 30 Mar 2021 13:01:17 -0400 git-annex (8.20210310) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 298454a5fa..e4f503fb99 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 8.20210310 +Version: 8.20210330 Cabal-Version: >= 1.10 License: AGPL-3 Maintainer: Joey Hess