X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=keylookup%2FNEWS.keylookup;fp=keylookup%2FNEWS.keylookup;h=db8a7323bee76e5ca3ec4735993679278d6083b0;hb=996cb410e7c967f2f964e7862d9650002b75198e;hp=0000000000000000000000000000000000000000;hpb=f01750d525de91cf9bcae66deaa444ef969a594c;p=pgp-tools.git diff --git a/keylookup/NEWS.keylookup b/keylookup/NEWS.keylookup new file mode 100644 index 0000000..db8a732 --- /dev/null +++ b/keylookup/NEWS.keylookup @@ -0,0 +1,18 @@ +$Id$ + +Release notes for keylookup 3.0 (2005-08-16) + * Make keylookup use gpg --search instead of querying the + keyserver directly. + * Sort keys by creation date. + +Release notes for keylookup 2.2 (2002-09-24) + * Some keyservers have started putting the key type (DSA or RSA) + in their replies to searches. Keylookup now handles that. + * Untaint keyIDs before passing them to GnuPG as passing tainted + argumentes in exec() is now deprecated. + (closes: DebianBug #161392) + +Release notes for keylookup 2.1 (2002-06-17) + * Support newstyle gnupg config file (honor-proxy); + (closes: SavannahBug #523) + * Rewrote TODO in English; (closes: DebianBug #120861).