Release Notes - DNA - Version 0.1 ** Bug * [DNA-14] - SequencerSystem does not use Workspace and Session in a threadsafe manner * [DNA-20] - Time zone parsing doesn't handle "+" * [DNA-60] - Progress monitor framework does not allow for localization of progress statuses ** Feature Request * [DNA-16] - Sequencers should report their progress and should be cancellable * [DNA-21] - Support internationalization and localization * [DNA-22] - Create a sequencer for images to extract metadata * [DNA-29] - Create abstract base class for sequencers that process streamed contents and generate simple data * [DNA-30] - Sequence MP3 files ** Task * [DNA-1] - Create unit tests for sequencer framework * [DNA-3] - Create basic Maven project structure * [DNA-8] - Create presentation for JBoss World * [DNA-9] - Create FAQ page on wiki * [DNA-10] - Create "quick start" guide * [DNA-12] - Use Java Concurrency in Practice annotations * [DNA-13] - Create simple JCR unit test framework * [DNA-15] - Create progress monitoring framework * [DNA-17] - Renaming interfaces to not use the "I" prefix * [DNA-19] - Extract sequencer library into reusable component library (in common). * [DNA-25] - Create sequencer sub-project area * [DNA-27] - I18n framework should not throw exceptions for duplicate or missing messages * [DNA-54] - Set up continuous integration with Hudson * [DNA-56] - Rename CoreI18n to CommonI18n * [DNA-57] - Refactor codebase to clearly and cleanly separate SPI and API * [DNA-59] - Move replaceParameters method in I18n to StringUtil