+1
Here's what I tested:
- Verified all MD5, SHA, and PGP signatures against the artifacts
- Verified that the contents of the tar.gz artifacts matched that of the
zip artifacts
- Verified that the contents of the source distribution matched that of
the SVN tag exactly
- Verified that the source distribution compiles against the following
environments without error (checked all compile targets listed in the BUILD
file):
- Linux x64 - Sun JDK 1.6
- Linux x64 - Sun JDK 1.7
- Linux x64 - OpenJDK 1.6
- Windows x86 - Sun JDK 1.6
- Inspected source and binary distribution RAT reports:
- Checked that all files were properly licensed
- Checked that all non-Pivot jars were covered by the NOTICE file
- Ran some sample applications against the binary distribution
- The HTTPClient included in the tools jar
- The tutorial demo on my local system
- Browsed the Javadocs in the binary distribution
- Tried to build against JDK1.5 to verify proper failure
- Verified that the issues brought up with the RC1 candidate have been
fixed
- The README and RELEASE-NOTES have been updated
- The project folder is no longer included in the release
- Verified that the issues brought up with the RC2 candidate have been
fixed
- The demos and demos-package targets have the proper dependencies
- The doc and install targets run without error on Windows
-T