This commit is contained in:
Marcus Brinkmann 2002-06-04 12:19:00 +00:00
parent e202b91008
commit 9a262e6ed8
2 changed files with 10 additions and 4 deletions

10
NEWS
View File

@ -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)
------------------------------------------------

4
TODO
View File

@ -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. !!!