diff options
author | Marcus Brinkmann <[email protected]> | 2009-12-15 01:23:07 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2009-12-15 01:23:07 +0000 |
commit | 6c94b937ba12ef36b225e9273c42365168bbd723 (patch) | |
tree | 128ff540d4716f22605c291ac6f7fa919db1b992 | |
parent | Return and parse comment lines with the assuan_client_ functions. (diff) | |
download | libassuan-6c94b937ba12ef36b225e9273c42365168bbd723.tar.gz libassuan-6c94b937ba12ef36b225e9273c42365168bbd723.zip |
Just some pre-release clean ups.
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | THANKS | 14 | ||||
-rw-r--r-- | TODO | 2 |
4 files changed, 10 insertions, 16 deletions
@@ -13,7 +13,7 @@ Neal H. Walfield <[email protected]> - Code cleanup, descriptor passing and bug fixes. Marcus Brinkmann <[email protected]> - - Bug fixes. + - Shared library version, bug fixes. g10 Code GmbH <[email protected]> - all work indicated by mail addresses in ChangeLogs @@ -2,11 +2,7 @@ =========== This is the IPC library used by GnuPG 2, GPGME and a few other -packages. It used to be included with the latter packages but we -decided to make your life not too easy and separated it out to a stand -alone library. - -It is currently not intended to be used as a shared library. +packages. See COPYING.LIB on how to share, modify and distribute the software itself (LGPLv2.1+) and COPYING for the documentation (GPLv3+). @@ -17,5 +13,3 @@ category "libassuan". The primary FTP site is ftp://ftp.gnupg.org/gcrypt/libassuan. - - @@ -1,12 +1,10 @@ - -Alain Guibert alguibert+gpd at free.fr -Marc Mutz mutz at kde.org -Michael Nottebrock michaelnottebrock at gmx.net +Alain Guibert alguibert+gpd at free dot fr +Ben Kibbey bjk at luxsci dot net +Frank Osterfeld frank at kdab dot net +Marc Mutz mutz at kde dot org +Michael Nottebrock michaelnottebrock at gmx dot net Nelson H. F. Beebe beebe at math dot utah dot edu Peter O'Gorman gnupg-devel at mlists dot thewrittenword dot com Rex Dieter rdieter at math dot unl dot edu -Ville Skyttä [email protected] - - - +Ville Skyttä ville dot skytta at iki dot fi @@ -1,4 +1,5 @@ -*- outline -*- +* More tests. * Check that we have Pth-ed all blocking fucntions. * Introduce a spawn wrapper program as gpgme has to not leak fds under W32. * assuan_transact returns immediately on an error in the callback @@ -12,3 +13,4 @@ * W32 ** Check what kind of fd we use with inbound.fd etc. + |