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 | 59e5ded0fec7523985c71688e47adedb572a3f3f (patch) | |
tree | b9ab986b9482bc2d0ecb60e95ddd46f159e05624 | |
parent | Fixed a keylisting bug (diff) | |
download | gpgme-59e5ded0fec7523985c71688e47adedb572a3f3f.tar.gz gpgme-59e5ded0fec7523985c71688e47adedb572a3f3f.zip |
oops - have to thank someone else
-rw-r--r-- | trunk/THANKS | 20 | ||||
-rw-r--r-- | trunk/gpgme/ChangeLog | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/trunk/THANKS b/trunk/THANKS new file mode 100644 index 00000000..24bcdb45 --- /dev/null +++ b/trunk/THANKS @@ -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/trunk/gpgme/ChangeLog b/trunk/gpgme/ChangeLog index 35353ce7..fceee93a 100644 --- a/trunk/gpgme/ChangeLog +++ b/trunk/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]> |