You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/04/25 07:31:09 UTC

[1/2] git commit: [flex-sdk] [refs/heads/release4.12.0] - update release notes

Repository: flex-sdk
Updated Branches:
  refs/heads/release4.12.0 4a1399919 -> f3bcf0142


update release notes


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

Branch: refs/heads/release4.12.0
Commit: 495fb3084edbb5bc81c108eda80f6eed60eded6c
Parents: 4a13999
Author: Alex Harui <ah...@apache.org>
Authored: Thu Apr 24 15:44:55 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Apr 24 15:44:55 2014 -0700

----------------------------------------------------------------------
 RELEASE_NOTES | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/495fb308/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 12091ef..0e5d552 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,7 +1,7 @@
-Apache Flex 4.13
+Apache Flex 4.12.1
 =================
 
-Apache Flex 4.13 is an update to Apache Flex 4.12. 
+Apache Flex 4.12.1 is an update to Apache Flex 4.12. 
 
 Known Issues
 _____________
@@ -60,6 +60,14 @@ Bug Fixes
 
 JIRA Issue Number and Summary                                                                                        
 -------------------------------------------------------------------------------------------------------------------
+FLEX-34231  StageText displays wrong text
+FLEX-34230  StageText skins prevents garbage collection of component with TextInputs and TextAreas
+FLEX-34229  DataGridEditor doesn't remove the Event.DEACTIVATE listener on destroyItemEditor()
+FLEX-34228  spark datagrid syntax
+FLEX-34216  GridItemEditor's save() method is still called despite the grid not being on stage anymore
+FLEX-34209  DateFormatter's parseDateTime method doesn't handle AM PM properly when time is in the 12 PM hour
+FLEX-34200  ResourceModuleProxy doesn't load properly
+FLEX-34189  ActionBar button is too big in 640 DPI
 FLEX-34145  Mobile Theme: TextInput with layoutDirection="rtl" becomes mirror on focus out.
 FLEX-34142  Can not change the color of the header with the property headerStyleName (MobileGridColumn)
 FLEX-34141  softkeyboardActivate events are not dispatched in Flex 4.12 on iOS
@@ -68,7 +76,12 @@ FLEX-34133  ADG RTE in columnHeaderWordWrap
 FLEX-34132  DataGrid columns with no dataField specified give "[object Object]"
 FLEX-34125  CheckAllPlayerGlobals script in ide folder is missing Windows implementation
 FLEX-34117  Button: Small gap in the corner
+FLEX-34057  RTE on pasting empty data after Excel operation
+FLEX-34031  RTE at TextClipboard#importToScrap()
+FLEX-33994  Need a way to distinguish phone and tablet target devices through css
+FLEX-33948  Add touch behaviour to spark DropDownList classes
 FLEX-33421  Broken metadata RequiresLicense
+FLEX-33350  CallOutButton for Web (desktop / not AIR)
 
 Apache Flex 4.12
 =================


[2/2] git commit: [flex-sdk] [refs/heads/release4.12.0] - switch to 4.12.1

Posted by ah...@apache.org.
switch to 4.12.1


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

Branch: refs/heads/release4.12.0
Commit: f3bcf01420dc3ae3b84a996b9bbd0487a0f20466
Parents: 495fb30
Author: Alex Harui <ah...@apache.org>
Authored: Thu Apr 24 21:19:12 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Apr 24 21:19:12 2014 -0700

----------------------------------------------------------------------
 README                                                       | 8 ++++----
 build.properties                                             | 4 ++--
 frameworks/projects/framework/src/mx/core/FlexVersion.as     | 2 +-
 .../src/java/flex2/compiler/common/MxmlConfiguration.java    | 5 +++--
 modules/compiler/src/java/flex2/tools/VersionInfo.java       | 2 +-
 5 files changed, 11 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f3bcf014/README
----------------------------------------------------------------------
diff --git a/README b/README
index 182b461..ab764fd 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Apache Flex (Flex)
     Apache Flex SDK is an application development framework for easily building
     Flash-based applications for mobile devices, web browsers, and desktops.
 
-    Apache Flex 4.12 is a follow up release to Apache Flex 4.11. This version
+    Apache Flex 4.12.1 is a follow up release to Apache Flex 4.12.0. This version
     adds new features and implements bug fixes that were unavailable in previous
     versions.  It is compatible with most code written to target Adobe Flex 4.6.
 
@@ -90,7 +90,7 @@ Getting the latest sources via git
 
     For further information visit http://flex.apache.org/download-source.html
 
