 NEWS/ChangeLog for doMC
-------------------------

1.2.2   2011-05-16
    o   Added support for the compiler package in R 2.13.0
    o   Enhanced unit tests to enable running them under R CMD check.


1.2.1   2010-01-25
    o   Changed license to GPL-2
    o   Error handling for the doMC backend should now be correct.  If 
        .errorhandling is set to anything other than 'stop', it should return 
        an array containing the results of all iterations which did not cause 
        errors. (From a bug report by Brian Peterson)


1.2.0   2009-10-05
    o   added support for all of the mclapply options via the foreach
        .options.multicore argument
    o   added a "Getting Started" vignette.
    o   added examples directory


1.1.1   2009-06-29
    o   added cores option to registerDoMC
    o   fixed bug that caused getDoParWorkers to report incorrect value


1.1.0   2009-06-26
    o   initial public release
