Author: aharui
Date: Tue Jul 22 05:23:41 2014
New Revision: 1612467

URL: http://svn.apache.org/r1612467
Log:
update download pages for latest releases

Modified:
    flex/site/trunk/content/download-binaries.cmsPage
    flex/site/trunk/content/download-falconjx.cmsPage
    flex/site/trunk/content/download-flexjs.cmsPage
    flex/site/trunk/content/download-source.cmsPage

Modified: flex/site/trunk/content/download-binaries.cmsPage
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/download-binaries.cmsPage?rev=1612467&r1=1612466&r2=1612467&view=diff
==============================================================================
--- flex/site/trunk/content/download-binaries.cmsPage (original)
+++ flex/site/trunk/content/download-binaries.cmsPage Tue Jul 22 05:23:41 2014
@@ -8,22 +8,22 @@ The Apache Flex® SDK has some compile
 
 **Please review the release notes before installing or compiling the SDK.**
 
-<div class="headline"><h4>Current Release (4.12.1)</h4></div>
+<div class="headline"><h4>Current Release (4.13.0)</h4></div>
 The Apache Flex team is pleased to offer this release, available as of the 8th 
of March 2014.  This is the latest version of the Apache Flex SDK and is 
designed to be compatible with previous versions of the Apache Flex SDK and 
Adobe Flex SDK.
 
-Binaries are provided as a convenience for those who do not wish to compile 
the SDK themselves.  The 4.12.1 binaries were published on the 8th of March 
2014.
+Binaries are provided as a convenience for those who do not wish to compile 
the SDK themselves.  The 4.13.0 binaries were published on the 16th of July 
2014.
 
 **Please be aware of the dependencies listed in the section below.**  They are 
required in order to use the Apache Flex® SDK.  The [README][15] explains 
these requirements further.
 
   - Release Notes : [RELEASE_NOTES][2]
   - README : [README][15]
