0.2.3 (17-03-2012)
Ruby 1.9?
0.2.2 (11-02-2012)
Using Tempfile instead of home brewed Utils.tempfile.
0.2.1 (06-10-2008)
Fixed a bug concerning single-core machines.
Introduced ThreadLimiter.handle_clusters.
0.2.0 (27-07-2008)
Removed Enumerable#concurrent() and Enumerable#clustered_concurrent(). (Use Enumerable#concurrent_collect and Enumerable#clustered_concurrent_collect instead, respectively.)
Fixed the clustering of empty enumerables.
Added File.owned?(), so the temporary file with the intermediate results can’t be replaced by other people.
Reduced the overhead of the clustering.
Reduced the overhead of Marshal.
0.1.1 (19-07-2008)
Added example.txt.
at_exit blocks defined in the child itself will be executed in the child, whereas at_exit blocks defined in the parent won’t be executed in the child. (In the previous version, the at_exit blocks defined in the child weren’t be executed at all.)
Added File#chmod(0600), so the temporary file with the intermediate results can’t be read by other people.
0.1.0 (13-07-2008)
First release.