Release Name: 0.2.3
Notes:
commit 9c338507225446cb5c477a91c5e5da0bfe305949
Author: Eric Wong <normalperson@yhbt.net>
Date: Wed Mar 25 16:31:33 2009 -0700
unicorn 0.2.3
commit 9ccced22c38c30e776edc5c2513194623b42a7a9
Author: Eric Wong <normalperson@yhbt.net>
Date: Wed Mar 25 16:25:45 2009 -0700
Ensure Tempfiles are unlinked after every request
Otherwise we bloat TMPDIR and run the host out of space, oops!
commit a87866f83c0185757b2f85aeab17e2a9553b6ae1
Author: Eric Wong <normalperson@yhbt.net>
Date: Sat Mar 21 22:46:34 2009 -0700
Don't bother unlinking UNIX sockets
Since we always unlink existing sockets when binding, there's no
point in having code to unlink the sockets when we exit.
Additionally, the old code path was racy.
Changes:
Eric Wong (3):
Don't bother unlinking UNIX sockets
Ensure Tempfiles are unlinked after every request
unicorn 0.2.3
|