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

[5/5] git commit: [flex-utilities] [refs/heads/develop] - update notice files for 3.1 release

update notice files for 3.1 release


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

Branch: refs/heads/develop
Commit: 2369eb6c521dbd77502a8667265d231acd0cfad6
Parents: f0d6c95
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 5 16:48:11 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 5 16:48:11 2014 -0700

----------------------------------------------------------------------
 installer/LICENSE       | 37 -------------------------------------
 installer/NOTICE        |  5 +++++
 installer/README        |  2 +-
 installer/RELEASE_NOTES |  4 ++++
 4 files changed, 10 insertions(+), 38 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/2369eb6c/installer/LICENSE
----------------------------------------------------------------------
diff --git a/installer/LICENSE b/installer/LICENSE
index a622741..6b0b127 100644
--- a/installer/LICENSE
+++ b/installer/LICENSE
@@ -201,40 +201,3 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-------------------------------------------------------------------------------------------
-
-installer/src/com/adobe/crypto/MD5Stream.as
-installer/src/com/adobe/utils/IntUtil.as
-
-/*
-  Copyright (c) 2008, Adobe Systems Incorporated
-  All rights reserved.
-
-  Redistribution and use in source and binary forms, with or without 
-  modification, are permitted provided that the following conditions are
-  met:
-
-  * Redistributions of source code must retain the above copyright notice, 
-    this list of conditions and the following disclaimer.
-  
-  * Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in the 
-    documentation and/or other materials provided with the distribution.
-  
-  * Neither the name of Adobe Systems Incorporated nor the names of its 
-    contributors may be used to endorse or promote products derived from 
-    this software without specific prior written permission.
-
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
-  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
-  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
-

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/2369eb6c/installer/NOTICE
----------------------------------------------------------------------
diff --git a/installer/NOTICE b/installer/NOTICE
index a272b53..f06129e 100644
--- a/installer/NOTICE
+++ b/installer/NOTICE
@@ -3,3 +3,8 @@ Copyright 2014 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
+
+The org.apache.flex.crypto.MD5Stream.as file was originally
+the com.adobe.crypto.MD5Stream.as file available on code.google.com
+and Copyright Adobe Systems Inc. It was almost completely
+re-written by inlining most functions to improve performance.

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/2369eb6c/installer/README
----------------------------------------------------------------------
diff --git a/installer/README b/installer/README
index 7051f4a..c088a7b 100644
--- a/installer/README
+++ b/installer/README
@@ -92,7 +92,7 @@ How to build the installer using ANT (no Flash Builder or any other IDE required
 ==========================================================================================
 
 0.  Make sure you have the right version of the Adobe AIR SDK.  Apache Flex Installer
-    3.0 uses Adobe AIR SDK 4.0.  If you want to use an older version of the AIR SDK,
+    3.1 uses Adobe AIR SDK 4.0.  If you want to use an older version of the AIR SDK,
     you will have to change the namespace in the following files:
 	installer/src/InstallApacheFlex-app.xml
 	ant_on_air/tests/AntOnAIR-app.xml.

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/2369eb6c/installer/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/installer/RELEASE_NOTES b/installer/RELEASE_NOTES
index 2aa3108..92c6c7c 100644
--- a/installer/RELEASE_NOTES
+++ b/installer/RELEASE_NOTES
@@ -20,6 +20,10 @@ limitations under the License.
 Apache Flex
 Copyright 2014 The Apache Software Foundation
 
+Apache Flex SDK Installer 3.1
+1. Fixed bugs in ant_on_air library to support more checkums in installer scripts.
+2. Reports more information when an install fails or is aborted.
+
 Apache Flex SDK Installer 3.0
 1. Now uses external localized strings
 2. Added support for install scripts based on Apache Ant