[svn] assuan - r336 - trunk
svn author marcus
cvs at cvs.gnupg.org
Tue Dec 15 02:23:07 CET 2009
Author: marcus
Date: 2009-12-15 02:23:07 +0100 (Tue, 15 Dec 2009)
New Revision: 336
Modified:
trunk/AUTHORS
trunk/README
trunk/THANKS
trunk/TODO
Log:
Just some pre-release clean ups.
Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS 2009-12-14 12:16:30 UTC (rev 335)
+++ trunk/AUTHORS 2009-12-15 01:23:07 UTC (rev 336)
@@ -13,7 +13,7 @@
- Code cleanup, descriptor passing and bug fixes.
Marcus Brinkmann <marcus at g10code.de>
- - Bug fixes.
+ - Shared library version, bug fixes.
g10 Code GmbH <info at g10code.com>
- all work indicated by mail addresses in ChangeLogs
Modified: trunk/README
===================================================================
--- trunk/README 2009-12-14 12:16:30 UTC (rev 335)
+++ trunk/README 2009-12-15 01:23:07 UTC (rev 336)
@@ -2,12 +2,8 @@
===========
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.
+packages.
-It is currently not intended to be used as a shared library.
-
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 @@
The primary FTP site is ftp://ftp.gnupg.org/gcrypt/libassuan.
-
-
Modified: trunk/THANKS
===================================================================
--- trunk/THANKS 2009-12-14 12:16:30 UTC (rev 335)
+++ trunk/THANKS 2009-12-15 01:23:07 UTC (rev 336)
@@ -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ä ville.skytta at iki.fi
+Ville Skyttä ville dot skytta at iki dot fi
-
-
-
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2009-12-14 12:16:30 UTC (rev 335)
+++ trunk/TODO 2009-12-15 01:23:07 UTC (rev 336)
@@ -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.
+
More information about the Gnupg-commits
mailing list