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 2014/11/28 09:15:42 UTC

[1/2] git commit: [flex-sdk] [refs/heads/develop] - Update: add TLF table support to new features

Repository: flex-sdk
Updated Branches:
  refs/heads/develop 352be8e0e -> d9b2256da


Update: add TLF table support to new features

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/b8755d9b
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/b8755d9b
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/b8755d9b

Branch: refs/heads/develop
Commit: b8755d9bec4eee0a0bb4ecbfdf9e7d821ede4f2f
Parents: 352be8e
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Nov 28 09:07:17 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Nov 28 09:07:17 2014 +0100

----------------------------------------------------------------------
 RELEASE_NOTES | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b8755d9b/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 591346c..9a9a1ac 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -39,6 +39,7 @@ SDK Changes
 - iOS 7 and Android 4.x Mobile theme support
 - new theme: FlatSpark
 - Spark RichTextEditor
+- native support for tables in TLF
 
 Bug Fixes
 ----------


[2/2] git commit: [flex-sdk] [refs/heads/develop] - Reformatting for readability, clarity and consiseness ; -)

Posted by er...@apache.org.
Reformatting for readability, clarity and consiseness ;-)

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/d9b2256d
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/d9b2256d
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/d9b2256d

Branch: refs/heads/develop
Commit: d9b2256da26c907afbe244d0b5a017c50c79012a
Parents: b8755d9
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Nov 28 09:14:59 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Nov 28 09:14:59 2014 +0100

----------------------------------------------------------------------
 RELEASE_NOTES | 80 ++++++++++++++++++++++--------------------------------
 1 file changed, 33 insertions(+), 47 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/d9b2256d/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 9a9a1ac..136ed4a 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,59 +1,20 @@
 Apache Flex 4.14.0
 ==================
 
-Apache Flex 4.14.0 is an update to Apache Flex 4.13.0
-
-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
-
-Differences from Apache Flex 4.13.0 include:
-
-AIR and Flash Player support
-------------------------------
- - Support Flash Player 15.0
- - Support for AIR 15.0
-
-SDK Changes
--------------
+New Features
+------------
 - iOS 7 and Android 4.x Mobile theme support
 - new theme: FlatSpark
 - Spark RichTextEditor
 - native support for tables in TLF
 
-Bug Fixes
-----------
-Below is a complete list of all the bug fixes that have been included since the
-last full release, Apache Flex 4.13.0. If you would like specific information
-about any of the items below, go to
-
-    https://issues.apache.org
-
-and search for the JIRA Issue Number by using the Quick Search. Details of the
-bug and its fix will be included on the resulting page.
+AIR and Flash Player Support
+----------------------------
+ - Support Flash Player 15.0
+ - Support for AIR 15.0
 
-JIRA Issue Number and Summary
---------------------------------------------------------------------------------
+Bug Fixes
+---------
 FLEX-34644  Datagrid - Rectangle bounds problem
 FLEX-34454  Setting modalTransparencyBlur to 0 gives blur when Alert ist shown
             on top of modal Dialog
@@ -113,6 +74,31 @@ Other fixes (no JIRA issue created):
 - correct case for osmf.swc so compiles on Linux work
 - Adding a mixin to set android os version during AIR simulation
 
+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.13.0
 =================