-  - Mac OS X Binaries : [apache-flex-sdk-4.12.1-bin.tar.gz][7] 
[[PGP](http://www.apache.org/dist/flex/4.12.1/binaries/apache-flex-sdk-4.12.1-bin.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/4.12.1/binaries/apache-flex-sdk-4.12.1-bin.tar.gz.md5)]
-  - Linux Binaries : [apache-flex-sdk-4.12.1-bin.tar.gz][7] 
[[PGP](http://www.apache.org/dist/flex/4.12.1/binaries/apache-flex-sdk-4.12.1-bin.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/4.12.1/binaries/apache-flex-sdk-4.12.1-bin.tar.gz.md5)]
-  - Windows Binaries : [apache-flex-sdk-4.12.1-bin.zip][8] 
[[PGP](http://www.apache.org/dist/flex/4.12.1/binaries/apache-flex-sdk-4.12.1-bin.zip.asc)]
 
[[MD5](http://www.apache.org/dist/flex/4.12.1/binaries/apache-flex-sdk-4.12.1-bin.zip.md5)]
-  - Documentation : [apache-flex-sdk-4.12.1-asdocs.zip][5]
+  - Mac OS X Binaries : [apache-flex-sdk-4.13.0-bin.tar.gz][7] 
[[PGP](http://www.apache.org/dist/flex/4.13.0/binaries/apache-flex-sdk-4.13.0-bin.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/4.13.0/binaries/apache-flex-sdk-4.13.0-bin.tar.gz.md5)]
+  - Linux Binaries : [apache-flex-sdk-4.13.0-bin.tar.gz][7] 
[[PGP](http://www.apache.org/dist/flex/4.13.0/binaries/apache-flex-sdk-4.13.0-bin.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/4.13.0/binaries/apache-flex-sdk-4.13.0-bin.tar.gz.md5)]
+  - Windows Binaries : [apache-flex-sdk-4.13.0-bin.zip][8] 
[[PGP](http://www.apache.org/dist/flex/4.13.0/binaries/apache-flex-sdk-4.13.0-bin.zip.asc)]
 
[[MD5](http://www.apache.org/dist/flex/4.13.0/binaries/apache-flex-sdk-4.13.0-bin.zip.md5)]
+  - Documentation : [apache-flex-sdk-4.13.0-asdocs.zip][5]
 
 <div class="headline"><h4>Binary Dependencies</h4></div>
-Due to licensing requirements, there are some components that we depend on 
that we can not include in our binary or source distribution.  We try our 
hardest to limit these dependencies, however for the current 4.12.1 release we 
do depend on the following components.  Please review the [README][15] included 
in your download for more information on where to install these packages.
+Due to licensing requirements, there are some components that we depend on 
that we can not include in our binary or source distribution.  We try our 
hardest to limit these dependencies, however for the current 4.13.0 release we 
do depend on the following components.  Please review the [README][15] included 
in your download for more information on where to install these packages.
 
 - Open Source Media Framework (OSMF) 
[Download](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)
 [MPL License](http://www.mozilla.org/MPL)
 
@@ -61,35 +61,35 @@ The PGP signatures can be verified using
 
     % pgpk -a KEYS
 
-    % pgpv apache-flex-sdk-4.12.1-src.tar.gz.asc
+    % pgpv apache-flex-sdk-4.13.0-src.tar.gz.asc
 
 *or*
 
     % pgp -ka KEYS
 
-    % pgp apache-flex-sdk-4.12.1-src.tar.gz.asc
+    % pgp apache-flex-sdk-4.13.0-src.tar.gz.asc
 
 *or*
 
     % gpg --import KEYS
 
-    % gpg --verify apache-flex-sdk-4.12.1-src.tar.gz.asc
+    % gpg --verify apache-flex-sdk-4.13.0-src.tar.gz.asc
 
 
 Alternatively, you can verify the MD5 signature on the files. A unix/Mac 
program called `md5` or `md5sum` is included in many unix distributions. It is 
also available as part of [GNU Textutils][11]. Windows users can get binary md5 
programs from [here][12] , [here][13] , or [here][14]. An MD5 signature 
consists of 32 hex characters, and a SHA1 signature consists of 40 hex 
characters. Ensure your generated signature string matches the signature string 
published in the files above.
 
 [1]: http://sourceforge.net/adobe/flexsdk/wiki/About/
-[2]: http://www.apache.org/dyn/closer.cgi/flex/4.12.1/RELEASE_NOTES
-[3]: 
http://www.apache.org/dyn/closer.cgi/flex/4.12.1/apache-flex-sdk-4.12.1-src.tar.gz
-[4]: 
http://www.apache.org/dyn/closer.cgi/flex/4.12.1/apache-flex-sdk-4.12.1-src.zip
-[5]: 
http://www.apache.org/dyn/closer.cgi/flex/4.12.1/docs/apache-flex-sdk-4.12.1-asdocs.zip
-[6]: http://www.apache.org/dyn/closer.cgi/flex/4.12.1/RELEASE_NOTES
-[7]: 
http://www.apache.org/dyn/closer.cgi/flex/4.12.1/binaries/apache-flex-sdk-4.12.1-bin.tar.gz
-[8]: 
http://www.apache.org/dyn/closer.cgi/flex/4.12.1/binaries/apache-flex-sdk-4.12.1-bin.zip
-[9]: 
http://www.apache.org/dyn/closer.cgi/flex/4.12.1/docs/apache-flex-sdk-4.12.1-asdocs.zip
+[2]: http://www.apache.org/dyn/closer.cgi/flex/4.13.0/RELEASE_NOTES
+[3]: 
http://www.apache.org/dyn/closer.cgi/flex/4.13.0/apache-flex-sdk-4.13.0-src.tar.gz
+[4]: 
http://www.apache.org/dyn/closer.cgi/flex/4.13.0/apache-flex-sdk-4.13.0-src.zip
+[5]: 
http://www.apache.org/dyn/closer.cgi/flex/4.13.0/docs/apache-flex-sdk-4.13.0-asdocs.zip
+[6]: http://www.apache.org/dyn/closer.cgi/flex/4.13.0/RELEASE_NOTES
+[7]: 
http://www.apache.org/dyn/closer.cgi/flex/4.13.0/binaries/apache-flex-sdk-4.13.0-bin.tar.gz
+[8]: 
http://www.apache.org/dyn/closer.cgi/flex/4.13.0/binaries/apache-flex-sdk-4.13.0-bin.zip
+[9]: 
http://www.apache.org/dyn/closer.cgi/flex/4.13.0/docs/apache-flex-sdk-4.13.0-asdocs.zip
 [10]: http://www.apache.org/dist/flex/KEYS
 [11]: http://www.gnu.org/software/textutils/textutils.html
 [12]: http://www.fourmilab.ch/md5/
 [13]: http://www.pc-tools.net/win32/freeware/console/
 [14]: http://www.slavasoft.com/fsum/
-[15]: http://www.apache.org/dyn/closer.cgi/flex/4.12.1/README
\ No newline at end of file
+[15]: http://www.apache.org/dyn/closer.cgi/flex/4.13.0/README
\ No newline at end of file

Modified: flex/site/trunk/content/download-falconjx.cmsPage
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/download-falconjx.cmsPage?rev=1612467&r1=1612466&r2=1612467&view=diff
==============================================================================
--- flex/site/trunk/content/download-falconjx.cmsPage (original)
+++ flex/site/trunk/content/download-falconjx.cmsPage Tue Jul 22 05:23:41 2014
@@ -8,19 +8,19 @@ The Apache Flex® FalconJX Compiler ha
 
 **Please review the release notes before installing or compiling this testing 
suite.**
 
-<div class="headline"><h4>Current Release (0.0.1)</h4></div>
+<div class="headline"><h4>Current Release (0.0.2)</h4></div>
 The Apache Flex team is pleased to offer this release, available as of the 
23rd of April 2014.  This is the initial release of the Apache Flex FalconJX 
compiler and is considered to be 'alpha' quality.  The purpose of this release 
is to gather feedback about the features and implementation strategies, and 
recruit new contributors as we grow these code bases into an SDK and tool chain 
that delivers the highest productivity developing applications that can run in 
the most places.   These releases may not handle production needs.  Expect lots 
of bugs and missing features.
 
-Binaries are provided as a convenience for those who do not wish to compile 
FalconJX themselves.  The 0.0.1 binaries were published on the 23rd of April 
2014.
+Binaries are provided as a convenience for those who do not wish to compile 
FalconJX themselves.  The 0.0.2 binaries were published on the 18th of July 
2014.
 
 **Please be aware of the dependencies listed in the section below.**  They are 
required in order to use the Apache Flex FalconJX Compiler.  The [README][15] 
explains these requirements further.
 
 - Release Notes : [RELEASE_NOTES][2]
 - README : [README][15]
-- Source (tar.gz) : [apache-flex-falconjx-0.0.1-src.tar.gz][3] 
[[PGP](http://www.apache.org/dist/flex/falcon/0.0.1/apache-flex-falconjx-0.0.1-src.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/falcon/0.0.1/apache-flex-falconjx-0.0.1-src.tar.gz.md5)]
-- Source (zip) : [apache-flex-falconjx-0.0.1-src.zip][4] 
[[PGP](http://www.apache.org/dist/flex/falcon/0.0.1/apache-flex-falconjx-0.0.1-src.zip.asc)]
 
[[MD5](http://www.apache.org/dist/flex/falcon/0.0.1/apache-flex-falconjx-0.0.1-src.zip.md5)]
-- Binaries (tar.gz) : [apache-flex-falconjx-0.0.1-bin.tar.gz][7] 
[[PGP](http://www.apache.org/dist/flex/falcon/0.0.1/binaries/apache-flex-falconjx-0.0.1-bin.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/falcon/0.0.1/binaries/apache-flex-falconjx-0.0.1-bin.tar.gz.md5)]
-- Binaries (zip) : [apache-flex-falconjx-0.0.1-bin.zip][8] 
[[PGP](http://www.apache.org/dist/flex/falcon/0.0.1/binaries/apache-flex-falconjx-0.0.1-bin.zip.asc)]
 
[[MD5](http://www.apache.org/dist/flex/falcon/0.0.1/binaries/apache-flex-falconjx-0.0.1-bin.zip.md5)]
+- Source (tar.gz) : [apache-flex-falconjx-0.0.2-src.tar.gz][3] 
[[PGP](http://www.apache.org/dist/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz.md5)]
+- Source (zip) : [apache-flex-falconjx-0.0.2-src.zip][4] 
[[PGP](http://www.apache.org/dist/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip.asc)]
 
[[MD5](http://www.apache.org/dist/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip.md5)]
+- Binaries (tar.gz) : [apache-flex-falconjx-0.0.2-bin.tar.gz][7] 
[[PGP](http://www.apache.org/dist/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz.md5)]
+- Binaries (zip) : [apache-flex-falconjx-0.0.2-bin.zip][8] 
[[PGP](http://www.apache.org/dist/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip.asc)]
 
[[MD5](http://www.apache.org/dist/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip.md5)]
 
 <div class="headline"><h4>Dependencies</h4></div>
 The Apache Flex FalconJX Compiler requires some build tools which must be 
installed prior to building the compiler 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][15] within the 
[README][15] for more information on the external software dependencies.
@@ -42,15 +42,16 @@ Version 2.0 license.  These can be downl
 (jars)
 
 - ant -  
[Download](http://search.maven.org/remotecontent?filepath=org/apache/ant/ant/1.7.1/ant-1.7.1.jar)
 (Apache 2.0 License)
-- antlr - [Download](http://antlr3.org/download/antlr-3.3-complete.jar) (BSD 
License)
+- antlr - [Download](http://antlr3.org/download/antlr-3.5.2-complete.jar) (BSD 
License)
+- args4j - 
[Download](http://search.maven.org/remotecontent?filepath=args4j/args4j/2.0.28/args4j-2.0.28.jar)
 (MIT License)
 - commons-cli - 
[Download](http://archive.apache.org/dist/commons/cli/binaries/commons-cli-1.2-bin.tar.gz)
 (Apache 2.0 License)
 - commons-io - 
[Download](http://archive.apache.org/dist/commons/io/binaries/commons-io-2.0.1.tar.gz)
 (Apache 2.0 License)
 - guava - 
[Download](http://search.maven.org/remotecontent?filepath=com/google/guava/guava/15.0/guava-15.0.jar)
 (Apache 2.0 License)
 - jburg - 
[Download](http://downloads.sourceforge.net/project/jburg/jburg-1.10.1.tar.gz)  
(CPL)
 - jflex - [Download](http://jflex.de/jflex-1.5.1.tar.gz) (BSD License)
 - lzma - 
[Download](http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip)  
(Public Domain)
-- Google Closure Compiler - 
[Download](http://dl.google.com/closure-compiler/compiler-latest.zip) (Apache 
2.0 License)
-
+- Google Closure Compiler - 
[Download](http://github.com/google/closure-compiler/archive/v20140625.zip) 
(Apache 2.0 License)
+- org.json - 
[Download](http://search.maven.org/remotecontent?filepath=org/codeartisans/org.json/20131017/org.json-20131017.jar)
 (MIT License)
 
 <br/ >All of the above dependencies can automatically be downloaded via the 
following ANT commands :
 
@@ -67,32 +68,32 @@ The PGP signatures can be verified using
 
     % pgpk -a KEYS
 
-    % pgpv apache-flex-falconjx-0.0.1-src.tar.gz.asc
+    % pgpv apache-flex-falconjx-0.0.2-src.tar.gz.asc
 
 *or*
 
     % pgp -ka KEYS
 
-    % pgp apache-flex-falconjx-0.0.1-src.tar.gz.asc
+    % pgp apache-flex-falconjx-0.0.2-src.tar.gz.asc
 
 *or*
 
     % gpg --import KEYS
 
-    % gpg --verify apache-flex-falconjx-0.0.1-src.tar.gz.asc
+    % gpg --verify apache-flex-falconjx-0.0.2-src.tar.gz.asc
 
 
 Alternatively, you can verify the MD5 signature on the files. A unix/Mac 
program called `md5` or `md5sum` is included in many unix distributions. It is 
also available as part of [GNU Textutils][11]. Windows users can get binary md5 
programs from [here][12] , [here][13] , or [here][14]. An MD5 signature 
consists of 32 hex characters, and a SHA1 signature consists of 40 hex 
characters. Ensure your generated signature string matches the signature string 
published in the files above.
 
 
-[2]: http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.1/RELEASE_NOTES
-[3]: 
http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.1/apache-flex-falconjx-0.0.1-src.tar.gz
-[4]: 
http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.1/apache-flex-falconjx-0.0.1-src.zip
-[7]: 
http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.1/binaries/apache-flex-falconjx-0.0.1-bin.tar.gz
-[8]: 
http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.1/binaries/apache-flex-falconjx-0.0.1-bin.zip
+[2]: http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.2/RELEASE_NOTES
+[3]: 
http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz
+[4]: 
http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip
+[7]: 
http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz
+[8]: 
http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip
 [10]: http://www.apache.org/dist/flex/KEYS
 [11]: http://www.gnu.org/software/textutils/textutils.html
 [12]: http://www.fourmilab.ch/md5/
 [13]: http://www.pc-tools.net/win32/freeware/console/
 [14]: http://www.slavasoft.com/fsum/
-[15]: http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.1/READme
+[15]: http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.2/READme

Modified: flex/site/trunk/content/download-flexjs.cmsPage
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/download-flexjs.cmsPage?rev=1612467&r1=1612466&r2=1612467&view=diff
==============================================================================
--- flex/site/trunk/content/download-flexjs.cmsPage (original)
+++ flex/site/trunk/content/download-flexjs.cmsPage Tue Jul 22 05:23:41 2014
@@ -1,6 +1,6 @@
 Title:  Download Apache FlexJS
 
-Use the links below to download the Apache FlexJS 0.0.1 'alpha' release from 
one of our mirrors. You must verify the integrity of the downloaded files using 
signatures downloaded from this page.
+Use the links below to download the Apache FlexJS 0.0.2 'alpha' release from 
one of our mirrors. You must verify the integrity of the downloaded files using 
signatures downloaded from this page.
 
 Only current recommended releases are available on the main distribution site 
and its mirrors.
 
@@ -8,19 +8,19 @@ The Apache FlexJS SDK has some compile-t
 
 **Please review the release notes before installing or compiling this 
release.**
 
-<div class="headline"><h4>Current Release (0.0.1)</h4></div>
-The Apache Flex team is pleased to offer this release, available as of the 
23rd of April 2014.  This is the initial release of the Apache FlexJS and is 
considered 'alpha' quality.  The purpose of this release is to gather feedback 
about the features and implementation strategies, and recruit new contributors 
as we grow these code bases into an SDK and tool chain that delivers the 
highest productivity developing applications that can run in the most places.   
These releases may not handle production needs.  Expect lots of bugs and 
missing features.
+<div class="headline"><h4>Current Release (0.0.2)</h4></div>
+The Apache Flex team is pleased to offer this release, available as of the 
16th of July 2014.  This is the initial release of the Apache FlexJS and is 
considered 'alpha' quality.  The purpose of this release is to gather feedback 
about the features and implementation strategies, and recruit new contributors 
as we grow these code bases into an SDK and tool chain that delivers the 
highest productivity developing applications that can run in the most places.   
These releases may not handle production needs.  Expect lots of bugs and 
missing features.
 
-Binaries are provided as a convenience for those who do not wish to compile 
FlexJS themselves.  The 0.0.1 binaries were published on the 23rd of April 2014.
+Binaries are provided as a convenience for those who do not wish to compile 
FlexJS themselves.  The 0.0.2 binaries were published on the 16th of July 2014.
 
 **Please be aware of the dependencies listed in the section below.**  They are 
required in order to compile the Apache FlexJS SDK.  The [README][15] explains 
these requirements further.
 
 - Release Notes : [RELEASE_NOTES][2]
 - README : [README][15]
-- Source (tar.gz) : [apache-flex-flexjs-0.0.1-src.tar.gz][3] 
[[PGP](http://www.apache.org/dist/flex/flexjs/0.0.1/apache-flex-flexjs-0.0.1-src.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/flexjs/0.0.1/apache-flex-flexjs-0.0.1-src.tar.gz.md5)]
-- Source (zip) : [apache-flex-flexjs-0.0.1-src.zip][4] 
[[PGP](http://www.apache.org/dist/flex/flexjs/0.0.1/apache-flex-flexjs-0.0.1-src.zip.asc)]
 
[[MD5](http://www.apache.org/dist/flex/flexjs/0.0.1/apache-flex-flexjs-0.0.1-src.zip.md5)]
-- Binaries (tar.gz) : [apache-flex-flexjs-0.0.1-bin.tar.gz][7] 
[[PGP](http://www.apache.org/dist/flex/flexjs/0.0.1/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/flexjs/0.0.1/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz.md5)]
-- Binaries (zip) : [apache-flex-flexjs-0.0.1-bin.zip][8] 
[[PGP](http://www.apache.org/dist/flex/flexjs/0.0.1/binaries/apache-flex-flexjs-0.0.1-bin.zip.asc)]
 
[[MD5](http://www.apache.org/dist/flex/flexjs/0.0.1/binaries/apache-flex-flexjs-0.0.1-bin.zip.md5)]
+- Source (tar.gz) : [apache-flex-flexjs-0.0.2-src.tar.gz][3] 
[[PGP](http://www.apache.org/dist/flex/flexjs/0.0.2/apache-flex-flexjs-0.0.2-src.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/flexjs/0.0.2/apache-flex-flexjs-0.0.2-src.tar.gz.md5)]
+- Source (zip) : [apache-flex-flexjs-0.0.2-src.zip][4] 
[[PGP](http://www.apache.org/dist/flex/flexjs/0.0.2/apache-flex-flexjs-0.0.2-src.zip.asc)]
 
[[MD5](http://www.apache.org/dist/flex/flexjs/0.0.2/apache-flex-flexjs-0.0.2-src.zip.md5)]
+- Binaries (tar.gz) : [apache-flex-flexjs-0.0.2-bin.tar.gz][7] 
[[PGP](http://www.apache.org/dist/flex/flexjs/0.0.2/binaries/apache-flex-flexjs-0.0.2-bin.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/flexjs/0.0.2/binaries/apache-flex-flexjs-0.0.2-bin.tar.gz.md5)]
+- Binaries (zip) : [apache-flex-flexjs-0.0.2-bin.zip][8] 
[[PGP](http://www.apache.org/dist/flex/flexjs/0.0.2/binaries/apache-flex-flexjs-0.0.2-bin.zip.asc)]
 
[[MD5](http://www.apache.org/dist/flex/flexjs/0.0.2/binaries/apache-flex-flexjs-0.0.2-bin.zip.md5)]
 
 <div class="headline"><h4>Dependencies</h4></div>
 Apache FlexJS requires some build tools which must be installed prior to 
building FlexJS.  Some of these have different licenses. See the Software 
[Dependencies section][15] within the [README][15] for more information on the 
external software dependencies.  If you plan to compile the sources, it is best 
to follow the instructions for downloading (and building) [Apache Flex 
FlexUnit][16] and [Apache Flex FalconJX][17] first.  Click on the links to 
access instructions for those dependencies.
@@ -32,7 +32,7 @@ Apache FlexJS requires some build tools 
 - Google Closure Linter
 - Adobe Flash Player playerglobal.swc
 - JSHint
-- Apache Flex FalconJX 0.0.1 or greater
+- Apache Flex FalconJX 0.0.2 or greater
 - Apache Flex FlexUnit 4.2 or greater
 - Apache Flex 4.6 or greater
 
@@ -48,34 +48,34 @@ The PGP signatures can be verified using
 
     % pgpk -a KEYS
 
-    % pgpv apache-flex-flexjs-0.0.1-src.tar.gz.asc
+    % pgpv apache-flex-flexjs-0.0.2-src.tar.gz.asc
 
 *or*
 
     % pgp -ka KEYS
 
-    % pgp apache-flex-flexjs-0.0.1-src.tar.gz.asc
+    % pgp apache-flex-flexjs-0.0.2-src.tar.gz.asc
 
 *or*
 
     % gpg --import KEYS
 
-    % gpg --verify apache-flex-flexjs-0.0.1-src.tar.gz.asc
+    % gpg --verify apache-flex-flexjs-0.0.2-src.tar.gz.asc
 
 
 Alternatively, you can verify the MD5 signature on the files. A unix/Mac 
program called `md5` or `md5sum` is included in many unix distributions. It is 
also available as part of [GNU Textutils][11]. Windows users can get binary md5 
programs from [here][12] , [here][13] , or [here][14]. An MD5 signature 
consists of 32 hex characters, and a SHA1 signature consists of 40 hex 
characters. Ensure your generated signature string matches the signature string 
published in the files above.
 
 
-[2]: http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.1/RELEASE_NOTES
-[3]: 
http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.1/apache-flex-flexjs-0.0.1-src.tar.gz
-[4]: 
http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.1/apache-flex-flexjs-0.0.1-src.zip
-[7]: 
http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.1/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz
-[8]: 
http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.1/binaries/apache-flex-flexjs-0.0.1-bin.zip
+[2]: http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.2/RELEASE_NOTES
+[3]: 
http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.2/apache-flex-flexjs-0.0.2-src.tar.gz
+[4]: 
http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.2/apache-flex-flexjs-0.0.2-src.zip
+[7]: 
http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.2/binaries/apache-flex-flexjs-0.0.2-bin.tar.gz
+[8]: 
http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.2/binaries/apache-flex-flexjs-0.0.2-bin.zip
 [10]: http://www.apache.org/dist/flex/KEYS
 [11]: http://www.gnu.org/software/textutils/textutils.html
 [12]: http://www.fourmilab.ch/md5/
 [13]: http://www.pc-tools.net/win32/freeware/console/
 [14]: http://www.slavasoft.com/fsum/
-[15]: http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.1/READme
+[15]: http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.2/READme
 [16]: http://flex.apache.org/download-flexunit.html
 [17]: http://flex.apache.org/download-falconjx.html

Modified: flex/site/trunk/content/download-source.cmsPage
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/download-source.cmsPage?rev=1612467&r1=1612466&r2=1612467&view=diff
==============================================================================
--- flex/site/trunk/content/download-source.cmsPage (original)
+++ flex/site/trunk/content/download-source.cmsPage Tue Jul 22 05:23:41 2014
@@ -8,15 +8,15 @@ The Apache Flex® SDK has some compile
 
 **Please review the release notes before installing or compiling the SDK.**
 
-<div class="headline"><h4>Current Release (4.12.1)</h4></div>
-The Apache Flex team is pleased to offer this release, available as of the 8th 
October 2014.  This is the lastest Apache Flex SDK release and is designed to 
be compatible with previous versions of the Apache Flex SDK and Adobe Flex SDK.
+<div class="headline"><h4>Current Release (4.13.0)</h4></div>
+The Apache Flex team is pleased to offer this release, available as of the 
16th of July 2014.  This is the lastest Apache Flex SDK release and is designed 
to be compatible with previous versions of the Apache Flex SDK and Adobe Flex 
SDK.
 
   - Release Notes : [RELEASE_NOTES][2]
   - README : [README][15]
-  - Mac OS X Source : [apache-flex-sdk-4.12.1-src.tar.gz][3] 
[[PGP](http://www.apache.org/dist/flex/4.12.1/apache-flex-sdk-4.12.1-src.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/4.12.1/apache-flex-sdk-4.12.1-src.tar.gz.md5)]
-  - Linux Source : [apache-flex-sdk-4.12.1-src.tar.gz][3] 
[[PGP](http://www.apache.org/dist/flex/4.12.1/apache-flex-sdk-4.12.1-src.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/4.12.1/apache-flex-sdk-4.12.1-src.tar.gz.md5)]
-  - Windows Source : [apache-flex-sdk-4.12.1-src.zip][4] 
[[PGP](http://www.apache.org/dist/flex/4.12.1/apache-flex-sdk-4.12.1-src.zip.asc)]
 
[[MD5](http://www.apache.org/dist/flex/4.12.1/apache-flex-sdk-4.12.1-src.zip.md5)]
-  - Documentation : [apache-flex-sdk-4.12.1-asdocs.zip][5]
+  - Mac OS X Source : [apache-flex-sdk-4.13.0-src.tar.gz][3] 
[[PGP](http://www.apache.org/dist/flex/4.13.0/apache-flex-sdk-4.13.0-src.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/4.13.0/apache-flex-sdk-4.13.0-src.tar.gz.md5)]
+  - Linux Source : [apache-flex-sdk-4.13.0-src.tar.gz][3] 
[[PGP](http://www.apache.org/dist/flex/4.13.0/apache-flex-sdk-4.13.0-src.tar.gz.asc)]
 
[[MD5](http://www.apache.org/dist/flex/4.13.0/apache-flex-sdk-4.13.0-src.tar.gz.md5)]
+  - Windows Source : [apache-flex-sdk-4.13.0-src.zip][4] 
[[PGP](http://www.apache.org/dist/flex/4.13.0/apache-flex-sdk-4.13.0-src.zip.asc)]
 
[[MD5](http://www.apache.org/dist/flex/4.13.0/apache-flex-sdk-4.13.0-src.zip.md5)]
+  - Documentation : [apache-flex-sdk-4.13.0-asdocs.zip][5]
 
 <div class="headline"><h4>Bleeding-Edge Release</h4></div>
 You can always grab the "in-development" version of our code.  Things may not 
work, nor may tests pass.  Use at your own risk.
@@ -36,7 +36,7 @@ If you are looking for the cutting edge 
 
 
 <div class="headline"><h4>Source-Code Dependencies</h4></div>
-Due to licensing requirements, there are some components that we depend on 
that we can not include in our binary or source distribution.  We try our 
hardest to limit these dependencies, however for the current 4.12.1 release we 
do depend on the following components.  Please review the [README][15] included 
in your download for more information on where to install these packages.
+Due to licensing requirements, there are some components that we depend on 
that we can not include in our binary or source distribution.  We try our 
hardest to limit these dependencies, however for the current 4.13.0 release we 
do depend on the following components.  Please review the [README][15] included 
in your download for more information on where to install these packages.
 
 - Open Source Media Framework (OSMF) 
[Download](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)
 [MPL License](http://www.mozilla.org/MPL)
 
@@ -74,28 +74,28 @@ The PGP signatures can be verified using
 
     % pgpk -a KEYS
 
-    % pgpv apache-flex-sdk-4.12.1-src.tar.gz.asc
+    % pgpv apache-flex-sdk-4.13.0-src.tar.gz.asc
 
 *or*
 
     % pgp -ka KEYS
 
-    % pgp apache-flex-sdk-4.12.1-src.tar.gz.asc
+    % pgp apache-flex-sdk-4.13.0-src.tar.gz.asc
 
 *or*
 
     % gpg --import KEYS
 
-    % gpg --verify apache-flex-sdk-4.12.1-src.tar.gz.asc
+    % gpg --verify apache-flex-sdk-4.13.0-src.tar.gz.asc
 
 
 Alternatively, you can verify the MD5 signature on the files. A unix/Mac 
program called `md5` or `md5sum` is included in many unix distributions. It is 
also available as part of [GNU Textutils][11]. Windows users can get binary md5 
programs from [here][12] , [here][13] , or [here][14]. An MD5 signature 
consists of 32 hex characters, and a SHA1 signature consists of 40 hex 
characters. Ensure your generated signature string matches the signature string 
published in the files above.
 
 [1]: http://sourceforge.net/adobe/flexsdk/wiki/About/
-[2]: http://www.apache.org/dyn/closer.cgi/flex/4.12.1/RELEASE_NOTES
-[3]: 
http://www.apache.org/dyn/closer.cgi/flex/4.12.1/apache-flex-sdk-4.12.1-src.tar.gz
-[4]: 
http://www.apache.org/dyn/closer.cgi/flex/4.12.1/apache-flex-sdk-4.12.1-src.zip
-[5]: 
http://www.apache.org/dyn/closer.cgi/flex/4.12.1/docs/apache-flex-sdk-4.12.1-asdocs.zip
+[2]: http://www.apache.org/dyn/closer.cgi/flex/4.13.0/RELEASE_NOTES
+[3]: 
http://www.apache.org/dyn/closer.cgi/flex/4.13.0/apache-flex-sdk-4.13.0-src.tar.gz
+[4]: 
http://www.apache.org/dyn/closer.cgi/flex/4.13.0/apache-flex-sdk-4.13.0-src.zip
+[5]: 
http://www.apache.org/dyn/closer.cgi/flex/4.13.0/docs/apache-flex-sdk-4.13.0-asdocs.zip
 [6]: http://git-scm.com/
 [7]: http://git.apache.org/
 [10]: http://www.apache.org/dist/flex/KEYS
@@ -103,4 +103,4 @@ Alternatively, you can verify the MD5 si
 [12]: http://www.fourmilab.ch/md5/
 [13]: http://www.pc-tools.net/win32/freeware/console/
 [14]: http://www.slavasoft.com/fsum/
-[15]: http://www.apache.org/dyn/closer.cgi/flex/4.12.1/README
\ No newline at end of file
+[15]: http://www.apache.org/dyn/closer.cgi/flex/4.13.0/README
\ No newline at end of file


Reply via email to