diff options
| author | Werner Koch <[email protected]> | 2001-09-17 10:40:36 +0000 | 
|---|---|---|
| committer | Werner Koch <[email protected]> | 2001-09-17 10:40:36 +0000 | 
| commit | ab7fa2c4602184cbbebd442f41f53645b592a682 (patch) | |
| tree | a97c80a8a83c45dc1d585f1d0e0630fcd02c59af | |
| parent | Fixed a keylisting bug (diff) | |
| download | gpgme-ab7fa2c4602184cbbebd442f41f53645b592a682.tar.gz gpgme-ab7fa2c4602184cbbebd442f41f53645b592a682.zip | |
oops - have to thank someone else
Diffstat (limited to '')
| -rw-r--r-- | THANKS | 20 | ||||
| -rw-r--r-- | gpgme/ChangeLog | 2 | 
2 files changed, 21 insertions, 1 deletions
| @@ -0,0 +1,20 @@ + +Alfons Hoogervorst      [email protected] +Enno Cramer             [email protected] +Jan-Oliver Wagner       [email protected] +Johannes Poehlmann      [email protected] +Jose C. Garc�a Sogo     [email protected] +St�phane Corth�sy       [email protected] +Timo Schulz             [email protected] +Tommy Reynolds          [email protected] +                         + + Copyright 2001 g10 Code GmbH + + This file is free software; as a special exception the author gives + unlimited permission to copy and/or distribute it, with or without + modifications, as long as this notice is preserved. + + This file is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY, to the extent permitted by law; without even the + implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index 35353ce7..fceee93a 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -4,7 +4,7 @@  	callers to use this function without a check for tmp_key.  	* keylist.c (gpgme_op_keylist_next): Reset the key_cond after -	emptying the queue.  Bug reported by Rick van Rein. +	emptying the queue.  Bug reported by St�phane Corth�sy.  2001-09-12  Werner Koch  <[email protected]> | 
