sascha@385: 2009-12-17 RELEASE 0.3 hans@279: sascha@385: New: hans@279: sascha@385: * !!!! Java6 is mandatory now! Older version are not supported any longer !!! sascha@385: * Added "point on polygon" spatial query support. hans@279: sascha@385: Fixed: hans@279: sascha@385: * Avoid index out of bounds exception in some case when accessing database sascha@385: columns that are not provided by the database result set. sascha@385: sascha@385: sascha@385: 2009-11-13 RELEASE 0.2 sascha@385: sascha@385: New: sascha@385: sascha@385: * Added spatial query support for the first use cases. It uses OGC Simple Features for sascha@385: SQL Syntax (SFS) to the inside and OGC WKT (Well Known Text) for sascha@385: geometry respresentations sascha@385: sascha@385: * Enhanced configuration to ArcSDE Backend in Pool-Mechanism for sascha@385: fine-tuning interaction and pooling. sascha@385: sascha@385: * Added support for INNERJOIN, ORDER BY and GROUP BY for spatial sascha@385: queries (needs more testing) sascha@385: sascha@385: * Support for gaps in temporal and spatial data added. sascha@385: sascha@385: Improvements: sascha@385: sascha@385: * Improved memory handling of Backend-results in geo-backend sascha@385: sascha@385: * Stabilized binding to ArcSDE Backend (issue 34), sascha@385: https://roundup-intern.intevation.de/gnv/issue34 hans@279: hans@279: hans@279: sascha@385: 2009-10-07 RELEASE 0.1 sascha@144: sascha@385: New: sascha@144: sascha@385: * Imported proto type database access layer. sascha@385: * Made access layer look like java.sql.* sascha@144: sascha@144: