diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-10-04 01:49:47 -0400 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-10-04 01:49:47 -0400 |
commit | 85e74d854ffd6ab826bd2d5a285bf30a2755dcef (patch) | |
tree | ccf2cbb4cd39402833b98b8679c5405212d7e2b3 /Changelog | |
parent | d3c00de6d06a49ae54b74f39c667cfab39940266 (diff) |
use LC_ALL=C for all gpg calls
This should help with internationalization differences in gpg that
could cause problems. Works in tests as is, but haven't tested with
odd locales.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,6 +5,8 @@ monkeysphere (0.32~pre) unstable; urgency=low (closes MS #2491) * Fix need for single argument to gpg_sphere (thanks Clint) (closes MS #442) + * specify LC_ALL=C for all gpg calls + (closes MS #2496) [ Micah Anderson ] * fix monkeysphere-host revoke-key, which never worked properly :( @@ -14,7 +16,7 @@ monkeysphere (0.32~pre) unstable; urgency=low [ Clint Adams ] * add support for options to the authorized User IDs file. Options that should apply to keys for a given User ID should be on - whitespace-prefixed lines immediately following that User ID. + whitespace-prefixed lines immediately following that User ID. (closes MS #440) -- Jameson Rollins <jrollins@finestructure.net> Mon, 04 Oct 2010 00:36:08 -0400 |