# HG changeset patch # User Sascha L. Teichmann # Date 1261060502 0 # Node ID 27082b83c2677503b0c31927158aa1fcc93ea491 # Parent da2da7bb1aa1fbca6c34b71c03f88aec09bf4143 Release 0.3 geo-backend/trunk@450 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r da2da7bb1aa1 -r 27082b83c267 geo-backend/ChangeLog --- a/geo-backend/ChangeLog Thu Dec 17 11:14:45 2009 +0000 +++ b/geo-backend/ChangeLog Thu Dec 17 14:35:02 2009 +0000 @@ -1,3 +1,9 @@ +2009-12-171 Sascha L. Teichmann + + RELEASE 0.3 + + * Changes, NEWS, ChangeLog: Summarized changes. + 2009-12-17 Ingo Weinzierl * src/main/java/de/intevation/gnv/geobackend/base/DefaultResult.java: diff -r da2da7bb1aa1 -r 27082b83c267 geo-backend/Changes --- a/geo-backend/Changes Thu Dec 17 11:14:45 2009 +0000 +++ b/geo-backend/Changes Thu Dec 17 14:35:02 2009 +0000 @@ -1,34 +1,46 @@ -2009-11-13 RELEASE 0.2 - - New: - - * Added spatial query support for the first use cases. It uses OGC Simple Features for - SQL Syntax (SFS) to the inside and OGC WKT (Well Known Text) for - geometry respresentations - - * Enhanced configuration to ArcSDE Backend in Pool-Mechanism for - fine-tuning interaction and pooling. +2009-12-17 RELEASE 0.3 - * Added support for INNERJOIN, ORDER BY and GROUP BY for spatial - queries (needs more testing) - - * Support for gaps in temporal and spatial data added. + New: - Improvements: + * !!!! Java6 is mandatory now! Older version are not supported any longer !!! + * Added "point on polygon" spatial query support. - * Improved memory handling of Backend-results in geo-backend + Fixed: - * Stabilized binding to ArcSDE Backend (issue 34), - https://roundup-intern.intevation.de/gnv/issue34 + * Avoid index out of bounds exception in some case when accessing database + columns that are not provided by the database result set. + + +2009-11-13 RELEASE 0.2 + + New: + + * Added spatial query support for the first use cases. It uses OGC Simple Features for + SQL Syntax (SFS) to the inside and OGC WKT (Well Known Text) for + geometry respresentations + + * Enhanced configuration to ArcSDE Backend in Pool-Mechanism for + fine-tuning interaction and pooling. + + * Added support for INNERJOIN, ORDER BY and GROUP BY for spatial + queries (needs more testing) + + * Support for gaps in temporal and spatial data added. + + Improvements: + + * Improved memory handling of Backend-results in geo-backend + + * Stabilized binding to ArcSDE Backend (issue 34), + https://roundup-intern.intevation.de/gnv/issue34 -2009-10-07 RELEASE 0.1 +2009-10-07 RELEASE 0.1 - New: + New: - * Imported proto type database access layer. - - * Made access layer look like java.sql.* + * Imported proto type database access layer. + * Made access layer look like java.sql.* diff -r da2da7bb1aa1 -r 27082b83c267 geo-backend/NEWS --- a/geo-backend/NEWS Thu Dec 17 11:14:45 2009 +0000 +++ b/geo-backend/NEWS Thu Dec 17 14:35:02 2009 +0000 @@ -1,16 +1,26 @@ -2009-11-13 RELEASE 0.2 +2009-12-17 RELEASE 0.3 - * Added first support for spatial queries for time series, - vertical profile, horizontal profile, vertical cross section - and horizontal cross section. + New: - * Improved memory footprint of data objects in geo-backend. + * !!!! Java6 is mandatory now! Older version are not supported any longer !!! + The backend now stubs the Java6 SQL API which is nor compability with + earlier versions. - * Stabilized binding to ArcSDE datasources. +2009-11-13 RELEASE 0.2 + + New: + + * Added first support for spatial queries for time series, + vertical profile, horizontal profile, vertical cross section + and horizontal cross section. + + * Improved memory footprint of data objects in geo-backend. + + * Stabilized binding to ArcSDE datasources. -2009-10-07 RELEASE 0.1 +2009-10-07 RELEASE 0.1 - New: + New: - * Initial version of the database access layer. + * Initial version of the database access layer.