diff options
Diffstat (limited to '')
-rw-r--r-- | g10/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 3fa453348..3616e4b1a 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,11 @@ +2007-03-14 David Shaw <[email protected]> + + From STABLE-BRANCH-1-4 + + * keyserver.c: Windows Vista doesn't grok X_OK and so fails + access() tests. Previous versions interpreted X_OK as F_OK + anyway, so we'll just use F_OK directly. + 2007-03-09 David Shaw <[email protected]> From STABLE-BRANCH-1-4 |