1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* NEWS: Some 1.2.1 notes.

This commit is contained in:
David Shaw 2002-10-15 16:17:12 +00:00
parent 0aa7112f1c
commit 3a99f806fe
2 changed files with 18 additions and 0 deletions

14
NEWS
View file

@ -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)
------------------------------------------------