31fd21f58c62d6330c8cb8639e2cea9862751674
Release-Notes.md
| ... | ... | @@ -1,4 +1,20 @@ |
| 1 | 1 | [[_TOC_]] |
| 2 | +# 6.7.0.267 (May 29, 2014) |
|
| 3 | +* FB-14037: Prevent throwing exception when same name is found several times in the AdHocSettings.VisibleDataSources collection. |
|
| 4 | +* FB-13954: Fix issue with reports storage in the DB after invalidating reports cache. |
|
| 5 | +* FB-13941: Fixed erroneous brackets removal from field description when they are specified in field alias. |
|
| 6 | +* FB-13713: Made fields/filters against HiddenColumns invisible in reportViewer. |
|
| 7 | +* FB-13946: Fix filters inheritance in sub-reports when filters on calculated columns are used |
|
| 8 | +* FB-13967: Removed unused button for toolbar |
|
| 9 | +* FB-13950: Ensured that all connections which are opened in DLL are always reliably closed after usage |
|
| 10 | +* FB-13950: Ensured that each reader uses individual connection object, and that that connection is closed after reader is closed |
|
| 11 | +* FB-13950: Removed unnecessary connection closings |
|
| 12 | +* FB-13950: Ensuring that every datareader closes connection when it finishes work |
|
| 13 | +* FB-13950: Enclosed all datareaders in using() |
|
| 14 | +* FB-13950: Fix of System.Exception: ReportName property unknown. and System.Exception: ReportCategory property unknown errors |
|
| 15 | +* FB-13857: Fixed high charts with '%' value format |
|
| 16 | +* FB-13947: Implement drill-down reports in HTML Bar Charts. |
|
| 17 | +* FB-13938: Fixed stored procedures serialization/deserialization error |
|
| 2 | 18 | |
| 3 | 19 | # 6.7.0.266 (May 7, 2014) |
| 4 | 20 | * FB-13933: API error level logging implemented |