Updates.
authorMarcus Brinkmann <mb@g10code.com>
Tue, 4 Jun 2002 12:19:00 +0000 (12:19 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Tue, 4 Jun 2002 12:19:00 +0000 (12:19 +0000)
NEWS
TODO

diff --git a/NEWS b/NEWS
index 3fd043e62c6b8ce94aa1e3595f18ed9c071e2329..681fba0e757ad7e3819fd420a2472d8925a9a041 100644 (file)
--- 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 951cfcf7711c632b162e3c9e9841d06ff6889e1b..80fcb4a2ae68a2d7afe7ddd528be57120441e776 100644 (file)
--- 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. !!!