update release notes
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/c9ca41ea Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/c9ca41ea Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/c9ca41ea Branch: refs/heads/develop Commit: c9ca41eaa302f0a989f985fd0005f7a901a35267 Parents: d9ef6ce Author: Alex Harui <[email protected]> Authored: Fri Jun 6 11:23:59 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Jun 6 11:23:59 2014 -0700 ---------------------------------------------------------------------- RELEASE_NOTES | 8 ++++++++ RELEASE_NOTES_JX | 10 ++++++++++ 2 files changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c9ca41ea/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index b48b05b..3bd5227 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,11 @@ +Apache Flex 'Falcon' Compiler 0.0.2 +================= +Apache Flex 'Falcon' Compiler 0.0.2 is the second release of a next-generation +compiler intended to someday replace the MXMLC in Apache Flex SDKs, and is the +compiler for Apache FlexJS SDKs. + +The only changes in this release are for build script dependencies. + Apache Flex 'Falcon' Compiler 0.0.1 ================= http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c9ca41ea/RELEASE_NOTES_JX ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES_JX b/RELEASE_NOTES_JX index dbf606e..f294673 100644 --- a/RELEASE_NOTES_JX +++ b/RELEASE_NOTES_JX @@ -1,3 +1,13 @@ +Apache Flex 'FalconJX' Cross-Compiler 0.0.2 +================= + +Apache Flex 'FalconJX' Compiler 0.0.2 is the second release of a next-generation +compiler that, instead of creating a SWF or SWC, cross compiles MXML and ActionScript +to JavaScript. It is intended for use as the cross-compiler for Apache FlexJS SDKs. + +The only major change in this release is to speed up cross-compilation by only copying a subset of the Google Closure Library files to the output folder. + + Apache Flex 'FalconJX' Cross-Compiler 0.0.1 =================
