You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2015/04/04 13:28:17 UTC

git commit: [flex-sdk] [refs/heads/develop] - Update docs with FLEX-34753 fix info

Repository: flex-sdk
Updated Branches:
  refs/heads/develop b2e06b599 -> eb819a159


Update docs with FLEX-34753 fix info

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/eb819a15
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/eb819a15
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/eb819a15

Branch: refs/heads/develop
Commit: eb819a1592969c39cee4dffb21cb3f6b69dd3265
Parents: b2e06b5
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Sat Apr 4 13:28:05 2015 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Sat Apr 4 13:28:05 2015 +0200

----------------------------------------------------------------------
 CONTRIBUTORS  |  4 ++++
 RELEASE_NOTES | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/eb819a15/CONTRIBUTORS
----------------------------------------------------------------------
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index f47fde0..23e2982 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.15.0
+----------------------
+Aleksey, Andrey Gorbatov, Erik de Bruin
+
 Apache Flex SDK 4.14.1
 ----------------------
 Alex Harui, Dany Dhondt, Erik de Bruin, George Yabra, Greg Dove, Justin Mclean,

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/eb819a15/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 39a00f9..cd0e22a 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,36 @@
+Apache Flex 4.15.0
+==================
+
+Bug Fixes
+---------
+FLEX-34753  Returning strongly typed object in Promise fails
+ 
+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.1
 ==================