Created stubs for release information Signed-off-by: Erik de Bruin <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/a5e0ea93 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/a5e0ea93 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/a5e0ea93 Branch: refs/heads/master Commit: a5e0ea9354743565dfd49b44ffd507a33beee0c6 Parents: 2edd2c4 Author: Erik de Bruin <[email protected]> Authored: Mon Mar 9 10:35:29 2015 +0100 Committer: Erik de Bruin <[email protected]> Committed: Mon Mar 9 10:35:29 2015 +0100 ---------------------------------------------------------------------- CONTRIBUTORS | 4 ++++ RELEASE_NOTES | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/a5e0ea93/CONTRIBUTORS ---------------------------------------------------------------------- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a2fdafa..173b818 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,10 @@ The following volunteers have contributed code, documentation, testing and/or support to the Apache Flex SDK. +Apache Flex SDK 4.14.1 +---------------------- + + Apache Flex SDK 4.14.0 ---------------------- Aaron Nash, Ad Pijnenburg, After24, Alex Harui, Andras Janurik, Anthony, http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/a5e0ea93/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 89a111b..8c22f14 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,43 @@ +Apache Flex 4.14.1 +================== + +New Features +------------ +- + +Bug Fixes +--------- +FLEX-XXXXX - + +Other fixes (no JIRA issue created): +- + +Known Issues +------------ + +Adobe Flash Builder Integration + +Adobe Flash Builder 4.7 and Adobe Flash Builder 4.6 both contain a bug where, +when generating the .mxml file for a new project that uses Apache Flex SDK +4.10.0 or later Spark Application, Flash Builder will incorrectly insert the +attribute: + + layout="absolute" + +This results in a compile error in the new project. The remedy is to simply +remove the errant attribute. + +The following wiki page has been set up to contain the latest news on Adobe's +attempt to correct this problem: + + https://cwiki.apache.org/confluence/display/FLEX/Adobe+Flash+Builder+'New+Project'+Bug + +Adobe has provided a patch for Flash Builder 4.7 that resolves this issue: + + http://helpx.adobe.com/flash-builder/kb/flex-new-project-issue--.html + + + Apache Flex 4.14.0 ==================
