minor updated based on feedback from RC2
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/6e4fcdc5 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/6e4fcdc5 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/6e4fcdc5 Branch: refs/heads/master Commit: 6e4fcdc5947ae97e8f2f0f923e649692bd79baf1 Parents: 296ca01 Author: Justin Mclean <[email protected]> Authored: Thu Feb 27 09:49:43 2014 +1100 Committer: Justin Mclean <[email protected]> Committed: Thu Feb 27 09:49:43 2014 +1100 ---------------------------------------------------------------------- README | 14 +++++++------- RELEASE_NOTES | 5 ++--- 2 files changed, 9 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6e4fcdc5/README ---------------------------------------------------------------------- diff --git a/README b/README index 50bcb46..cf59781 100644 --- a/README +++ b/README @@ -111,8 +111,8 @@ Install Prerequisites corresponding environment variables using absolute file paths. Relative file paths will result in build errors. - The environment variables PLAYERGLOBAL_HOME, AIR_HOME, FLASHPLAYER_DEBUGGER, TLF_HOME, - and ADOBE_EXTENSION_MANAGER can also be set in the property file + The environment variables PLAYERGLOBAL_HOME, AIR_HOME, FLASHPLAYER_DEBUGGER, + TLF_HOME, and ADOBE_EXTENSION_MANAGER can also be set in the property file called env.properties. See the env-template.properties file for instructions. The Adobe Flash Player playerglobal.swc is needed to compile all the components @@ -123,8 +123,8 @@ Install Prerequisites applications. The build scripts assume that the folder containing the Text Layout Framework (tlf) - folder is a sibling of the sdk folder. If this is not true, then you must set the - TLF_HOME environment variable to point to the tlf folder. + folder is at the same level as the sdk folder. If this is not true, then you must + set the TLF_HOME environment variable to point to the tlf folder. ================================================================================== SOFTWARE ENVIRONMENT VARIABLE (absolute paths) @@ -307,9 +307,9 @@ Adobe Flash Player Version Support Change the playerglobal.version in the build.properties file to have a value other than "11.1". For this change to take effect the SDK needs to be recompiled. For example to compile against the latest version of the Adobe Flash Player set - the value of playerglobal.version to be "11.8" like so: + the value of playerglobal.version to be "12.0" like so: - playerglobal.version = 11.8 + playerglobal.version = 12.0 OR @@ -478,7 +478,7 @@ Using the Binary Distribution This will create an Apache Flex 4.12 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 3.9 (rather than + To create an SDK for other IDE or if you want to use Adobe AIR 4.0 (rather than AIR 3.1 contained in Adobe Flex 4.6) run: /ide/flashbuilder/makeApacheFlexForIDE.sh (on Mac and Linux) http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6e4fcdc5/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 4e562f0..e8a017b 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -33,7 +33,7 @@ Differences from Apache Flex 4.11 include: AIR and Flash Player support ------------------------------ - Support Flash Player 12.0 and 13.0 beta. - - Support for AIR 4.0 and 4.0 beta. + - Support for AIR 4.0 and 13.0 beta. SDK Changes ------------- @@ -43,7 +43,6 @@ SDK Changes - Improved CSS styles memory usage/performance. - Changed DPI to be 160 for iPad and 320 for iPad mini. - Fixed scaling of Checkbox and Radio button 320dpi skins. -- Improvements to Falcon MXML code generation. - Option to not store last call result in RomoteObject and WebService. - StageTextInput can now be included in scrollable content. - new iOS os-version media css selector. @@ -54,7 +53,7 @@ SDK Changes Build Changes --------------- -- Made PixelBender a separate release. +- Made PixelBender shader binaries a separate release. - Support for compiling with Java 7 Compiler Changes
