This is an automated email from the ASF dual-hosted git repository. slawrence pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-daffodil-site.git
commit 834980b56685871dcf4160b3b7d3d4d6626b49b3 Author: Steve Lawrence <[email protected]> AuthorDate: Tue Mar 6 10:18:49 2018 -0500 Add more bugs fixed in 2.1.0 --- site/_releases/2.1.0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/site/_releases/2.1.0.md b/site/_releases/2.1.0.md index e11a710..f7966ea 100644 --- a/site/_releases/2.1.0.md +++ b/site/_releases/2.1.0.md @@ -68,6 +68,7 @@ infrastructure to SBT 1.x, and adding TravisCI continuous integration support. * {% jira 1897 %} Some Schemas fail to compile with latest updates * {% jira 1899 %} Fix NOTICE and LICENSE files * {% jira 1901 %} Apache Rat cannot detect licenses for Passera, Scala libs, and W3C files +* {% jira 1906 %} Updates to LICENSE/NOTICE files #### Ambiguous Path Expressions @@ -126,6 +127,8 @@ users reported of receiving only partial data. #### Miscellaneous Bug Fixes +* {% jira 1473 %} DFDL Schema Validation not happening properly +* {% jira 1838 %} Need more warning suppression options * {% jira 1851 %} Unparsing delimited data with escape characters could lead to truncation * {% jira 1855 %} Property Resolution - resolve onto ref objects * {% jira 1862 %} Better logging/reset mechanism for MarkPool @@ -133,10 +136,17 @@ users reported of receiving only partial data. * {% jira 1866 %} Eclipse classpaths need fixing * {% jira 1867 %} Memory leak in Register * {% jira 1872 %} Eclipse classpaths for daffodil-io module need fixing +* {% jira 1874 %} Incorrect warning message about default value and no empty representation * {% jira 1885 %} Initiators are not being inherited from parent choices * {% jira 1893 %} TDML Runner not caching schema compiles - only caches schemas if compileAllTopLevel is true * {% jira 1895 %} Eclipse classpath for daffodil-core needs fix * {% jira 1903 %} Eclipse classpath broken for daffodil-test and other tests - now must have daffodil-lib-unittest +* {% jira 1907 %} Daffodil disallows attribute declarations for non-DFDL annotation elements. +* {% jira 1910 %} Cannot unparse when array with minOccurs="0" is last in a sequence +* {% jira 1911 %} Move daffodil-cli tests to use sbt's "integration" test capabilities +* {% jira 1913 %} Strange jar ends up in lib_managed of daffodil - trips up Eclipse IDE users +* {% jira 1914 %} Eclipse classpath broken for daffodil-cli + #### Deprecation/Compatability
