Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
897:02cd2935b5fa | 898:1e003d3b06e8 |
---|---|
1 2010-04-28 RELEASE 1.0 | |
2 | |
3 NEW: | |
4 | |
5 * Support for MultiLinestring and MultiPolygon detection retrieved by | |
6 the database. | |
7 | |
8 * Spatial queries using LineStrings can be sent to the database. | |
9 | |
10 * Sql-cache synchronization after database upates have taken place. A | |
11 thread is started in a specific time interval. Elements are removed | |
12 from cache if the sql-statement that has been used to retrieve these | |
13 elements contains a table that have been updated since the last | |
14 synchronization. The time interval (in seconds) can be configured via | |
15 system property 'caching.cleaner.interval' (e.g. | |
16 caching.cleaner.interval=600 for an interval of 10 minutes). | |
17 | |
18 Added: | |
19 | |
20 * JavaDoc documentation. | |
21 | |
22 | |
23 2010-03-08 RELEASE 0.5 | |
24 | |
25 | |
1 2010-01-27 RELEASE 0.4 | 26 2010-01-27 RELEASE 0.4 |
2 | 27 |
3 New: | 28 New: |
4 | 29 |
5 * Experimental Cache for database queries and | 30 * Experimental Cache for database queries and |