Mercurial > dive4elements > gnv-client
diff geo-backend/Changes @ 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 | 48121fa4dc95 |
children | fccd2ec85835 |
line wrap: on
line diff
--- 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: