summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <dshaw@jabberwocky.com>2002-10-15 18:34:54 +0200
committerDavid Shaw <dshaw@jabberwocky.com>2002-10-15 18:34:54 +0200
commit69cd49b342e2213bfb7bd17f662ecf2a42dcc71e (patch)
tree266f21edb7bd3898f1503e9327c97ef09cc22516
parent* gpgkeys_hkp.c (write_quoted): Use %-encoding instead of \-encoding. (diff)
downloadgnupg2-69cd49b342e2213bfb7bd17f662ecf2a42dcc71e.tar.xz
gnupg2-69cd49b342e2213bfb7bd17f662ecf2a42dcc71e.zip
* NEWS: Some 1.3 notes.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS29
2 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60eb2cb0f..d24528b92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 4ef9c429e..14d2762fe 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
-------------------------------------------------