# HG changeset patch # User Ingo Weinzierl # Date 1277900764 0 # Node ID e7efbded13670c56237f2239dcdab38245e9beba # Parent 9a24c743efa606c89d5bc50f6d78f2bb4e3a6fe5 Summarized changes for RELEASE 1.1 gnv-artifacts/trunk@1251 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 9a24c743efa6 -r e7efbded1367 gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Tue Jun 29 16:56:30 2010 +0000 +++ b/gnv-artifacts/ChangeLog Wed Jun 30 12:26:04 2010 +0000 @@ -1,3 +1,9 @@ +2010-06-30 Ingo Weinzierl + + RELEASE 1.1 + + * ChangeLog, Changes, NEWS: Summarized changes. + 2010-06-29 Ingo Weinzierl * src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java: @@ -816,6 +822,8 @@ 2010-04-28 Ingo Weinzierl + RELEASE 1.0 + * NEWS, Changes: Summarized changes. 2010-04-28 Ingo Weinzierl diff -r 9a24c743efa6 -r e7efbded1367 gnv-artifacts/Changes --- a/gnv-artifacts/Changes Tue Jun 29 16:56:30 2010 +0000 +++ b/gnv-artifacts/Changes Wed Jun 30 12:26:04 2010 +0000 @@ -1,3 +1,42 @@ +2010-06-30 RELEASE 1.1 + + NEW: + + * New product: 'Achsenparalleles Vertikalprofil' + * Support for products with vectorial parameters (#27) + * Integrated configuration section for sql-cache + * Statistics of ehcaches are available as MBean using JConsole + * N-Step back history for the parameterization + * ODV export for product 'Horizontales Schnittprofil' (#260) + * MANIFEST contains svn buildnumbers + + FIXES: + + * Corrected chart titles (#138, #120) + * Fixed defect range calculation for chart axes (#233) + * Corrected distance calculation in product 'Horizontalprofil' (#287) + * Fixed bin width calculation in histograms (#288) + * Changing width/height of charts ended in Stacktace (#294) + * Multi layer selection for product 'Layer' (#252) + * Renaming a layer just changes its title (#198), + * WMS layers now have a prefix 'GNV_' (#315, #314) + * Disabled multi selection for vectorial parameter (#299) + * Fixed broken transition chain of 'Achsenparalleler + Vertikalprofil' (#300, #318, #154) + * Fixed ODV export that created invalid odv files (#291) + * Added missing column for csv export for product 'Horizontales + Schnittprofil' (#284) + * Depths have negative values in odv exports (#230) + * Keep aspect ratio in PDF/SVG exports (#290) + * Fixed hash creation for caching elements (#264, #268) + * Further JavaDoc (#274) + * Fixed discrepancy in parameter matrix between parameter values and + description (#281) + * Fixed broken geometry clipping (#283) + * Fixed user input validation (#286, #289) + * Exception handling improvements (#188, #251, #265, #18, #269, #266) + + 2010-04-28 RELEASE 1.0 NEW: diff -r 9a24c743efa6 -r e7efbded1367 gnv-artifacts/NEWS --- a/gnv-artifacts/NEWS Tue Jun 29 16:56:30 2010 +0000 +++ b/gnv-artifacts/NEWS Wed Jun 30 12:26:04 2010 +0000 @@ -1,3 +1,16 @@ +2010-06-30 RELEASE 1.1 + + * Integration of a new product 'Achsenparalleles Vertikalprofil' + + * Support for vectorial parameters + + * Configuration supports the usage of an sql-cache + + * Evaluable cache statistics + + * Parameterization supports an N-Step-Back history + + 2010-04-28 RELEASE 1.0 NEW: