Add a changelog
[pgp-tools.git] / keylookup / NEWS
1 $Id$
2
3 Release notes for keylookup 3.0 (2005-08-16)
4 * Make keylookup use gpg --search instead of querying the
5 keyserver directly.
6 * Sort keys by creation date.
7
8 Release notes for keylookup 2.2 (2002-09-24)
9 * Some keyservers have started putting the key type (DSA or RSA)
10 in their replies to searches. Keylookup now handles that.
11 * Untaint keyIDs before passing them to GnuPG as passing tainted
12 argumentes in exec() is now deprecated.
13 (closes: DebianBug #161392)
14
15 Release notes for keylookup 2.1 (2002-06-17)
16 * Support newstyle gnupg config file (honor-proxy);
17 (closes: SavannahBug #523)
18 * Rewrote TODO in English; (closes: DebianBug #120861).