From 3254e8ada4d90c580f2b2d4ef6c650e331090a7f Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de> Date: Thu, 30 Apr 2015 18:37:33 +0200 Subject: [PATCH] updated site --- src/changes/changes.xml | 37 +++++++++++++-------------------- src/site/markdown/news.markdown | 6 +++++- src/site/markdown/wiki | 2 +- 3 files changed, 20 insertions(+), 25 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 97e60de8..099e014f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -6,40 +6,31 @@ </properties> <body> <release version="Snapshot" date="Daily basis" description="Unstable preview of oncoming versions"> - <action dev="ntd" type="add" issue="32"> - Introduced a generic exception handling for stages. - </action> - <action dev="ntd" type="update" issue="92"> - Introduced new method (returns void) in Analysis, which starts the execution of the analysis. - Marked old method as deprecated. - </action> - <action dev="chw" type="update" issue="93"> - Introduced abstract class for composite stages. - </action> + </release> <release version="1.1" date="30.04.2015" description="Second release"> <action dev="ntd" type="add" issue="32"> - New concept: exception handling incl. Wiki tutorial + New concept: exception handling incl. Wiki tutorial. </action> <action due-to="nie" type="add" issue="107"> - New concept: unit test framework for testing a single stage + New concept: unit test framework for testing a single stage. </action> <action dev="chw" type="add"> New class: AbstractTransformation; - Represents a stage with a single input and a single output port + Represents a stage with a single input and a single output port. </action> - <action dev="chw" type="add"> + <action dev="Nils C. Ehmke" type="add"> New class: AbstractFilter; - Represents a stage with a single input and a single output port of the same type + Represents a stage with a single input and a single output port of the same type. </action> <action dev="ntd" type="update" issue="92"> Analysis.start() is now deprecated. Use Analysis.execute() instead. </action> - <action due-to="ajs" type="update" issue="120"> - Renamed Stage.executeWithPorts() to Stage.executeStage() + <action due-to="Arne J. Salveter" type="update" issue="120"> + Renamed Stage.executeWithPorts() to Stage.executeStage(). </action> <action dev="ntd" type="update" issue="112"> Removed IterableProducer. Use InitialElementProducer instead. @@ -47,21 +38,21 @@ <action dev="chw" type="fix" issue="143"> - #143 Null values can block the analysis + #143 Null values can block the analysis. </action> <action dev="ntd" type="fix" issue="109"> - #109 Minor bug in ObjectProducer stage + #109 Minor bug in ObjectProducer stage. </action> <action dev="ntd" type="fix" issue="75"> - #75 Signal passing is incorrect + #75 Signal passing is incorrect. </action> <action dev="chw" type="update" issue="141"> - Updated dependencies + 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 + Jar is not only published via the Central Maven Repository, but also via our CI server Jenkins. </action> </release> @@ -71,7 +62,7 @@ promote TeeTime. </action> <action type="add"> - Initial release of TeeTime + Initial release of TeeTime. </action> </release> </body> diff --git a/src/site/markdown/news.markdown b/src/site/markdown/news.markdown index f9d744f1..6fbaed36 100644 --- a/src/site/markdown/news.markdown +++ b/src/site/markdown/news.markdown @@ -1,5 +1,9 @@ # News +### Release 1.1 - 30.12.2015 + +TeeTime is now available as version 1.1. It can be downloaded from the [download section](download.html). For a changelog visit the [release notes](changes-report.html#1.1). + ### Release 1.0 - 19.12.2014 -As from today, TeeTime is available as a stable release. It can be downloaded from the [download section](download.html). \ No newline at end of file +As from today, TeeTime is available as a stable release. It can be downloaded from the [download section](download.html). \ No newline at end of file diff --git a/src/site/markdown/wiki b/src/site/markdown/wiki index 0e447457..bb53dfd7 160000 --- a/src/site/markdown/wiki +++ b/src/site/markdown/wiki @@ -1 +1 @@ -Subproject commit 0e4474577e1f49bc96e734c286b2d9e0363895e8 +Subproject commit bb53dfd7de974a433a7b96b0b65f4aacb8da3df3 -- GitLab