diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9ee0d897212beda755859c00911f380a2570e2bd..54abeca9ca1a62be05018a2b0930c1a6f34cbdd7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -5,20 +5,7 @@ <title>Release Notes</title> </properties> <body> - <release version="2.0" date="30.09.2015" - description="Camellia Release"> - <action dev="ntd" type="update" issue="224"> - Merged Stage into AbstractStage. - </action> - <action dev="chw" type="update" issue="189"> - Merger and Distributor strategies are moved to a separate package. - </action> - <action dev="ntd" type="remove" issue="217"> - Removed InitializingSignal. - </action> - <action dev="ntd" type="update" issue="185"> - TerminatingExceptionListener is now the default listener. - </action> + <release version="2.0" date="30.09.2015" description="Camellia Release"> <action dev="chw" type="add" issue="207"> Added capacity to IPipe. </action> @@ -45,25 +32,12 @@ Stages without any input port are automatically executed in a dedicated thread. </action> - <action dev="ntd" type="update" issue="174"> - Removed addThreadableStage and replaced it by AbstractStage.declareActive(). - </action> - <action dev="ntd" type="fix" issue="93"> - Introduced a new concept - for composing stages. - </action> <action dev="ntd" type="add" issue="171"> Configurations are now built within the Configuration class. This removes any constraints on CompositeStages and enables therefore multiple connections and multithreading in such stages. </action> - <action dev="ntd" type="update"> - Renamed Analysis to Execution. - </action> - <action dev="ntd" type="remove"> - Removed pair class. - </action> <action dev="ntd" type="add" issue="154"> All stages will be initialized before starting the analysis. @@ -78,6 +52,34 @@ Added Services. Any Execution can now be aborted. </action> + + <action dev="ntd" type="update" issue="224"> + Merged Stage into AbstractStage. + </action> + <action dev="chw" type="update" issue="189"> + Merger and Distributor strategies are moved to a separate package. + </action> + <action dev="ntd" type="update" issue="185"> + TerminatingExceptionListener is now the default listener. + </action> + <action dev="ntd" type="update" issue="174"> + Removed addThreadableStage and replaced it by AbstractStage.declareActive(). + </action> + <action dev="ntd" type="update"> + Renamed Analysis to Execution. + </action> + + <action dev="ntd" type="fix" issue="93"> + Introduced a new concept + for composing stages. + </action> + + <action dev="ntd" type="remove" issue="217"> + Removed InitializingSignal. + </action> + <action dev="ntd" type="remove"> + Removed pair class. + </action> </release> <release version="1.1.2" date="12.05.2015" description="Minor bugfixes for 1.1"> @@ -97,7 +99,7 @@ </release> - <release version="1.1" date="30.04.2015" description="Second release"> + <release version="1.1" date="30.04.2015" description="Black release"> <action dev="ntd" type="add" issue="32"> New concept: exception handling incl. Wiki tutorial. @@ -129,7 +131,14 @@ Removed IterableProducer. Use InitialElementProducer instead. </action> - + <action dev="chw" type="update" issue="141"> + Updated dependencies. + </action> + <action dev="ntd" type="update" issue="72"> + Jar is not only + published via the Central Maven Repository, but also via our CI + server Jenkins. + </action> <action dev="chw" type="fix" issue="143"> #143 Null values can block @@ -143,19 +152,9 @@ #75 Signal passing is incorrect. </action> - - - <action dev="chw" type="update" issue="141"> - Updated dependencies. - </action> - <action dev="ntd" type="update" issue="72"> - Jar is not only - published via the Central Maven Repository, but also via our CI - server Jenkins. - </action> </release> - <release version="1.0" date="19.12.2014" description="Initial release"> + <release version="1.0" date="19.12.2014" description="Assam release"> <action dev="ntd" type="add" issue="66"> Created a new site to promote TeeTime.