releasing package git-annex version 8.20200330
This commit is contained in:
parent
9cc1917295
commit
dbad6c5c39
2 changed files with 7 additions and 7 deletions
12
CHANGELOG
12
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
|
* fsck: Fix reversion in 8.20200226 that made it incorrectly warn
|
||||||
that hashed keys with an extension should be upgraded.
|
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,
|
* add --force-small: Fix a bug that, when adding a symbolic link,
|
||||||
checked in the content of the file the symlink pointed to.
|
checked in the content of the file the symlink pointed to.
|
||||||
Thanks, Kyle Meyer for the patch.
|
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,
|
* When syncing changes back from an adjusted branch to the basis branch,
|
||||||
include changes to submodules.
|
include changes to submodules.
|
||||||
Thanks, Kyle Meyer for the patch.
|
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 <id@joeyh.name> Mon, 16 Mar 2020 12:43:33 -0400
|
-- Joey Hess <id@joeyh.name> Mon, 30 Mar 2020 12:14:50 -0400
|
||||||
|
|
||||||
git-annex (8.20200309) upstream; urgency=medium
|
git-annex (8.20200309) upstream; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 8.20200309
|
Version: 8.20200330
|
||||||
Cabal-Version: >= 1.8
|
Cabal-Version: >= 1.8
|
||||||
License: AGPL-3
|
License: AGPL-3
|
||||||
Maintainer: Joey Hess <id@joeyh.name>
|
Maintainer: Joey Hess <id@joeyh.name>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue