aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--README8
-rw-r--r--THANKS14
-rw-r--r--TODO2
4 files changed, 10 insertions, 16 deletions
diff --git a/AUTHORS b/AUTHORS
index 42bb79d..0415cec 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
diff --git a/README b/README
index daefeae..bf6f23f 100644
--- a/README
+++ b/README
@@ -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.
-
-
diff --git a/THANKS b/THANKS
index 4543bbd..a1a2188 100644
--- a/THANKS
+++ b/THANKS
@@ -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
diff --git a/TODO b/TODO
index 3efeabd..7a71f08 100644
--- a/TODO
+++ b/TODO
@@ -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.
+