summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3191e3d..8c9c8b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* src/thread.c (thread_main_loop): Moved the looping code into
this function from the main() function. Just a bit of clean up.
+ (thread_main): Changed the default cancelation point to
+ asynchronous, which means immediately. This should fix up the
+ problem where the threads would not free correctly.
2002-04-07 Robert James Kaes <rjkaes@flarenet.com>