Mercurial > dive4elements > river
changeset 1258:2bdbaf9b0cf7
Tagged RELEASE 2.5 of flys-backend.
flys-backend/tags/2.5@2785 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 19 Sep 2011 14:33:40 +0000 |
parents | 85bcf8f34abb |
children | 54365104835c |
files | flys-backend/ChangeLog flys-backend/Changes |
diffstat | 2 files changed, 37 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-backend/ChangeLog Fri Sep 16 14:53:21 2011 +0000 +++ b/flys-backend/ChangeLog Mon Sep 19 14:33:40 2011 +0000 @@ -1,3 +1,9 @@ +2011-09-19 Ingo Weinzierl <ingo@intevation.de> + + Tagged RELEASE 2.5 + + * Changes: Prepared changes for release. + 2011-09-16 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/model/DGM.java: Added function to query
--- a/flys-backend/Changes Fri Sep 16 14:53:21 2011 +0000 +++ b/flys-backend/Changes Mon Sep 19 14:33:40 2011 +0000 @@ -1,3 +1,34 @@ +2011-09-19 RELEASE 2.5 + + NEW: + + * Improved the data model to support: + - cross sections + - hyks ("Hydraulische Kenngroessen") + + * Improved the importer to read: + - PRF files + - HYK files + + * Added a central Config to configure the Importer. There are several + system properties to adjust what to import (see ChangeLog for + details). + + * Added a Postgis and Oracle models for spatial flys data: + - catchments + - river axes + - buildings + - fixpoints + - cross section tracks + - hws ("HW-Schutzanlagen") + - floodplains + + * Bumped Hibernate up to 3.6.5. + + * Bumped Apache DBCP up to 1.4. + + + 2011-06-27 RELEASE 2.4 New: