diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-10-15 18:34:54 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-10-15 18:34:54 +0200 |
commit | 69cd49b342e2213bfb7bd17f662ecf2a42dcc71e (patch) | |
tree | 266f21edb7bd3898f1503e9327c97ef09cc22516 | |
parent | * gpgkeys_hkp.c (write_quoted): Use %-encoding instead of \-encoding. (diff) | |
download | gnupg2-69cd49b342e2213bfb7bd17f662ecf2a42dcc71e.tar.xz gnupg2-69cd49b342e2213bfb7bd17f662ecf2a42dcc71e.zip |
* NEWS: Some 1.3 notes.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 29 |
2 files changed, 33 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2002-10-15 David Shaw <dshaw@jabberwocky.com> + + * NEWS: Some 1.3 notes. + 2002-10-12 Werner Koch <wk@gnupg.org> * configure.ac (NAME_OF_DEV_URANDOM): Use /dev/urandom for @@ -1,6 +1,35 @@ Noteworthy changes in version 1.3 ------------------------------------------------- + * The last piece of internal keyserver support has been removed, + and now all keyserver access is done via the keyserver plugins. + There is also a newer keyserver protocol used between GnuPG and + the plugins, so plugins from earlier versions of GnuPG may not + work properly. + + * The HKP keyserver plugin supports the new machine-readable key + listing format for those keyservers that provide it. + + * 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). + + * The library dependencies for OpenLDAP seem to change fairly + frequently, and GnuPG's configure script cannot guess all the + combinations. Use ./configure LDAPLIBS="-L libdir -l libs" to + override the script and use the libraries selected. + + * Secret keys generated with --export-secret-subkeys are now + indicated in key listings with a '#' after the "sec", and in + --with-colons listings by showing no capabilities (no lowercase + characters). + + * --trusted-key has been un-obsoleted, as it is useful for adding + ultimately trusted keys from the config file. It is identical + to using --edit and "trust" to change a key to ultimately + trusted. + Noteworthy changes in version 1.1.92 (2002-09-11) ------------------------------------------------- |