-Building Apache Flex 4.12
+Building Apache Flex 4.12.1
 =========================
 
     Apache Flex is a large project. It requires some build tools which must be
@@ -490,7 +490,7 @@ Using the Binary Distribution
 		/ide/constructFlexForIDE.sh (on Mac and Linux)
 		/ide/constructFlexForIDE.bat (on Windows)
 
-	This will create an Apache Flex 4.12 SDK that can be used with Flash
+	This will create an Apache Flex 4.12.1 SDK that can be used with Flash
         Builder by copying the required files from the Adobe Flex 4.6 SDK.
 
 	To create an SDK for other IDE or if you want to use Adobe AIR 4.0
@@ -499,7 +499,7 @@ Using the Binary Distribution
 		/ide/flashbuilder/makeApacheFlexForIDE.sh (on Mac and Linux)
 		/ide/flashbuilder/makeApacheFlexForIDE.bat (on Windows)
 
-	This will create an Apache Flex 4.12 SDK that can be used by an IDE by
+	This will create an Apache Flex 4.12.1 SDK that can be used by an IDE by
         downloading Adobe Flex 4.6 SDK and Adobe AIR 4.0.
 
 Building the Framework in a Binary Distribution

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f3bcf014/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index 59977fb..6c22e48 100644
--- a/build.properties
+++ b/build.properties
@@ -18,8 +18,8 @@
 ################################################################################
 
 # flex-sdk-description values
-release = Apache Flex 4.13.0
-release.version = 4.13.0
+release = Apache Flex 4.12.1
+release.version = 4.12.1
 
 # override on command line with -Dbuild.number=999 or in local.properties
 build.number = 0

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f3bcf014/frameworks/projects/framework/src/mx/core/FlexVersion.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/core/FlexVersion.as b/frameworks/projects/framework/src/mx/core/FlexVersion.as
index 41c63fc..31732fa 100644
--- a/frameworks/projects/framework/src/mx/core/FlexVersion.as
+++ b/frameworks/projects/framework/src/mx/core/FlexVersion.as
@@ -56,7 +56,7 @@ public class FlexVersion
      *  @playerversion AIR 1.1
      *  @productversion Flex 3
      */
-    public static const CURRENT_VERSION:uint = 0x040D0000;
+    public static const CURRENT_VERSION:uint = 0x040C0000;
 	
 	/** 
 	 *  The <code>compatibilityVersion</code> value of Flex 4.13,

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f3bcf014/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java b/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
index d496c32..4ce326b 100644
--- a/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
+++ b/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
@@ -49,6 +49,7 @@ public class MxmlConfiguration
     // 'compiler.mxml.compatibility-version' option
     //
 	public static final int VERSION_4_13 = 0x040d0000;
+	public static final int VERSION_4_12_1 = 0x040c0001;
 	public static final int VERSION_4_12 = 0x040c0000;
 	public static final int VERSION_4_11 = 0x040b0000;
 	public static final int VERSION_4_10 = 0x040a0000;
@@ -61,10 +62,10 @@ public class MxmlConfiguration
     public static final int VERSION_3_0 = 0x03000000;
     public static final int VERSION_2_0_1 = 0x02000001;
     public static final int VERSION_2_0 = 0x02000000;
-    public static final int CURRENT_VERSION = VERSION_4_13;
+    public static final int CURRENT_VERSION = VERSION_4_12_1;
     public static final int EARLIEST_MAJOR_VERSION = 3;
     public static final int LATEST_MAJOR_VERSION = 4;
-    public static final int LATEST_MINOR_VERSION = 13;
+    public static final int LATEST_MINOR_VERSION = 12;
 
 	private int major = LATEST_MAJOR_VERSION;
 	private int minor = LATEST_MINOR_VERSION;

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f3bcf014/modules/compiler/src/java/flex2/tools/VersionInfo.java
----------------------------------------------------------------------
diff --git a/modules/compiler/src/java/flex2/tools/VersionInfo.java b/modules/compiler/src/java/flex2/tools/VersionInfo.java
index 09a9974..0574f50 100644
--- a/modules/compiler/src/java/flex2/tools/VersionInfo.java
+++ b/modules/compiler/src/java/flex2/tools/VersionInfo.java
@@ -33,7 +33,7 @@ public class VersionInfo
 {
     public static String FLEX_MAJOR_VERSION = "4";
     public static String FLEX_MINOR_VERSION = "12";
-    public static String FLEX_NANO_VERSION  = "0";
+    public static String FLEX_NANO_VERSION  = "1";
     
 	/**
 	 * Lib version is the "version" of the SWC format. Major number changes represent big (although not