diff options
author | David Shaw <[email protected]> | 2002-10-15 16:17:12 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-10-15 16:17:12 +0000 |
commit | 3a99f806fe05fd3d1a5196bacf4619be4a44014d (patch) | |
tree | 9f38e42d2f03b023da38f0dbf9e5344b397bcd9d | |
parent | * rndunix.c (my_popen): Make sure that stdin and stderr are (diff) | |
download | gnupg-3a99f806fe05fd3d1a5196bacf4619be4a44014d.tar.gz gnupg-3a99f806fe05fd3d1a5196bacf4619be4a44014d.zip |
* NEWS: Some 1.2.1 notes.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 14 |
2 files changed, 18 insertions, 0 deletions
@@ -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 @@ -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) ------------------------------------------------ |