aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-10-15 16:17:12 +0000
committerDavid Shaw <[email protected]>2002-10-15 16:17:12 +0000
commit3a99f806fe05fd3d1a5196bacf4619be4a44014d (patch)
tree9f38e42d2f03b023da38f0dbf9e5344b397bcd9d
parent* rndunix.c (my_popen): Make sure that stdin and stderr are (diff)
downloadgnupg-3a99f806fe05fd3d1a5196bacf4619be4a44014d.tar.gz
gnupg-3a99f806fe05fd3d1a5196bacf4619be4a44014d.zip
* NEWS: Some 1.2.1 notes.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS14
2 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30ec0940d..b1c67fbcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-15 David Shaw <[email protected]>
+
+ * NEWS: Some 1.2.1 notes.
+
2002-10-12 Werner Koch <[email protected]>
* configure.ac (NAME_OF_DEV_URANDOM): Don't use /dev/srandom for
diff --git a/NEWS b/NEWS
index 7fda5c5db..c6de4f99c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,20 @@
Noteworthy changes in version 1.2.1 (unreleased)
------------------------------------------------
+ * 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.2.0 (2002-09-21)
------------------------------------------------