2004-11-27 jrandom

* Fix for a fast loop caused by a race in the new streaming library (thanks
      DrWoo, frontier, pwk_, and thetower!)
    * Minor updates to the SimpleTimer and Connection to help track down a
      high CPU usage problem (dumping debug info to stdout/wrapper.log if too
      many events/tasks fire in a second)
    * Minor fixes for races on client disconnects (causing NPEs)
This commit is contained in:
jrandom
2004-11-27 03:54:17 +00:00
committed by zzz
parent 64b5089909
commit 0b5a640896
7 changed files with 77 additions and 9 deletions

View File

@ -1,4 +1,12 @@
$Id: history.txt,v 1.82 2004/11/25 16:57:19 jrandom Exp $
$Id: history.txt,v 1.83 2004/11/26 10:20:14 jrandom Exp $
2004-11-27 jrandom
* Fix for a fast loop caused by a race in the new streaming library (thanks
DrWoo, frontier, pwk_, and thetower!)
* Minor updates to the SimpleTimer and Connection to help track down a
high CPU usage problem (dumping debug info to stdout/wrapper.log if too
many events/tasks fire in a second)
* Minor fixes for races on client disconnects (causing NPEs)
* 2004-11-26 0.4.2 released