From: Marcus Brinkmann Date: Tue, 4 Jun 2002 12:19:00 +0000 (+0000) Subject: Updates. X-Git-Tag: gpgme-0-3-7~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9a262e6ed85d3106bb8cf9daa1287f67dae735a4;p=gpgme.git Updates. --- diff --git a/NEWS b/NEWS index 3fd043e..681fba0 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,11 @@ -Noteworthy changes in version CVS-HEAD +Noteworthy changes in version 0.3.7 (2002-06-04) ------------------------------------------------ - * Interface changes relative to the 0.3.6 release: -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * GPGME_ATTR_OTRUST is implemented now. + + * A first step toward thread safeness has been achieved, see the + documentation for details. Supported thread libraries are pthread + and Pth. Noteworthy changes in version 0.3.6 (2002-05-03) ------------------------------------------------ diff --git a/TODO b/TODO index 951cfcf..80fcb4a 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,10 @@ Hey Emacs, this is -*- outline -*- mode! which can not be differentiated from the case that it is not representable. +* Thread support: +** Build thread modules for static linking (which just suck in the + desired symbols the hard way). !! + * Allow to use GTK's main loop instead of the select stuff in wait.c. !!!