This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git
The following commit(s) were added to refs/heads/main by this push:
new 3e892d5 Updates for Daffodil 3.9.0-rc2
3e892d5 is described below
commit 3e892d592e60cd12e217afdf5b9da45d6344b425
Author: Steve Lawrence <[email protected]>
AuthorDate: Tue Sep 24 14:11:17 2024 -0400
Updates for Daffodil 3.9.0-rc2
---
site/_releases/3.9.0.md | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/site/_releases/3.9.0.md b/site/_releases/3.9.0.md
index bdda3d4..4428752 100644
--- a/site/_releases/3.9.0.md
+++ b/site/_releases/3.9.0.md
@@ -1,8 +1,8 @@
---
title: "3.9.0"
-release: "rc1"
+release: "rc2"
apache: true
-date: 2024-09-19
+date: 2024-09-24
summary: >
Bug fixes and performance improvements
@@ -80,6 +80,14 @@ large files.
Support for `<tdml:validationErrors />` to specify no validation errors
should
occur is removed. Instead, set the new `ignoreValidationErrors="false"`
+* {% jira 2916 %} xs:include of no-namespace schema does not chameleon the
references properly
+
+ A bug was fixed so Daffodil now correctly handles resolving unprefixed
+ QName references. However, this means that some unprefixed references
+ that relied on the previous incorrect behavior may not resolve anymore.
+ Although there are a number of ways to fix this, defining a namespace
+ prefix and adding that prefix to broken references should work in all
+ cases.
### Dependency Changes