You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/04/10 04:16:52 UTC

[1/2] git commit: Added release version of 11.7 Flash Player

Updated Branches:
  refs/heads/develop 213014e72 -> ddcb1e70a


Added release version of 11.7 Flash Player


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

Branch: refs/heads/develop
Commit: ddc2a0a3e8dd494794d1586ca782478b56061877
Parents: 213014e
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Apr 10 12:11:31 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Apr 10 12:11:31 2013 +1000

----------------------------------------------------------------------
 ide/checkAllPlayerGlobals.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/ddc2a0a3/ide/checkAllPlayerGlobals.sh
----------------------------------------------------------------------
diff --git a/ide/checkAllPlayerGlobals.sh b/ide/checkAllPlayerGlobals.sh
index c0d0f14..54352dc 100755
--- a/ide/checkAllPlayerGlobals.sh
+++ b/ide/checkAllPlayerGlobals.sh
@@ -115,4 +115,4 @@ downloadPlayerGlobal 11.3 e2a9ee439d9660feaf756aa05e7e6412 http://download.macro
 downloadPlayerGlobal 11.4 e15587856cdb5e21fa1acb6b0610a032 http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_4.swc
 downloadPlayerGlobal 11.5 00384b24157442c59ca5d625ecfd11a2 http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_5.swc
 downloadPlayerGlobal 11.6 1b841a0a26ada3e5da26eb70c32ab263 http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_6.swc
-downloadPlayerGlobal 11.7 3e0fc91a676a357b1eff56d52da51272 http://labsdownload.adobe.com/pub/labs/flashruntimes/flashplayer/flashplayer11-7_playerglobal.swc
+downloadPlayerGlobal 11.7 12656571c57b2ad641838e5695a00e27 http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_7.swc


[2/2] git commit: Flash Player 11.7 no longer beta

Posted by jm...@apache.org.
Flash Player 11.7 no longer beta


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

Branch: refs/heads/develop
Commit: ddcb1e70a38bf51105590032b85889c5ce7e1b53
Parents: ddc2a0a
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Apr 10 12:15:55 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Apr 10 12:15:55 2013 +1000

----------------------------------------------------------------------
 ide/setFlashPlayerVersion.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/ddcb1e70/ide/setFlashPlayerVersion.sh
----------------------------------------------------------------------
diff --git a/ide/setFlashPlayerVersion.sh b/ide/setFlashPlayerVersion.sh
index 439c67a..c72f298 100755
--- a/ide/setFlashPlayerVersion.sh
+++ b/ide/setFlashPlayerVersion.sh
@@ -116,7 +116,7 @@ fi
 
 if [[ "${FLASH_VERSION}" != "10.2" && "${FLASH_VERSION}" != "10.3"  && "${FLASH_VERSION}" != "11.0"  && "${FLASH_VERSION}" != "11.1" && "${FLASH_VERSION}" != "11.2" && "${FLASH_VERSION}" != "11.3" && "${FLASH_VERSION}" != "11.4" && "${FLASH_VERSION}" != "11.5" && "${FLASH_VERSION}" != "11.6" && "${FLASH_VERSION}" != "11.7" ]]
 then
-	echo Unknown version ${FLASH_VERSION} of Flash Player. Versions 10.2, 10.3, 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6 and 11.7 beta are supported.
+	echo Unknown version ${FLASH_VERSION} of Flash Player. Versions 10.2, 10.3, 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6 and 11.7 are supported.
 	exit 1;
 fi