Hi, Seems you can't post .diff files to teh list -rather annoying so here the text of those files:
commit c124956efb15f51092d3ff1c6730d85a8648845d Author: Justin Mclean <jmcl...@apache.org> Date: Sun Mar 31 11:29:34 2013 +1100 Updated build number to 2.5.3 for RC4 diff --git a/installer/build.number b/installer/build.number index 26c4121..5888e93 100644 --- a/installer/build.number +++ b/installer/build.number @@ -3,4 +3,4 @@ #Copyright 2012 The Apache Software Foundation. #Mon, 05 Nov 2012 11:23:11 -0800 #Mon Oct 22 09:24:43 CEST 2012 -build.number=2 +build.number=3 diff --git a/installer/src/InstallApacheFlex-app.xml b/installer/src/InstallApacheFlex-app.xml index b2dc6e9..4e66fba 100644 --- a/installer/src/InstallApacheFlex-app.xml +++ b/installer/src/InstallApacheFlex-app.xml @@ -45,7 +45,7 @@ <!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade. Values can also be 1-part or 2-part. It is not necessary to have a 3-part value. An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . --> - <versionNumber>2.5.2</versionNumber> + <versionNumber>2.5.3</versionNumber> <!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. --> <!-- <versionLabel></versionLabel> --> diff --git a/installer/src/sdk-installer-config-2.0.xml b/installer/src/sdk-installer-config-2.0.xml index ff35ea8..90438c4 100644 --- a/installer/src/sdk-installer-config-2.0.xml +++ b/installer/src/sdk-installer-config-2.0.xml @@ -21,7 +21,7 @@ limitations under the License. <config> <version> - <latest>2.5.2</latest> + <latest>2.5.3</latest> </version> <files> commit d5fe46cd8f3b4e607f5eb228371ff0c4b7dff2a4 Author: Justin Mclean <jmcl...@apache.org> Date: Sun Mar 31 11:01:50 2013 +1100 Added Apache licence header diff --git a/installer/src/org/apache/flex/packageflexsdk/view/components/Tracker.mxml b/installer/src/org/apache/flex/packageflexsdk/view/components/Tracker.mxml index a8abc0e..0d87ce7 100644 --- a/installer/src/org/apache/flex/packageflexsdk/view/components/Tracker.mxml +++ b/installer/src/org/apache/flex/packageflexsdk/view/components/Tracker.mxml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +--> <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" width="400" height="300"> @@ -13,4 +31,4 @@ ]]> </fx:Script> <mx:HTML id="trackInstallerHTML" width="100%" height="100%" /> -</s:Group> \ No newline at end of file +</s:Group> Thanks, Justin