# HG changeset patch # User Sascha L. Teichmann # Date 1261076163 0 # Node ID b3ad3cb948558fdaed2faf22b622f4a0966ea7f3 # Parent 8656162eb52d9d206e9890554540f83498a9a22f Release 0.3 gnv-artifacts/trunk@460 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 8656162eb52d -r b3ad3cb94855 gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Thu Dec 17 18:05:23 2009 +0000 +++ b/gnv-artifacts/ChangeLog Thu Dec 17 18:56:03 2009 +0000 @@ -1,3 +1,9 @@ +2009-12-17 Sascha L. Teichmann + + RELEASE 0.3 + + * Changes, NEWS, ChangeLog: Summarized activities + 2009-12-17 Sascha L. Teichmann * doc/conf/conf.xml: Bind REST server to localhost. diff -r 8656162eb52d -r b3ad3cb94855 gnv-artifacts/Changes --- a/gnv-artifacts/Changes Thu Dec 17 18:05:23 2009 +0000 +++ b/gnv-artifacts/Changes Thu Dec 17 18:56:03 2009 +0000 @@ -1,37 +1,75 @@ -2009-11-13 RELEASE 0.2 - - * Adding support for relative pathnames relating to central - config document (issue 59) - - * Splitting of configuration documents (Issue 40) - - * Corrected data model of artifacs (issue 3) +2009-12-17 RELEASE 0.3 - * Added FIS Sea State, SEACAT, Current Meter, Ice Station Reports - - * Implemented gaps for spatial and temportal gaps (issue 45) + New: - * TG_0040.005: Added a first ODV support + * SVG export for charts (introducing Apache Batik dependency) + * PDF export for charts. (introducing iText dependency) + * style templating for charts via XML. + * Units are now localized and added to the charts + * Gap detection for horizontal and vertical profile charts. - * Added more input validation to make it more user-friendly + * 'Horizontale Schnittprofile' - * Added a first documentation of configuration documents + * Added region filters + + Fixed: + + * Various i18n messages. (Issue 129) + * problems with verticalprofile charts. + * TG_0030.008: "Unterscheidung bei Farben wechselt + zwischen verschiedenen Ausgabeprodukten bei gleicher Parameterwahl" + * TG_0030.004: "Jahreszahlen an der Abszisse werden nicht angezeigt" + * TG_0030.004 : i18n funktioniert an Abzissenbeschriftung noch nicht (Issue 104) + + Changed: + + * The configuration system to define the workflows + with artifacts. Cleaner separation states vs. transistions. + + * Default configuration of ttl of artifacts is more realistic now. + + * Used more recent versions of JFreeChart and Apache Common Math. + + * Local caching of data is now used more consequently + + Removed: + + * Old conterra charting code. + +2009-11-13 RELEASE 0.2 + + * Adding support for relative pathnames relating to central + config document (issue 59) + + * Splitting of configuration documents (Issue 40) + + * Corrected data model of artifacs (issue 3) + + * Added FIS Sea State, SEACAT, Current Meter, Ice Station Reports + + * Implemented gaps for spatial and temportal gaps (issue 45) + + * TG_0040.005: Added a first ODV support + + * Added more input validation to make it more user-friendly + + * Added a first documentation of configuration documents -2009-10-07 RELEASE 0.1 - - * Initial release of the artifacts special for the - BSH Generic Viewer. They are to be configured to live - inside an artifact database via conf.xml. +2009-10-07 RELEASE 0.1 - * The collection of parameters is modelled by transistions - inside the XML. - - * src/test/ressources/conf.xml gives a setup to use all - the provided artifacts. - - * Products can be produced for following FIS: - Marnet, IMIS, STAUN, Modeldata, Delphin, Thermosalinograph, - Chemusurvey, GTS, CTD, CBT in form of time series, - vertical profiles and horizontal profiles on meshes - and instantaneous points. + * Initial release of the artifacts special for the + BSH Generic Viewer. They are to be configured to live + inside an artifact database via conf.xml. + + * The collection of parameters is modelled by transistions + inside the XML. + + * src/test/ressources/conf.xml gives a setup to use all + the provided artifacts. + + * Products can be produced for following FIS: + Marnet, IMIS, STAUN, Modeldata, Delphin, Thermosalinograph, + Chemusurvey, GTS, CTD, CBT in form of time series, + vertical profiles and horizontal profiles on meshes + and instantaneous points. diff -r 8656162eb52d -r b3ad3cb94855 gnv-artifacts/NEWS --- a/gnv-artifacts/NEWS Thu Dec 17 18:05:23 2009 +0000 +++ b/gnv-artifacts/NEWS Thu Dec 17 18:56:03 2009 +0000 @@ -1,29 +1,37 @@ -2009-11-13 RELEASE 0.2 - - * Added support for all required FIS: - Marnet, IMIS, STAUN, Modelldaten, Eisklimatologie, Eismeldungen, SST, - Delphin, Thermosalinograph, Chemusurvey, GTS, CTD, XBT, SeaCat, - Seegangsarchiv, Strommesser (Req. TG_0020.001) - - * Added support for vertical profiles (Chapter 3.3.3.2.2) +2009-12-17 RELEASE 0.3 - * Added support for horizontal profiles (Chapter 3.3.3.2.3); - part independent of MapViewer - - * Added a first support for ODV format (Req. TG_0040.005) - - * Enabling client for multi-instances (Req. 00_0000.007) + * PDF export + * SVG export + * Chart Templating + * 'Horizontale Schnittprofile' + * various i18n fixes - * Adding of support of internal area filter (Req. TG_0020.012 b) +2009-11-13 RELEASE 0.2 - * Added more support for internationalization (TG_0050.004) + * Added support for all required FIS: + Marnet, IMIS, STAUN, Modelldaten, Eisklimatologie, Eismeldungen, SST, + Delphin, Thermosalinograph, Chemusurvey, GTS, CTD, XBT, SeaCat, + Seegangsarchiv, Strommesser (Req. TG_0020.001) - * Improved error handling with more user-friendly messages + * Added support for vertical profiles (Chapter 3.3.3.2.2) - * Added required statistical support (Chapter 3.3.3.3.1) + * Added support for horizontal profiles (Chapter 3.3.3.2.3); + part independent of MapViewer + + * Added a first support for ODV format (Req. TG_0040.005) + + * Enabling client for multi-instances (Req. 00_0000.007) + + * Adding of support of internal area filter (Req. TG_0020.012 b) + + * Added more support for internationalization (TG_0050.004) + + * Improved error handling with more user-friendly messages + + * Added required statistical support (Chapter 3.3.3.3.1) -2009-10-07 RELEASE 0.1 +2009-10-07 RELEASE 0.1 - * Initial release of the artifacts special for the Generic BSH Viewer. + * Initial release of the artifacts special for the Generic BSH Viewer.