Hi,
This is the vote for the 1.0.0 release of Apache Royale. The release candidate
can be found here;
https://dist.apache.org/repos/dist/dev/royale/1.0.0/rc5/ (SVN revision 86915)
The source was built from the following tags:
royale-asjs: org.apache.royale.framework-1.0.0-rc5
commit 5977e28fa2385fc66e052b5702451e9747a0f3b7
https://github.com/apache/royale-asjs/tree/5977e28fa2385fc66e052b5702451e9747a0f3b7
royale-compiler: org.apache.royale.compiler-1.0.0-rc5
commit 3bbe98f5ee3e91a1eda7f24b84bd843f7632f615
https://github.com/apache/royale-compiler/tree/3bbe98f5ee3e91a1eda7f24b84bd843f7632f615
royale-typedefs: org.apache.royale.typedefs-1.0.0-rc5
commit b81a81e32976544147839d55efaad343f0a33620
https://github.com/apache/royale-typedefs/tree/b81a81e32976544147839d55efaad343f0a33620
Reviewers wishing to inspect provenance can compare the source archive against
the tag content on GitHub via the URLs above.
Before voting please review the section,'What are the ASF requirements on
approving a release?', at:
http://www.apache.org/dev/release.html#approving-a-release
At a minimum you would be expected to check that:
- SHA and signed packages are correct
- README, RELEASE_NOTES, NOTICE and LICENSE files are all fine
- That the build script completes successfully
- That you can compile and crosscompile a simple example using the SDK.
The KEYS file is at https://downloads.apache.org/royale/KEYS
The source package is a combination of the 3 main Royale repos.
To use the binary package, unzip it into a folder. The -js package is
ready-to-use in an IDE or command-line. If you need SWF output, use the
-js-swf package and use Apache Ant to run the InstallAdobeSDKs script via:
ant -f InstallAdobeSDKs.xml
You may also get the binarypackages via NPM. The -js package can be installed
via:
npm install
https://dist.apache.org/repos/dist/dev/royale/1.0.0/rc5/binaries/apache-royale-1.0.0-bin-js.tar.gz
The full package with SWF support can be installed via:
npm install
https://dist.apache.org/repos/dist/dev/royale/1.0.0/rc5/binaries/apache-royale-1.0.0-bin-js-swf.tar.gz
Maven artifacts are staged here:
https://repository.apache.org/content/repositories/orgapacheroyale-1109
Please vote to approve this release:
+1 Approve the release
-1 Disapprove the release (please provide specific comments to why)
This vote will be open for at least 72 hours.
The vote passes if there is:
- At least 3 +1 votes from the PMC
- More positive votes than negative votes
People who are not in the PMC are also encouraged to test the release and vote;
their votes are non-binding but can influence how the PMC votes.
When voting please indicate what OS, IDE, Flash Player version and AIR version
you tested with.
For your convenience, there is an ant script that automates the common steps to
validate a release. Instead of individually downloading the package and
signature files, unzipping, etc, you can instead:
1) create an empty folder,
2) download into that folder this file:
https://dist.apache.org/repos/dist/dev/royale/1.0.0/rc5/ApproveRoyale.xml
3) run the script:
ant -e -f ApproveRoyale.xml -Drelease.version=1.0.0 -Drc=5
If you want to test SWF support during the approval, use:
ant -e -f ApproveRoyale.xml -Drelease.version=1.0.0 -Drc=5 -Duse-flash=true
You are not required to use this script, and more testing of the packages and
build results are always encouraged.
Please put all discussion about this release in the DISCUSSION thread not this
VOTE thread.
Thanks,
Yishay Weiss