ingo@1126: 2010-06-30  RELEASE 1.1
ingo@1126: 
ingo@1126:     * Evaluable cache statistics
ingo@1126: 
ingo@1126:     * Central configuration for this Geo-Backend
ingo@1126: 
ingo@1126: 
ingo@898: 2010-04-28  RELEASE 1.0
ingo@898: 
ingo@898:     NEW:
ingo@898: 
ingo@898:         * Support for MultiPolygons retrieved by database.
ingo@898: 
ingo@898:         * Support for MultiLinestrings retrieved by database.
ingo@898: 
ingo@898:         * Support for spatial queries using LineStrings.
ingo@898: 
ingo@898:         * Support for cache synchronization after database updates.
ingo@898: 
ingo@898: 
ingo@898:     Added:
ingo@898: 
ingo@898:         * Added JavaDoc documentation.
ingo@898: 
ingo@898: 
ingo@898: 2010-03-08  RELEASE 0.5
ingo@898: 
ingo@898: 
hans@556: 2010-01-27  RELEASE 0.4
hans@556: 
hans@556:     * Support for raster data access to SDE via RasterObject
hans@556: 
hans@556:     * Added interpolation for bilinear and bicubic 
hans@556:     spline interpolation on rasters
hans@556: 
hans@556:     * Improved connection pooling for re-use of connections (#34)
hans@556: 
hans@556:     * Improved memory consumption of SQL results produced by SDE by 
hans@556:     over 90% while removing redundancies for objects (especially 
hans@556:     date objects): e.g. from 256 MB per Interpolation to 15 MB. (#107)
hans@556: 
hans@556:     * Experimental Cache for database queries and 
hans@556:     results of parameterisation: Database queries are 
hans@556:     transparent against cache. 
hans@556:     Acceleration by at least factor 5-8 depending on circumstances.
hans@556: 
hans@556: 
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:     The backend now stubs the Java6 SQL API which is nor compability with
sascha@385:     earlier versions.
hans@279: 
sascha@385: 2009-11-13  RELEASE 0.2
sascha@385: 
sascha@385:     New:
sascha@385: 
sascha@385:     * Added first support for spatial queries for time series,
sascha@385:     vertical profile, horizontal profile, vertical cross section
sascha@385:     and horizontal cross section.
sascha@385: 
sascha@385:     * Improved memory footprint of data objects in geo-backend.
sascha@385: 
sascha@385:     * Stabilized binding to ArcSDE datasources.
hans@279: 
hans@279: 
sascha@385: 2009-10-07  RELEASE 0.1
sascha@144: 
sascha@385:     New:
sascha@144: 
sascha@385:     * Initial version of the database access layer.