finally sorted out the OSX gpg mess

This commit is contained in:
Joey Hess 2013-09-29 16:20:35 -04:00
parent c7ed2a24d5
commit 3f0ea53fc8
2 changed files with 6 additions and 0 deletions

2
debian/changelog vendored
View file

@ -24,6 +24,8 @@ git-annex (4.20130921) UNRELEASED; urgency=low
* webapp: Fixed a bug where when a new remote is added, one file * webapp: Fixed a bug where when a new remote is added, one file
may fail to sync to or from it due to the transferrer process not may fail to sync to or from it due to the transferrer process not
yet knowing about the new remote. yet knowing about the new remote.
* OSX: Bundled gpg upgraded, now compatible with config files
written by MacGPG.
-- Joey Hess <joeyh@debian.org> Sun, 22 Sep 2013 19:42:29 -0400 -- Joey Hess <joeyh@debian.org> Sun, 22 Sep 2013 19:42:29 -0400

View file

@ -22,3 +22,7 @@ The operating system is Mac OS X 10.8.4, and the version of git-annex is 4.20130
"""]] """]]
[[!meta title="OSX bundled gpg does not work with gpg.conf created by MacGPG"]] [[!meta title="OSX bundled gpg does not work with gpg.conf created by MacGPG"]]
> [[done]]; I have updated the gpg to version 1.4.14 which
> manages to build with the missing features.
> --[[Joey]]