diff options
Diffstat (limited to 'keyserver/ChangeLog')
-rw-r--r-- | keyserver/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyserver/ChangeLog b/keyserver/ChangeLog index 1ecc18b44..157d74849 100644 --- a/keyserver/ChangeLog +++ b/keyserver/ChangeLog @@ -1,5 +1,7 @@ 2007-07-27 David Shaw <[email protected]> + * gpgkeys_ldap.c: Fix build warning with mozldap. + * gpgkeys_ldap.c (search_key, main): Fix bug where searching for foo bar (no quotes) on the command line resulted in searching for "foo\2Abar" due to LDAP quoting. The proper search is "foo*bar". |