You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by Todd Volkert <tv...@gmail.com> on 2010/06/01 21:08:27 UTC

[VOTE] Release Pivot 1.5

All:

The Pivot 1.5 release candidate has been tagged, packaged, and is ready for
a vote. The artifacts, RAT reports, and KEYS file can be found at
http://people.apache.org/~tvolkert/dist/pivot/v1.5/.  The tag from which the
release artifacts were generated can be found at
http://svn.apache.org/repos/asf/pivot/tags/v1.5/.

In addition, my PGP public code signing key can be found at the MIT key
server (http://pgp.mit.edu/) and The SKS key server (
http://www.pramberger.at/peter/services/keyserver/).

Please vote to publish this release by Friday, June 4 20:00 GMT.

In your vote, please include the testing you performed to arrive at your
vote.

[  ] +1 Publish
[  ] +0
[  ] -0
[  ] -1 Don't publish

Thanks,
-T

Re: [VOTE] Release Pivot 1.5

Posted by Greg Brown <gk...@mac.com>.
> [x] +1 Publish

- Reviewed RAT report
- Reviewed release notes

- Downloaded apache-pivot-1.5.tar.gz
- Verified MD5 checksum
- Expanded archive
- Reviewed LICENSE
- Reviewed NOTICE
- Reviewed README
- Reviewed RELEASE-NOTES
- Reviewed Javadoc
- Installed demo and tutorial WARs in Tomcat 6.0.24
- Cleared browser cache and Java application cache
- Launched Kitchen Sink demo
- Launched Stock Tracker demo
- Launched Component Explorer demo
- Launched several tutorial examples

- Downloaded apache-pivot-1.5-src.tar.gz
- Verified MD5 checksum
- Expanded archive
- Reviewed BUILD
- Ran install target
- Verified correct generation of all release artifacts

- Downloaded apache-pivot-1.5.zip
- Verified MD5 checksum
- Expanded archive and verified expected file contents

- Downloaded apache-pivot-1.5-src.zip
- Verified MD5 checksum
- Expanded archive and ran default build target

Two very minor things I noticed:

- org.apache.pivot.json is missing a package.html file. I have added this to SVN so it will be included in 1.5.1 or 1.6, whichever comes next.

- The sections in the HTML release notes are not in the same order as the ones in the text file.

Otherwise, looks good.

G

On Jun 1, 2010, at 3:08 PM, Todd Volkert wrote:

> All:
> 
> The Pivot 1.5 release candidate has been tagged, packaged, and is ready for
> a vote. The artifacts, RAT reports, and KEYS file can be found at
> http://people.apache.org/~tvolkert/dist/pivot/v1.5/.  The tag from which the
> release artifacts were generated can be found at
> http://svn.apache.org/repos/asf/pivot/tags/v1.5/.
> 
> In addition, my PGP public code signing key can be found at the MIT key
> server (http://pgp.mit.edu/) and The SKS key server (
> http://www.pramberger.at/peter/services/keyserver/).
> 
> Please vote to publish this release by Friday, June 4 20:00 GMT.
> 
> In your vote, please include the testing you performed to arrive at your
> vote.
> 
> [  ] +1 Publish
> [  ] +0
> [  ] -0
> [  ] -1 Don't publish
> 
> Thanks,
> -T


Re: [VOTE] Release Pivot 1.5

Posted by Noel Grandin <no...@gmail.com>.
+1

Downloaded Pivot jars.
Did a pass through the component explorer to check actions and rendering
of the components on Windows7.

-- Noel Grandin

Todd Volkert wrote:
> All:
>
> The Pivot 1.5 release candidate has been tagged, packaged, and is ready for
> a vote. The artifacts, RAT reports, and KEYS file can be found at
> http://people.apache.org/~tvolkert/dist/pivot/v1.5/.  The tag from which the
> release artifacts were generated can be found at
> http://svn.apache.org/repos/asf/pivot/tags/v1.5/.
>
> In addition, my PGP public code signing key can be found at the MIT key
> server (http://pgp.mit.edu/) and The SKS key server (
> http://www.pramberger.at/peter/services/keyserver/).
>
> Please vote to publish this release by Friday, June 4 20:00 GMT.
>
> In your vote, please include the testing you performed to arrive at your
> vote.
>
> [  ] +1 Publish
> [  ] +0
> [  ] -0
> [  ] -1 Don't publish
>
> Thanks,
> -T
>
>   


Re: [VOTE] Release Pivot 1.5

Posted by Sandro Martini <sa...@gmail.com>.
> [ x ] +1 Publish

My tests here:


Test platform: Windows 7 at 64 bit, Sun JDK 6 Update 18 (64 bit), and
Java Runtime 6 Update 20 (32 bit) inside Firefox 3.6.3

- checked md5 on apache-pivot-1.5.zip

- checked that root files are good (README, LICENSE, etc)
- opened and inspected all pivot jars to ensure the content is right,
and check that new files under meta-inf are present
- opened javadoc index, and tested some random pages
- deploy demos and tutorials wars in a local tomcat 6.0.26 instance,
  and verify that the two web applications are working, that all links
are good (pages, applets, web start applications),
  and that pages have the right content inside



Test platform: Windows 7 at 64 bit, Sun JDK 6 Update 18 (64 bit), and
Java Runtime 6 Update 20 (32 bit) inside Firefox 3.6.3

- build environment: using junit-4.8.1 , maven-ant-task-2.1.0, ant-1.8.1

- checked md5 on apache-pivot-1.5-src.zip

- checked that root files are good (README, LICENSE, etc)
- checked that ant and maven files are good (build.*, pom.xml)

- run many ant commands: clean, doc, dist, install, maven-install, and
ensure that all works good
- inspected generated artifacts (zip, jars)



Bye,
Sandro

Re: [VOTE] Release Pivot 1.5

Posted by Todd Volkert <tv...@gmail.com>.
[ x ] +1 Publish

Here's what I tested:

    * Verified all MD5, SHA, and PGP signatures against all artifacts
    * Verified that the contents of the tar.gz artifacts matched that of the
zip artifacts exactly
    * Verified that the contents of the source distribution matched that of
the SVN tag exactly
    * Inspected the NOTICE and LICENSE files to make sure the licenses are
correct and that the files are in order
    * Verified that the source distribution compiles without error (checked
clean, compile, doc, test, dist, and install targets)
    * Inspected source and binary distribution RAT reports:
          o Checked that all files were properly licensed
          o Checked that all non-Pivot jars and applicable binary files were
covered by the NOTICE/LICENSE files as appropriate
    * Loaded the web archives in the binary distribution into a Tomcat
instance, and verified that all demos and tutorials run and that all links
work
    * Browsed the Javadocs in the binary distribution and those built
against the source distribution

Cheers,
-T

On Tue, Jun 1, 2010 at 3:08 PM, Todd Volkert <tv...@gmail.com> wrote:

> All:
>
> The Pivot 1.5 release candidate has been tagged, packaged, and is ready for
> a vote. The artifacts, RAT reports, and KEYS file can be found at
> http://people.apache.org/~tvolkert/dist/pivot/v1.5/<http://people.apache.org/%7Etvolkert/dist/pivot/v1.5/>.
> The tag from which the release artifacts were generated can be found at
> http://svn.apache.org/repos/asf/pivot/tags/v1.5/.
>
> In addition, my PGP public code signing key can be found at the MIT key
> server (http://pgp.mit.edu/) and The SKS key server (
> http://www.pramberger.at/peter/services/keyserver/).
>
> Please vote to publish this release by Friday, June 4 20:00 GMT.
>
> In your vote, please include the testing you performed to arrive at your
> vote.
>
> [  ] +1 Publish
> [  ] +0
> [  ] -0
> [  ] -1 Don't publish
>
> Thanks,
> -T
>
>