# HG changeset patch # User Ingo Weinzierl # Date 1316442820 0 # Node ID 2bdbaf9b0cf7277cfe4637c06095a45b866c48e4 # Parent 85bcf8f34abbc3e6dc3ca1b51db576deccfa8ff8 Tagged RELEASE 2.5 of flys-backend. flys-backend/tags/2.5@2785 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 85bcf8f34abb -r 2bdbaf9b0cf7 flys-backend/ChangeLog --- 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 + + Tagged RELEASE 2.5 + + * Changes: Prepared changes for release. + 2011-09-16 Ingo Weinzierl * src/main/java/de/intevation/flys/model/DGM.java: Added function to query diff -r 85bcf8f34abb -r 2bdbaf9b0cf7 flys-backend/Changes --- 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: