X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2FChangeLog;h=7069b2c48edee89691a20448d97fa276380c4c5b;hb=4d9a00d2846d49086faf8dfefb832925be9e19b3;hp=03fd32230ad4041241498b8044addae71a8939d4;hpb=d6afb4bcf56a594be1833988b5cc485ff797b671;p=citadel.git diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 03fd32230..7069b2c48 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,10 @@ $Log$ +Revision 1.400 1999/10/28 05:08:49 ajc +* Removed all of the thread cancellation cruft that is no longer necessary +* Moved the now non-system-dependent RemoveContext() out of sysdep.c (now + it's part of cleanup() in citserver.c) +* Removed all references to pthread_* from all modules except sysdep.c + Revision 1.399 1999/10/28 03:20:17 ajc * Fixed the problem of worker threads waking up prematurely. * 'QUIT'-terminated sessions now exit properly. Still need to fix code for @@ -1374,3 +1380,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import +