Mercurial > dive4elements > gnv-client
changeset 898:1e003d3b06e8
Summarized changes, created NEWS, Changes for the upcoming release.
geo-backend/trunk@1028 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 28 Apr 2010 15:10:11 +0000 |
parents | 02cd2935b5fa |
children | 3f9fc88aec2b d387a97807a3 |
files | geo-backend/ChangeLog geo-backend/Changes geo-backend/NEWS |
diffstat | 3 files changed, 50 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/geo-backend/ChangeLog Wed Apr 28 07:04:19 2010 +0000 +++ b/geo-backend/ChangeLog Wed Apr 28 15:10:11 2010 +0000 @@ -1,3 +1,7 @@ +2010-04-28 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + * Changes, NEWS, ChangeLog: Summarized changes. + 2010-04-28 Ingo Weinzierl <ingo.weinzierl@intevation.de> * src/test/java/de/intevation/gnv/geobackend/base/query/cache/CacheCleanerTestCase.java,
--- a/geo-backend/Changes Wed Apr 28 07:04:19 2010 +0000 +++ b/geo-backend/Changes Wed Apr 28 15:10:11 2010 +0000 @@ -1,3 +1,28 @@ +2010-04-28 RELEASE 1.0 + + NEW: + + * Support for MultiLinestring and MultiPolygon detection retrieved by + the database. + + * Spatial queries using LineStrings can be sent to the database. + + * Sql-cache synchronization after database upates have taken place. A + thread is started in a specific time interval. Elements are removed + from cache if the sql-statement that has been used to retrieve these + elements contains a table that have been updated since the last + synchronization. The time interval (in seconds) can be configured via + system property 'caching.cleaner.interval' (e.g. + caching.cleaner.interval=600 for an interval of 10 minutes). + + Added: + + * JavaDoc documentation. + + +2010-03-08 RELEASE 0.5 + + 2010-01-27 RELEASE 0.4 New:
--- a/geo-backend/NEWS Wed Apr 28 07:04:19 2010 +0000 +++ b/geo-backend/NEWS Wed Apr 28 15:10:11 2010 +0000 @@ -1,3 +1,24 @@ +2010-04-28 RELEASE 1.0 + + NEW: + + * Support for MultiPolygons retrieved by database. + + * Support for MultiLinestrings retrieved by database. + + * Support for spatial queries using LineStrings. + + * Support for cache synchronization after database updates. + + + Added: + + * Added JavaDoc documentation. + + +2010-03-08 RELEASE 0.5 + + 2010-01-27 RELEASE 0.4 * Support for raster data access to SDE via RasterObject