OSX: Corrected the location of trustedkeys.gpg, so the built-in upgrade code will find it. Fixes OSX upgrade going forward, but older versions won't upgrade themselves due to this problem.

This commit is contained in:
Joey Hess 2015-05-22 13:41:47 -04:00
parent 38e70fbc1a
commit 1b01322de0
3 changed files with 17 additions and 1 deletions

3
debian/changelog vendored
View file

@ -25,6 +25,9 @@ git-annex (5.20150508.2) UNRELEASED; urgency=medium
Closes: #785498
* Safer posix fctnl locking implementation, using lock pools and STM.
* Build documentation with TZ=UTC for reproducible builds. See #785736.
* OSX: Corrected the location of trustedkeys.gpg, so the built-in
upgrade code will find it. Fixes OSX upgrade going forward, but
older versions won't upgrade themselves due to this problem.
-- Joey Hess <id@joeyh.name> Mon, 11 May 2015 12:45:06 -0400