Author: jmclean
Date: Wed Feb 13 00:06:36 2013
New Revision: 1391
Log:
Added Apache Flex 4.9.1 RC1
Added:
dev/flex/sdk/
dev/flex/sdk/4.9.1/
dev/flex/sdk/4.9.1/rc1/
dev/flex/sdk/4.9.1/rc1/README
dev/flex/sdk/4.9.1/rc1/RELEASE_NOTES
dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.tar.gz (with props)
dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.tar.gz.asc
dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.tar.gz.md5
dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.zip (with props)
dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.zip.asc
dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.zip.md5
dev/flex/sdk/4.9.1/rc1/binaries/
dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.tar.gz (with
props)
dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.tar.gz.asc
dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.tar.gz.md5
dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.zip (with props)
dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.zip.asc
dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.zip.md5
dev/flex/sdk/4.9.1/rc1/doc/
dev/flex/sdk/4.9.1/rc1/doc/apache-flex-sdk-4.9.1-asdocs.zip (with props)
dev/flex/sdk/4.9.1/rc1/doc/apache-flex-sdk-4.9.1-asdocs.zip.asc
dev/flex/sdk/4.9.1/rc1/doc/apache-flex-sdk-4.9.1-asdocs.zip.md5
dev/flex/sdk/HEADER.html
dev/flex/sdk/KEYS
dev/flex/sdk/LICENSE
dev/flex/sdk/README.html
Added: dev/flex/sdk/4.9.1/rc1/README
==============================================================================
--- dev/flex/sdk/4.9.1/rc1/README (added)
+++ dev/flex/sdk/4.9.1/rc1/README Wed Feb 13 00:06:36 2013
@@ -0,0 +1,472 @@
+Apache Flex (Flex)
+==================
+
+ Apache Flex is an application framework for easily building Flash-based
applications
+ for mobile devices, the browser and desktop.
+
+ Apache Flex 4.9.1 is a minor update to Apache Flex 4.9.
+
+ Apache Flex 4.9 is a follow up release to Apache Flex 4.8 which was a
parity release
+ of Adobe Flex 4.6. 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.
+
+ For detailed information about Apache Flex please visit
+ http://incubator.apache.org/flex/
+
+ The Apache Flex project has just graduated to be a top level Apache
project and the
+ project's URL will be soon be changing to http://flex.apache.org/.
+
+ Apache Flex is a large project with many pieces. The framework is
implemented
+ in ActionScript and the compiler is implemented in Java.
+
+ Currently supported platforms include:
+
+ Microsoft Windows
+ Mac OS X
+ Apple iOS
+ Google Android
+ RIM BlackBerry
+
+ Apache Flex is the software evolution of the popular Adobe Flex SDK
project.
+
+ The community surrounding Flex is vast, diverse, distributed globally, and
with all
+ levels of proficiency in software development. It is estimated that there
are between
+ 350,000 and 500,000 Flex developers worldwide.
+
+Getting the latest sources via Subversion
+=========================================
+
+ This is the recommended way to get Apache Flex. We offer an automated
installer
+ along with binary distributions on our website at
http://incubator.apache.org/flex.
+
+ You can always checkout the latest source via subversion using the
following
+ command:
+
+ svn co https://svn.apache.org/repos/asf/incubator/flex/trunk flex
+
+ For further information visit http://incubator.apache.org/flex/source.html
+
+
+Getting the convenience packages for Apache Flex
+================================================
+
+ The Apache Flex SDK Installer is an application that simplifies the
download and
+ installation of the Apache Flex SDK and its (required) components. It is
aimed at
+ anyone who wants to use the latest release of the Apache Flex SDK, but who
might not
+ necessarily be familiar with the tools and procedures required to compile
the Apache
+ Flex SDK from source code. The application will grab the binary
distribution of the
+ SDK from apache.org or one of its mirrors, install it onto your computer
and prepare
+ it for use with your favorite IDE such as Adobe Flash Builder or JetBrains
IntelliJ.
+
+ You can get the SDK Installer from the Apache Flex website at
+
+ http://incubator.apache.org/flex/installer.html
+
+ You can also get just the binaries from our website as well. These
binaries do not
+ include the dependencies, so additional software may need to be downloaded
and installed.
+
+ http://incubator.apache.org/flex/download.html
+
+Building Apache Flex 4.9
+========================
+
+ Apache Flex is a large project. It requires some build tools which must be
installed
+ prior to building Flex and it depends on some external software which
+ are downloaded as part of the build process. Some of these have different
licenses.
+ See the Software Dependencies section for more information on the external
software
+ dependencies.
+
+ From Apache's perspective, the Adobe Flash Player and Adobe AIR have
excluded
+ licenses so they can not be bundled with the Apache Flex binaries. They
must be
+ installed prior to building Apache Flex.
+
+Install Prerequisites
+---------------------
+
+ Before building Flex you must install the following software and set the
+ corresponding environment variables using absolute file paths. Relative
file paths
+ will result in build errors.
+
+ The environment variables PLAYERGLOBAL_HOME, AIR_HOME,
FLASHPLAYER_DEBUGGER,
+ PIXELBENDER_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
+ with the exception of the airframework and airspark components which
require
+ airglobal.swc from the AIR Integration Kit. The AIR Integration kit is
also needed
+ to build and debug mobile applications. The Adobe Flash Player content
debugger is
+ used by checkintests and other pieces of the test subsystem to run compiled
+ applications. The Adobe Pixel Bender Toolkit is needed to build some
+ files needed for effects.
+
+
==================================================================================
+ SOFTWARE ENVIRONMENT VARIABLE (absolute
paths)
+
==================================================================================
+
+ Java SDK 1.6 or greater (*1) JAVA_HOME
+ (for Java 1.7 see note at (*2))
+
+ Ant 1.7.1 or greater (*1) ANT_HOME
+ (for Java 1.7 see note at (*2))
+
+ Cygwin, git bash
+ or other unix-like shell
+ (if Windows)
+
+ Adobe AIR Integration Kit (*3) AIR_HOME
+
+ Adobe Flash Player Content Debugger (*4) FLASHPLAYER_DEBUGGER
+
+ Adobe Pixel Bender Toolkit (*5) PIXELBENDER_HOME
+
+ Adobe Flash Player (*6) PLAYERGLOBAL_HOME
+
+ Adobe Extension Manager CS5 (*7) ADOBE_EXTENSION_MANAGER
+
+
==================================================================================
+
+ *1) The bin directories for ANT_HOME and JAVA_HOME should be added to your
PATH.
+
+ On Windows, set PATH to
+
+ PATH=%PATH%;%ANT_HOME%\bin;%JAVA_HOME%\bin
+
+ On the Mac (bash), set PATH to
+
+ export PATH="$PATH:$ANT_HOME/bin:$JAVA_HOME/bin"
+
+ *2) If you are using Java SDK 1.7 or greater on a Mac you must use Ant
1.8 or
+ greater. If you use Java 1.7 with Ant 1.7, ant reports the java
version as 1.6
+ so the JVM args for the data model (-d32/-d64) will not be set
correctly and you
+ will get compile errors.
+
+ *3) The Adobe AIR integration kit for Windows can be downloaded from:
+
http://airdownload.adobe.com/air/win/download/3.4/AdobeAIRSDK.zip
+
+ The Adobe AIR integration kit for Mac can be downloaded from:
+ http://airdownload.adobe.com/air/mac/download/3.4/AdobeAIRSDK.tbz2
+
+ This version of Apache Flex was certified for use with AIR 3.4, and
should
+ be compatible with other versions of AIR newer than 3.1. However it
hasn't
+ been tested on AIR 3.2, 3.3 or 3.5.
+
+ Download the AIR SDK for your platform and unzip it. Set AIR_HOME to
the absolute
+ path of the AIR SDK directory.
+
+ *4) The Adobe Flash Player content debuggers can be found here:
+ http://www.adobe.com/support/flashplayer/downloads.html
+
+ This version of Apache Flex was certified for use with Adobe Flash
Player 11.1, and
+ is compatible with versions 10.2 through 11.5. It has been tested with
versions 11.1
+ and 11.5 on Windows and Mac. It has been compiled against other Adobe
Flash Player
+ versions but has not been fully tested.
+
+ On Windows, set FLASHPLAYER_DEBUGGER to the absolute path of
FlashPlayerDebugger.exe
+
+ On the Mac, set FLASHPLAYER_DEBUGGER to the absolute path of
+ Flash Player Debugger.app/Contents/MacOS/Flash Player Debugger
+
+ On Linux, set FLASHPLAYER_DEBUGGER to the absolute path of
flashplayerdebugger
+
+ *5) The Adobe Pixel Bender Toolkit for Windows can be downloaded from:
+ http://www.adobe.com/go/pixelbender_toolkit_zip/
+
+ The Adobe Pixel Bender Toolkit for Mac can be downloaded from:
+ http://www.adobe.com/go/pixelbender_toolkit_dmg/
+
+ Download the Pixel Bender Toolkit for your platform and install or
unzip it.
+ Set PIXELBENDER_HOME to the absolute path of the Pixel Bender Toolkit
directory.
+
+ *6) The Adobe Flash Player playerglobal.swc for 11.1 can be downloaded
from:
+
http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playerglobal11_1.swc
+
+ Use URL above to download playerglobal11_1.swc. Create the directory,
player/11.1
+ and copy playerglobal11_1.swc to player/11.1/playerglobal.swc.
+
+ Set PLAYERGLOBAL_HOME to the absolute path of the player directory
(not including
+ the version subdirectory). The target-player option controls which
+ PLAYERGLOBAL_HOME subdirectory is used.
+
+ Other more recent versions of Adode Flash Player playergloal.swc can
be downloaded from:
+
http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playerglobal11_2.swc
+
http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playerglobal11_3.swc
+
http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playerglobal11_4.swc
+
http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playerglobal11_5.swc
+
+ These can be used with Apache Flex but have not been fully tested.
+
+ *7) The Adobe Extension Manager is only required for those creating
releases or testing
+ changes to the flash-integration swc. Not that if you change APIs
on classes
+ that flash-integration depends on, you may need to update
flash-integration.
+
+ The Adobe Extension Manager for Windows can be downloaded from:
+
http://download.macromedia.com/pub/dw_exchange/extension_manager/win/AdobeExtensionManager5All.zip
+
+ The Adobe Extension Manager for Mac can be downloaded from:
+
http://download.macromedia.com/pub/dw_exchange/extension_manager/mac/AdobeExtensionManager5All.dmg
+
+ On Windows, set ADOBE_EXTENSION_MANAGER to the absolute path of "Adobe
Extension Manager CS5.exe"
+
+ On the Mac, set ADOBE_EXTENSION_MANAGER to the absolute path of "Adobe
Extension Manager CS5.app"
+
+FlashPlayer Configuration
+-------------------------
+
+ For testing, the Adobe Flash Player's mm.cfg file must have the following
entries
+
+ ErrorReportingEnable=1
+ TraceOutputFileEnable=1
+
+ and a FlashPlayerTrust file must allow local SWFs to access local files.
+
+Other Locale Support
+--------------------
+
+ The Apache Flex SDK defaults to using the en_US locale and SDK error
messages are by default
+ displayed in American English.
+
+ To compile the SDK for another locale either:
+
+ Change the locale in the build.properties file to have a value other than
"en_US". For this new
+ locale to take effect the SDK needs to be recompiled. For example, to use
the Australian English
+ locale change locale to have a value of "en_AU" like so:
+
+ locale = en_AU
+
+ OR
+
+ Compile the SDK with a -Dlocale=<locale> option, where <locale> is the new
locale to compile the
+ SDK against.
+
+ The list of supported locales include:
+ da_DK el_GR en_GB fi_FI ja_JP nl_NL ru_RU zh_TW
+ de_CH en_AU en_US fr_FR ko_KR pt_BR sv_SE
+ de_DE en_CA es_ES it_IT nb_NO pt_PT zh_CN
+
+ The Apache Flex SDK has only been tested for the en_US locale, however
there is unlikely to be any
+ issues with a SDK compiled for another locales.
+
+Adobe Flash Player Version Support
+----------------------------------
+
+ The Apache Flex SDK defaults to using the Adobe Flash Player 11.1. The SDK
can be
+ compiled for Flash Player versions 10.2, 10.3, 11.0, 11.0, 11.1, 11.2,
11.3, 11.4 and 11.5.
+
+ To compile the SDK for another version of the Adobe Flash Player either:
+
+ 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
+ lastest version of the Adobe Flash Player set the value of
playerglobal.version to be "11.5" like so:
+
+ playerglobal.version = 11.5
+
+ OR
+
+ Compile the SDK with a -Dplayerglobal.version=<version> option, where
<version> is the
+ Adobe Flash Player version to compile the SDK against.
+
+
+ Different versions of the Adobe Flash Player require different versions of
playerglobal.swc.
+
+ These can be found at:
+
+
http://fpdownload.macromedia.com/get/flashplayer/installers/archive/playerglobal/playerglobal10_2.swc
+
http://fpdownload.macromedia.com/get/flashplayer/installers/archive/playerglobal/playerglobal10_3.swc
+
http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playerglobal11_0.swc
+
http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playerglobal11_1.swc
+
http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playerglobal11_2.swc
+
http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playerglobal11_3.swc
+
http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playerglobal11_4.swc
+
http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playerglobal11_5.swc
+
+ Copy the target playerglobal.swc to the directory:
+
+ frameworks/libs/player/<version>/playerglobal.swf
+
+ Where <version> is the major and minor version numbers of the Adobe Flash
Player
+ separated by a period or full stop.
+
+ If all of the playerglobal swcs where installed the frameworks/libs/player
directory
+ structure would look like this.
+
+ /frameworks
+ /libs
+ /player
+ /10.2
+ /playerglobal.swc
+ /10.3
+ /playerglobal.swc
+ /11.0
+ /playerglobal.swc
+ /11.2
+ /playerglobal.swc
+ /11.2
+ /playerglobal.swc
+ /11.3
+ /playerglobal.swc
+ /11.4
+ /playerglobal.swc
+ /11.5
+ /playerglobal.swc
+
+ Apache Flex has been tested with Adobe Flash Player 11.1 and 11.5 on
Windows and Mac.
+
+ It compiles against other Adobe Flash Player versions and is expected to
work but they
+ may be some issues, particularly with the earlier 10.2 and 10.3 versions
of the
+ Adobe Flash Player.
+
+Software Dependencies
+---------------------
+
+ Apache Flex uses third-party code that will be downloaded as part of the
Apache
+ Flex build. In addition, there is some optional third-party code that you
can choose
+ to download if you would like to take advantage of the features offered
and you agree
+ to the license terms.
+
+ The Apache Version 2.0 license is in the LICENSE file.
+
+ The following dependencies have licenses which are, or are compatible
with, the Apache
+ Version 2.0 license. You will not be prompted to acknowledge the
download. Most
+ of the jars are installed in lib/external.
+
+ batik - http://archive.apache.org/dist/xmlgraphics/batik/batik-1.6.zip
+ commons-collections -
http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz
+ commons-discovery -
http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz
+ commons-logging -
http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz
+ javacc -
http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz
+ saxon9 -
http://sourceforge.net/projects/saxon/files/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip/download
+ velocity -
http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz
+ xalan -
http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz
+ xerces - http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip
+
+ The following dependencies have licenses which Apache considers to be
reciprocal
+ licenses so you will be prompted to acknowledge the license before the
software is
+ downloaded to your system. These files are installed in frameworks/libs.
+
+ osmf.swc
+
+ Open Source Media Framework v1.0 used for video components
+
+ This file is extracted from:
+
http://sourceforge.net/projects/osmf.adobe/files/OSMF%201.0%20%28final%20source%2C%20ASDocs%2C%20PDF%20guides%2C%20and%20release%20notes%29/OSMF_1.0.zip/download
+
+ This software is released under the Mozilla Public License Version
1.1:
+ <http://www.mozilla.org/MPL/>
+
+ The following dependencies have licenses which Apache considers to be not
compatible
+ with the Apache License Version 2.0. You will be prompted to read and
agree to the
+ license terms of the dependency before the software can be downloaded to
your system.
+ These are optional components which enable additional features. They are
installed in
+ libs/external/optional.
+
+ flex-messaging-common.jar
+ Provides integration with Adobe BlazeDs.
+
+ This files are extracted from:
+
http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip
+
+ This software is released under an Adobe license:
+
<http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf>
+
+ flex-fontkit.jar
+ afe.jar, adt.jar
+ aglj40.jar
+ rideau.jar
+ Adobe proprietary software which provides embedded font support.
+
+ These jars are extracted from:
+
http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip
+
+ This software is released under an Adobe license:
+
<http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf>
+
+Using the Binary Distribution
+-----------------------------
+
+ You must download the third-party dependencies.
+
+ When you have all the prerequisites in place and the environment variables
set,
+ (see Install Prerequisites above), use
+
+ cd <flex.dir>/frameworks
+ ant thirdparty-downloads
+
+Building the Framework in a Binary Distribution
+-----------------------------------------------
+
+ The source for most of the framework is included in the binary
distribution.
+ It can be useful if you wish to debug and/or extend components.
+
+ When you have all the prerequisites in place and the environment variables
set,
+ (see Install Prerequisites above), use
+
+ cd <flex.dir>/frameworks
+ ant main (or just ant since the default target is main)
+
+ to download the third-party dependencies and build the Flex framework.
You may be
+ prompted to acknowledge some of the downloads. Since the third-party
dependencies
+ take a little while to download and they don't change very often, they are
not
+ cleaned with the regular clean target.
+
+ To clean the build, of everything other than the downloaded third-party
dependencies
+ use
+
+ ant clean
+
+ To clean the build, of everything, including the downloaded third-party
dependencies
+ use
+
+ ant super-clean (which is just thirdparty-clean followed by clean)
+
+Building the Source in the Source Distribution
+----------------------------------------------
+
+ The source for both the Flex compiler and the Flex framework is included
in the
+ source distribution. The compiler is in the modules directory and the
framework
+ is in the frameworks directory.
+
+ When you have all the prerequisites in place and the environment variables
set
+ (see Install Prerequisites above), use
+
+ cd <flex.dir>
+ ant main (or just ant since the default target is main)
+
+ to download the thirdparty dependencies and build the source. You may be
prompted
+ to acknowledge and/or confirm some of the downloads. Since the
third-party
+ dependencies take a little while to download and they don't change very
often, they
+ are not cleaned with the regular clean target.
+
+ If you would like to build the RSLs, use
+
+ ant frameworks-rsls
+
+ To clean the build, of everything other than the downloaded third-party
dependencies
+ use
+
+ ant clean
+
+ To clean the build, of everything, including the downloaded third-party
dependencies
+ use
+
+ ant super-clean (which is just thirdparty-clean followed by clean)
+
+ To generate a source distribution package and a binary distribution
package use
+
+ ant -Dbuild.number=<last svn rev> -Dbuild.noprompt= release
+
+ The packages can be found in the "out" subdirectory.
+
+ To build the ASDoc package
+
+ ant asdoc-package
+
+ To get a brief listing of all the targets type
+
+ ant -projecthelp
+
+
+Thanks for using Apache Flex.
+
+ The Apache Flex Project
+ <http://incubator.apache.org/flex>
Added: dev/flex/sdk/4.9.1/rc1/RELEASE_NOTES
==============================================================================
--- dev/flex/sdk/4.9.1/rc1/RELEASE_NOTES (added)
+++ dev/flex/sdk/4.9.1/rc1/RELEASE_NOTES Wed Feb 13 00:06:36 2013
@@ -0,0 +1,68 @@
+Apache Flex 4.9.1
+=================
+
+Minor change to fix issue with changing locale
+
+Apache Flex 4.9.0
+=================
+
+This is first release after the Apache Flex 4.8.0 parity release.
+
+The official Apache distribution is the source kit which can contain only
source.
+Because of this, and various licensing constraints, there must be a few
differences.
+
+====> Please see the README, especially the "Install Prerequisites" section.
<====
+
+ Differences from Apache Flex 4.8.0:
+ - New locales for Apache Flex including Australian, British, Canadian,
Greek, Switzerland (German) and Portuguese
+ - Apache Flex SDK can be compiled for any version of the Flash Player from
10.2 to 11.5
+ - New PostCodeFormatter and PostCodeValidator classes for international
postcode formatting and validation
+ - New VectorList and VectorCollection classes for lists and collections of
vectors
+ - New version of the TLF (Text Layout Framework), the TLF 3.0.33 source code
is now included as it is now part
+ of the Apache Flex donation.
+ - Can use Java 7 to compile SDK (see README for instructions)
+ - Many improvements and updates to Mustella tests
+ - An SDK installer has also been created and is the recommended way of
installing the Apache Flex SDK in an IDE.
+ For more information see http://incubator.apache.org/flex/installer.html
+
+ Several bug have also been fixed including (but not limited to):
+ FLEX-33272 A #1010 error occurred while trying to hide columns of an
AdvancedDataGrid having lockedColumnCount
+ greater than 0
+ FLEX-33263 FocusOut in datagrid causes RTE if target.parent is null
+ FLEX-33248 Spark GridItemEditor cannot edit nested properties
+ FLEX-33216 Chart initialization performance degradation between Flex 3 and
Flex 4
+ FLEX-33110 Building the SDK with Java 7
+ FLEX-29002 RunTime Error #1009 at
mx.managers::PopUpManagerImpl/addModalPopUpAccessibility() when displaying more
+ than one modal popup via PopUpManager on top of each other. On
Windows 7 running on some PCs
+ FLEX-28982 DropDownController - Null Object Reference
+ FLEX-27758 Keyboard navigation stops working in mx:DataGrid
+
+ For a full list see https://issues.apache.org/jira/browse/FLEX
+
+ Differences from Adobe Flex 4.6.0:
+
+ - BlazeDS integration is an optional feature (Adobe license)
+ - Adobe embedded font support is an optional feature
+
+ - the lib directory has been restructured
+ -- lib (jars built from source)
+ -- external (other Apache jars or ones with compatible licenses)
+ -- optional (optional jars with incompatible licenses)
+
+ - the default linkage is -static-link-runtime-shared-libraries=true
+
+ - there are no longer Adobe signed RSLs (swz files) in frameworks/rsls
+ - the frameworks/rsls directory contains unsigned RSL for libraries we build
+
+ - the frameworks/osmf src is not included which means there is not an osmf
RSL.
+
+ - the ASDoc in the asdoc package no longer has active links for Adobe Flash,
+ Adobe Air, the Open Source Media Framework (OSMF) or Text Layout Format
(TLF).
+ We hope to correct this in a future release.
+
+Please report new issues to our bugbase at:
+
+ https://issues.apache.org/jira/browse/FLEX
+
+ The Apache Flex Project
+ <http://incubator.apache.org/flex/>
Added: dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.tar.gz.asc
==============================================================================
--- dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.tar.gz.asc (added)
+++ dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.tar.gz.asc Wed Feb 13
00:06:36 2013
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJRGsoaAAoJEODyhZOu6tFRVPIQALHCzsU7THRtTvuPzJYMXigh
+SbjdVnwMnYB2zTjYK+HKoX0EmSifsOz1l4rXhH0HIM9qGXdLEWItp4LPB3S7+PFq
+JfziMOrAondlP85mUFZlQ1oME9G72qZh7eb6oURI7ktoEraTn1zPx/uJD/oMJ7rc
+l3RgfHgq0iriAN2JXAxwFQWx62DBIN+hIlEKHcv1wdhoDKzsqkXwm0THqQxUb/Kx
+L7UXMCN2RnipfTp+48XcoiBd3BaVFvNIVR8hhbJeRuykhD4uhVOuLVC3ibzGlBh4
+zTo4r9gqJnJm2+CvbHRALMd6cwlYK6zDf/iKV5okfJ+bogGMdKWbx1ppsOaaPD8b
+f9mOVznLwD8sA+nVF06AbuAONL1G45POVxL7hD0Ghw92KHarri7B8FpmbsokD0UR
+7hgX2PqZd1+3sfOfdrea9C3dzS2iG2WwCSEl9UG8rwJfEsUOg3/NvJZkcgarM8Rv
+D2Elhk6X0uuRtQ9ubcswfAuw/pt7+viSvFXt+TQDRQqV7BmXF39N7L3jFsvZYw1R
+mjZZSPk4ikud4ufwuE5HYLQXqBtZgNElfjJuCpJsbUVA2wz5ygb38T1N6+RqcKno
+W9SaXiDdKtrLJbuhxUpEz2P4aWk2ft96487hO9y/Ui3vqWp/WqTEH+rlYCMB/23L
+jLh0PJFBfvfjNnAwkXsA
+=iHaV
+-----END PGP SIGNATURE-----
Added: dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.tar.gz.md5
==============================================================================
--- dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.tar.gz.md5 (added)
+++ dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.tar.gz.md5 Wed Feb 13
00:06:36 2013
@@ -0,0 +1 @@
+a5e94f279258df1f8dd6f63be881a54c
Added: dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.zip
==============================================================================
Binary file - no diff available.
Propchange: dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.zip.asc
==============================================================================
--- dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.zip.asc (added)
+++ dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.zip.asc Wed Feb 13
00:06:36 2013
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJRGsokAAoJEODyhZOu6tFRlQIQAOBfq5SJcrOA3XYCxd4jbcLN
+gr6fSh0zhkHNbVmq/blYNNg4SjhpLN6Z3id6WUWJ5AX4WbfZ+tpndVXks3G2kcsb
+1Qv3v/fZuR9l5TBG1joytq0ZJCfX6yZaYBcal2L0ft0Pi1urUk8bLjbCgZFtV6gY
+MyG1iYGng1wbMynnM9DU0LsIT3Wmbs/tBRmQ6Vxb0t/3mr8yxpAQGHtGKii0XL3j
+V+f06vpIQmRD/eCtRGHCZ60IPgOGWHnfl0QqldFXVOEIu9aqAwJTjCj0RDl//5BK
+PttRoOjk8ASTVBZ4uVqNtz2DK2sTLKubI0g8QXP7tk7/quv1olVuDrRzNmkT9tMB
+WHj7so4tpXm4qe1E4d8cMfKc9fBTrL5/wjeMoT5GWFuErTSQOSG6QR4B3nDadhl1
+8Z+NL+1VJinL/kXVTLhz9xEAwfzZlbV7c1JtZA/oTQg3Boo3IEIO8um56r4ZR9dJ
+ms12CFNcAzvoTsWNMpLl1ndDb3IIJXe0KxtGDv1a+FXRri+gaOaw2AsvkkHI8PEK
+SEmjLXL9kYXybYq+Df/b5lzzbafKR1meilf6UZpAdU1zoaJuMr8aFIm3h9WbN5gK
+wgy48oKwY4PMHGguwzJbi6cUA1totjI/+Ph5SpK/e1kLILGRtYISmryptWzu8DM9
+KJOwA5jgxoFf3wJqB7ZY
+=3M4k
+-----END PGP SIGNATURE-----
Added: dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.zip.md5
==============================================================================
--- dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.zip.md5 (added)
+++ dev/flex/sdk/4.9.1/rc1/apache-flex-sdk-4.9.1-src.zip.md5 Wed Feb 13
00:06:36 2013
@@ -0,0 +1 @@
+b290b020cf311ef0753a0abd6a064a78
Added: dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.tar.gz.asc
==============================================================================
--- dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.tar.gz.asc (added)
+++ dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.tar.gz.asc Wed
Feb 13 00:06:36 2013
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJRGsoAAAoJEODyhZOu6tFRVXQP/3UA0lFAifq6+IMWhPL6wNX7
+JxGuAyq+FkFavlSOy2/sIUlFl4ChZ8xgBEaq1Vw6wyoxoN2s6PmyMj0ni3dgu7yR
+yqXzA7fwtUzdkqk6lzkBXyHA0SR/ghs/8KAaLK2mshwQex331LstLmnHwTT6B4J6
+kp9LQtVsfOextfgtVc2hd8RNbDtmhTKvkO7DMBemIW2p5yLL1SxYRi/vxQUm8Fra
+aooJhUL0pB0BN2YjHYdVCvKUyS0OWz23XctS9UHClwXeLCZvJD39GxDZD2TmnP5b
+ug6rj7W/kvllXm6dwkfS1JPji6VygFMxzalRYJZLs4lH9OraUOSBsJzfBbn3TL/S
+GakwExIwvGBNMXM/fmrRgCdVlGCqKDFKQPrf2I6qTaYVCgCwTdcBIXXLZNnWYgJJ
+JQlnyMWMZ3AxzamjWRVJm2Y910TrVrXZxCbPVcqHLF1owMKQrmYcb3yI6iZEOuno
+v7L6f/thSgh4E4hxHGyIBvW1Sbxx95FGhXlOUs31oQF+WCtkEmD2VjYRdQVwgp5U
+/ba732tapc52SRsgoGwP0ibbLfLUrKFkKjGSIbFiqku+bNZ5mie8zSg/vBxzvM3N
+OQrCOFaEkHxeYqy9Rc6IJjtSubbbZKeFkyzrQM9BHNr6BZ55qTCEKy6GhRgo4dQC
+P4OkBZNchzPDz81wouKp
+=josJ
+-----END PGP SIGNATURE-----
Added: dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.tar.gz.md5
==============================================================================
--- dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.tar.gz.md5 (added)
+++ dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.tar.gz.md5 Wed
Feb 13 00:06:36 2013
@@ -0,0 +1 @@
+b6f9adc2c0066ee805b4e34cc5a68102
Added: dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.zip
==============================================================================
Binary file - no diff available.
Propchange: dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.zip.asc
==============================================================================
--- dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.zip.asc (added)
+++ dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.zip.asc Wed Feb
13 00:06:36 2013
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJRGsoPAAoJEODyhZOu6tFRCDgQAJazvIhRmex/eFYMMFgSPQ4q
+YXICHxypJM08QI15KFAzd2Zb2igK5CyDSWsPV/Z9FSm0w51nBmX+noVM9V3bQOGB
+Q4mRNCy8tN7RSsIIhQmCrp+xQM4rLStSSFhBSXDVfmrQ5WQEOVzSMKMcLWGdgrrh
+/tg9MQSQrNXjFrU+wXgXlWRhj6xjnssWdvzHpElNl00HwUI0EsqnlTwde9DuCrTn
+jRsslZLu4vt5/mrLi/pI2dojc7m0dPkNJGiudMGqQs7j1PYEqTKDlKeBZqbeRVa+
+bS1xAxRLFfQLgx8yCRXjnh82/g3CWDUAJc98NADZVFXzJOLFo9w08Fidc3V7izUM
+YDjOjqeRKPh2xQa38KHm875h9migIw6uoyyUMUpeINeTWWCmwBMn2xsVytXZsfAz
+Zoch5/gMa2fz02rX85QwiCuk0TNTiQjeXYx7MzYE8+sfikHBh3Y92zjdzR3qWfp3
+oqLIuyr8nqmpkwxx93Hw74irHQh3CQDEu8U8biA0VYvQ8zHVbCSUc6ch9E4911QJ
+/Jv2wPNHLFUgFa0qMbNtclqH0OGGTMQU37Vsd4X4LRx0yDTG43lA+X5Zc9gYDARz
+PbgPI8vOksAcfS1+iTRv5QNXXD6Blz8VxlDUm1S5hO8snHzMxwu5WCu8T99Zj6DU
+Ps+/75QJ87UtJQYnAIlz
+=49Dg
+-----END PGP SIGNATURE-----
Added: dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.zip.md5
==============================================================================
--- dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.zip.md5 (added)
+++ dev/flex/sdk/4.9.1/rc1/binaries/apache-flex-sdk-4.9.1-bin.zip.md5 Wed Feb
13 00:06:36 2013
@@ -0,0 +1 @@
+21f273696deddfa9863324a379646388
Added: dev/flex/sdk/4.9.1/rc1/doc/apache-flex-sdk-4.9.1-asdocs.zip
==============================================================================
Binary file - no diff available.
Propchange: dev/flex/sdk/4.9.1/rc1/doc/apache-flex-sdk-4.9.1-asdocs.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/flex/sdk/4.9.1/rc1/doc/apache-flex-sdk-4.9.1-asdocs.zip.asc
==============================================================================
--- dev/flex/sdk/4.9.1/rc1/doc/apache-flex-sdk-4.9.1-asdocs.zip.asc (added)
+++ dev/flex/sdk/4.9.1/rc1/doc/apache-flex-sdk-4.9.1-asdocs.zip.asc Wed Feb 13
00:06:36 2013
@@ -0,0 +1,18 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+iQIcBAABCgAGBQJRGsnzAAoJEODyhZOu6tFRnRkP/jQZ88NmEJG5KAXbviVlyTya
+/GtevO5p9/5fHlJlOgY3T9+3gDDJyKxTXs5AhorhMuNXt/sOI8LnbQP1BPUpo1hp
+s3pkUd04K/ctjt8ek6PDOYCMtK8Y613aYXE3rR3/vmt2F1Y2ZTYAdXtp7KiZior1
+VErMxYywuZpJsEUaSuTttx7CvyJIpPgVWyJQxNlH+69IOt0g2QzXCIuVxV8R8Lmc
+Wb35Li+jPGyuzF0mi7kqzgN4gBgwGtQpYh3Aj+7D0GZy42j+RsjCNJuHtepTdmnu
+1bV9FdvRZbEa0SlHrQeh/6ScD44dmrIVPGYo9zEMeOhkpxcZX2KXHEckrcvVu+Gp
+K7CooTGs3yb1ap7ZZUC8ZWVR6s+4LmR6kV7YYPQAqr6lCrqdJJT8Vmq5MkUn2ZEX
+j5c2kBEfa8SapLNf3tGZz/+EB0bWonJ2nlgoo/dXpdu7+M+yie10wco3xHMGMtGI
+7cm13XYD+1B+AI8FU3tYD2B5yIEBWNFctffdcb1sVE1eZNOEJ4NsJqdOeds11gO0
+5jDxD+OgGPBwXRkk7xaq8SVUTeVnaB4NQrF006VLn78/GfFq3Of/Ddn5py+/730c
+ia2oSwxNOZU/4qK7TZ8N8X/TevSBl2SRcxHIh9i3dNjMqRkNr6hrgsPXBe/ScfR2
+T6wFQzWxY01RdmniZ58t
+=ow9c
+-----END PGP SIGNATURE-----
Added: dev/flex/sdk/4.9.1/rc1/doc/apache-flex-sdk-4.9.1-asdocs.zip.md5
==============================================================================
--- dev/flex/sdk/4.9.1/rc1/doc/apache-flex-sdk-4.9.1-asdocs.zip.md5 (added)
+++ dev/flex/sdk/4.9.1/rc1/doc/apache-flex-sdk-4.9.1-asdocs.zip.md5 Wed Feb 13
00:06:36 2013
@@ -0,0 +1 @@
+e24ec40451f13aca102694876ed16374
Added: dev/flex/sdk/HEADER.html
==============================================================================
--- dev/flex/sdk/HEADER.html (added)
+++ dev/flex/sdk/HEADER.html Wed Feb 13 00:06:36 2013
@@ -0,0 +1,14 @@
+<h2>Apache Flex Release Candidate</h2>
+
+<p>This download page includes the source distributions to compile and build
Apache Flex release candidates.</p>
+<p>Compiling Apache Flex requires configuration and third-party software.
Please read the <a href="4.9.1/README">README</a> for instructions on
compiling.</p>
+<p>Read the <a href="4.9.1/RELEASE_NOTES">RELEASE_NOTES</a> for information on
what is in this release.</p>
+<p>Download the binary distribution for your platform from <a
href="4.9.1/rc1/binaries">binaries</a>.</p>
+
+<h3>Important Notices</h3>
+
+<ul>
+<li><a href="#mirrors">Download from mirror sites</a></li>
+<li><a href="#binaries">Binary Releases</a></li>
+<li><a href="#sig">PGP Signatures</a></li>
+</ul>
\ No newline at end of file
Added: dev/flex/sdk/KEYS
==============================================================================
--- dev/flex/sdk/KEYS (added)
+++ dev/flex/sdk/KEYS Wed Feb 13 00:06:36 2013
@@ -0,0 +1,324 @@
+This file contains the PGP keys of various developers.
+http://www.apache.org/dev/release-signing.html#keys-policy
+
+Users: pgp < KEYS
+ or
+ gpg --import KEYS
+Developers:
+ pgp -kxa <your name> and append it to this file.
+ (pgpk -ll <your name> && pgpk -xa <your name>) >> this file.
+ or
+ (gpg --list-sigs <your name>
+ && gpg --armor --export <your name>) >> this file.
+
+ if your pgp does not generate the pub prefix when exporting
+ the key, you can find it by looking up your key at pgp.mit.edu
+------------------------------------------------------------------------
+
+pub 4096R/E9BBC3C4 2012-03-19
+uid Carol Lynn Frampton (CODE SIGNING KEY)
<[email protected]>
+sig 3 E9BBC3C4 2012-03-19 Carol Lynn Frampton (CODE SIGNING KEY)
<[email protected]>
+sub 4096R/51612C88 2012-03-19
+sig E9BBC3C4 2012-03-19 Carol Lynn Frampton (CODE SIGNING KEY)
<[email protected]>
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG/MacGPG2 v2.0.16 (Darwin)
+
+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
+5PKk8lrSublOrqVjlP3nAaLcfopSWbOgjrHm
+=YPyf
+-----END PGP PUBLIC KEY BLOCK-----
+
+pub 4096R/C1708693 2012-08-19
+ Key fingerprint = BC1C AA3B 706B 8AB2 B901 5328 5C2B 8102 C170 8693
+uid OmPrakash Muppirala (CODE SIGNING KEY)
<[email protected]>
+sub 4096R/52ABEE87 2012-08-19
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v2.0.18 (FreeBSD)
+
+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
+iSkiTfuNA/f3+Anks7y4fXPVNv8CzmUGzE/M7w==
+=emgd
+-----END PGP PUBLIC KEY BLOCK-----
+
+pub 2048R/935E15AF 2012-08-24 [expires: 2016-08-24]
+ Key fingerprint = 17D7 3FA2 308E 1C1E 8154 D513 0039 7EFE 935E 15AF
+uid Erik de Bruin <[email protected]>
+sub 2048R/04C1F654 2012-08-24 [expires: 2016-08-24]
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v2.0.18 (FreeBSD)
+
+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
+=59T3
+-----END PGP PUBLIC KEY BLOCK-----
+
+pub 4096R/C9383D43 2012-06-01
+uid aharui <[email protected]>
+sig 3 C9383D43 2012-06-01 aharui <[email protected]>
+sig E9BBC3C4 2012-11-12 Carol Lynn Frampton (CODE SIGNING KEY)
<[email protected]>
+sub 4096R/F8502A44 2012-06-01
+sig C9383D43 2012-06-01 aharui <[email protected]>
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG/MacGPG2 v2.0.16 (Darwin)
+
+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
+EyHfcH1CYCaCMPEP2x5gPuQKWd2U
+=EadN
+-----END PGP PUBLIC KEY BLOCK-----
+
+pub 4096R/AEEAD151 2012-10-20
+uid Justin Mclean <[email protected]>
+sig 3 AEEAD151 2012-10-20 Justin Mclean <[email protected]>
+sub 4096R/A7926E70 2012-10-20
+sig AEEAD151 2012-10-20 Justin Mclean <[email protected]>
+
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
+Comment: GPGTools - http://gpgtools.org
+
+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
+=Kaki
+-----END PGP PUBLIC KEY BLOCK-----