You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bu...@apache.org on 2014/03/10 08:58:46 UTC

svn commit: r900873 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/download-source.html

Author: buildbot
Date: Mon Mar 10 07:58:46 2014
New Revision: 900873

Log:
Staging update by buildbot for flex

Modified:
    websites/staging/flex/trunk/cgi-bin/   (props changed)
    websites/staging/flex/trunk/content/   (props changed)
    websites/staging/flex/trunk/content/download-source.html

Propchange: websites/staging/flex/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 10 07:58:46 2014
@@ -1 +1 @@
-1575864
+1575865

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 10 07:58:46 2014
@@ -1 +1 @@
-1575864
+1575865

Modified: websites/staging/flex/trunk/content/download-source.html
==============================================================================
--- websites/staging/flex/trunk/content/download-source.html (original)
+++ websites/staging/flex/trunk/content/download-source.html Mon Mar 10 07:58:46 2014
@@ -215,7 +215,7 @@
 
 <div class="headline"><h4>Source-Code Dependencies</h4></div>
 
-<p>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.11.0 release we do depend on the following components.  Please review the <a href="http://www.apache.org/dyn/closer.cgi/flex/4.12.0/README">README</a> included in your download for more information on where to install these packages.</p>
+<p>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.0 release we do depend on the following components.  Please review the <a href="http://www.apache.org/dyn/closer.cgi/flex/4.12.0/README">README</a> included in your download for more information on where to install these packages.</p>
 <ul>
 <li>Open Source Media Framework (OSMF) <a href="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">Download</a> <a href="http://www.mozilla.org/MPL">MPL License</a></li>
 </ul>
@@ -257,21 +257,21 @@
 <p>The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/flex/KEYS">KEYS</a> as well as the asc signature file for the relevant distribution. Make sure you get these files as linked from this page (rather than a mirror) to insure the integrity of the files.</p>
 <div class="codehilite"><pre><span class="c">% pgpk -a KEYS</span>
 
-<span class="c">% pgpv apache-flex-sdk-4.11.0-src.tar.gz.asc</span>
+<span class="c">% pgpv apache-flex-sdk-4.12.0-src.tar.gz.asc</span>
 </pre></div>
 
 
 <p><em>or</em></p>
 <div class="codehilite"><pre><span class="c">% pgp -ka KEYS</span>
 
-<span class="c">% pgp apache-flex-sdk-4.11.0-src.tar.gz.asc</span>
+<span class="c">% pgp apache-flex-sdk-4.12.0-src.tar.gz.asc</span>
 </pre></div>
 
 
 <p><em>or</em></p>
 <div class="codehilite"><pre><span class="c">% gpg --import KEYS</span>
 
-<span class="c">% gpg --verify apache-flex-sdk-4.11.0-src.tar.gz.asc</span>
+<span class="c">% gpg --verify apache-flex-sdk-4.12.0-src.tar.gz.asc</span>
 </pre></div>