diff --git a/CHANGELOG b/CHANGELOG index cc1195c4cd..12dbd9f582 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,7 @@ -git-annex (8.20200310) UNRELEASED; urgency=medium +git-annex (8.20200330) upstream; urgency=medium - * webdav: Made exporttree remotes faster by caching connection to the - server. * fsck: Fix reversion in 8.20200226 that made it incorrectly warn that hashed keys with an extension should be upgraded. - * Fix a minor bug that caused options provided with -c to be passed - multiple times to git. * add --force-small: Fix a bug that, when adding a symbolic link, checked in the content of the file the symlink pointed to. Thanks, Kyle Meyer for the patch. @@ -14,8 +10,12 @@ git-annex (8.20200310) UNRELEASED; urgency=medium * When syncing changes back from an adjusted branch to the basis branch, include changes to submodules. Thanks, Kyle Meyer for the patch. + * webdav: Made exporttree remotes faster by caching connection to the + server. + * Fix a minor bug that caused options provided with -c to be passed + multiple times to git. - -- Joey Hess Mon, 16 Mar 2020 12:43:33 -0400 + -- Joey Hess Mon, 30 Mar 2020 12:14:50 -0400 git-annex (8.20200309) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 15ed0c59f1..0ff4f1145c 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 8.20200309 +Version: 8.20200330 Cabal-Version: >= 1.8 License: AGPL-3 Maintainer: Joey Hess