We've released Cobertura 1.9.2. Cobertura is now thread safe! The recent problem introduced with Java 6 update 14 has also been fixed. See below for the full list of changes.
- Cobertura is now thread safe.
- Fix for FileLocker exception when writing coverage data (java.lang.IllegalStateException: Shutdown in progress) that started to appear with Java 6 update 14. (Chris van Es)
- Fix for bug "Unix scripts behave oddly due to DOS format - ID: 2788621"