chiark / gitweb /
+ Improvements for multithreaded programs:
authorian <ian>
Wed, 9 Aug 2006 11:16:59 +0000 (11:16 +0000)
committerian <ian>
Wed, 9 Aug 2006 11:16:59 +0000 (11:16 +0000)
commit47a6797e30861e0b59f6badcfb5ef7a1a020befa
tree4f206fbf940cb54c0ede4b9cd5b110eead960fe1
parentd72ea83193094e9997237b302943c3d610320516
+  Improvements for multithreaded programs:

@@ -1,3 +1,14 @@
+adns (1.3.0.99.1); urgency=low
+
+  Improvements for multithreaded programs:
+  * New documentation comment in adns.h explaining thread guarantees
+    (or lack of them), replaces `single-threaded' note at the top.
+  * Fix string conversion of adns_r_addr not to use a static buffer
+    (function csp_addr) so as to make thread promise true.
+  * Make an internal variable const-correct (expectdomain in pa_ptr).
+
+ --
+
 adns (1.3); urgency=low

   Portability fixes:
changelog
src/adns.h
src/types.c