diff options
author | David Shaw <[email protected]> | 2002-10-17 13:27:13 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-10-17 13:27:13 +0000 |
commit | b8c842df7cb9a7e26bff707fd86f6f1b11f9405d (patch) | |
tree | 7708ee698c77a7d6ad45a858218e07263655a2e4 | |
parent | * http.c (connect_server): Try all A records for names with multiple (diff) | |
download | gnupg-b8c842df7cb9a7e26bff707fd86f6f1b11f9405d.tar.gz gnupg-b8c842df7cb9a7e26bff707fd86f6f1b11f9405d.zip |
* README: Multiple A record rotation works with MINGW32 now, and clarify
how it works with LDAP.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2002-10-17 David Shaw <[email protected]> + + * README: Multiple A record rotation works with MINGW32 now, and + clarify how it works with LDAP. + 2002-10-16 David Shaw <[email protected]> * README: Some typo fixes from Florian Weimer, and bump version @@ -12,8 +12,9 @@ Noteworthy changes in version 1.3 * When using a HKP keyserver with multiple DNS records (such as wwwkeys.pgp.net which has the addresses of multiple servers - around the world), try all records until one succeeds (not on - MINGW32). + around the world), try all records until one succeeds. Note + that it depends on the LDAP library used whether the LDAP + keyserver plugin does this as well. * The library dependencies for OpenLDAP seem to change fairly frequently, and GnuPG's configure script cannot guess all the |