# HG changeset patch # User Hans Plum # Date 1258144169 0 # Node ID 56c9b33e8533aa709cb5473b779839c6ee78ed9a # Parent f2af03633d2995897bd82d7170861ed14a03e7cd RELEASE 0.2: Summarized activities in NEWS, Changes gnv-artifacts/trunk@340 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r f2af03633d29 -r 56c9b33e8533 gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Fri Nov 13 19:15:30 2009 +0000 +++ b/gnv-artifacts/ChangeLog Fri Nov 13 20:29:29 2009 +0000 @@ -1,3 +1,8 @@ +2009-11-13 Hans Plum + + * RELEASE 0.2: + Summarized activities in NEWS, Changes + 2009-11-13 Hans Plum * ChangeLog: @@ -179,6 +184,7 @@ HorizontalCrossSection Mesh. 2009-11-10 Tim Englich + * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java (testHorizontalProfileInstantaneousPointArtifact): Added the ODV-Export to the Unit-Testcase for HorizontalProfile-InstantaneousPoint. Some Refactoring Work done. @@ -388,10 +394,11 @@ * doc/conf/queries.properties: Query to select only those TimeSeriesPoints which are within an Region - * doc/conf/products/timeseries/conf_timeseriespoint.xml: - * doc/conf/products/verticalprofile/conf_timeseriespoint.xml: - Added the RegionFilters into the configuration of the Products - for TimeSeriesPoints. + + * doc/conf/products/timeseries/conf_timeseriespoint.xml, + doc/conf/products/verticalprofile/conf_timeseriespoint.xml: + Added the RegionFilters into the configuration of the Products + for TimeSeriesPoints. 2009-11-05 Tim Englich @@ -761,7 +768,7 @@ 2009-10-19 Tim Englich - Issue 47: Strings for time series + Issue 47: Translation of strings for time series * src/main/resources/lang/artifactMessages*.properties: Changed the displayed-Values as defined in issue47 @@ -861,11 +868,16 @@ Changed Configuratioon to get the ID of an FIS to the Chartgeneration 2009-10-15 Tim Englich + * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java (testHorizontalProfileMeshPointArtifact): Activate Tests for CSV and Statistics on HorizontalProfiles - * src/main/java/de/intevation/gnv/transition/profile/horizontal/HorizontalProfileOutputTransition.java (createCSV): - * src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java (createCSV): - Integrated special CSV-Export for HorizontalProfiles + + * + src/main/java/de/intevation/gnv/transition/profile/horizontal/HorizontalProfileOutputTransition.java + (createCSV), + src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java + (createCSV): + Integrated special CSV-Export for HorizontalProfiles 2009-10-14 Tim Englich @@ -889,7 +901,8 @@ Switched to Szenario where it is possible to select Data using the Coordinate. * src/test/ressources/conf.xml, src/test/ressources/queries.properties: - Switched to SFS-Conformant-Queries in HorzintalProfile- and VerticalProfile-Mesh + Switched to SFS-Conformant-Queries in HorzintalProfile- and VerticalProfile-Mesh + 2009-10-13 Tim Englich * src/main/resources/lang/artifactMessages_*.properties: diff -r f2af03633d29 -r 56c9b33e8533 gnv-artifacts/Changes --- a/gnv-artifacts/Changes Fri Nov 13 19:15:30 2009 +0000 +++ b/gnv-artifacts/Changes Fri Nov 13 20:29:29 2009 +0000 @@ -1,3 +1,23 @@ +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 diff -r f2af03633d29 -r 56c9b33e8533 gnv-artifacts/NEWS --- a/gnv-artifacts/NEWS Fri Nov 13 19:15:30 2009 +0000 +++ b/gnv-artifacts/NEWS Fri Nov 13 20:29:29 2009 +0000 @@ -1,4 +1,29 @@ +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) + + * 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 -* Initial release of the artifacts special for the Generic BSH Viewer. + * Initial release of the artifacts special for the Generic BSH Viewer.