This commit is contained in:
Joey Hess 2020-08-10 13:12:42 -04:00
parent f0f3f4db90
commit bcbdada8bf
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 24 additions and 3 deletions

View file

@ -1,4 +1,4 @@
git-annex (8.20200720.2) UNRELEASED; urgency=medium
git-annex (8.20200810) upstream; urgency=medium
* Added support for external backend programs. So if you want a hash
that git-annex doesn't support, or something stranger, you can write a
@ -24,7 +24,7 @@ git-annex (8.20200720.2) UNRELEASED; urgency=medium
when the filepath is absolute and the symlink in question is not
actually inside the git repository.
-- Joey Hess <id@joeyh.name> Tue, 21 Jul 2020 12:58:30 -0400
-- Joey Hess <id@joeyh.name> Mon, 10 Aug 2020 13:04:04 -0400
git-annex (8.20200720.1) upstream; urgency=medium

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2020-08-10T17:01:31Z"
content="""
Autobuilds may contain changes that are not release quality yet.
Anyway, the release OSX build will be caught up by the release today.
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="joey"
subject="""permissions fixed"""
date="2020-08-10T17:07:29Z"
content="""
If you had filed a bug report about this permissions problem, I would have
fixed it immediately. Instead I had to read all comments on the web site
before I noticed it weeks later.
This build is being maintained, but you have to file bug reports when there
are problems with it.
"""]]

View file

@ -1,5 +1,5 @@
Name: git-annex
Version: 8.20200720.1
Version: 8.20200810
Cabal-Version: >= 1.10
License: AGPL-3
Maintainer: Joey Hess <id@joeyh.name>