You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by Nick Wellnhofer <we...@aevum.de> on 2016/03/25 10:19:16 UTC

[lucy-dev] [VOTE] Apache Clownfish 0.5.0 RC 3

Hello,

Release candidate 3 for Apache Clownfish version 0.5.0 can be
found at:

 
https://dist.apache.org/repos/dist/dev/lucy/clownfish/apache-clownfish-0.5.0-rc3/

See the CHANGES file at the top level of the archive for information
about the content of this release.

This candidate was assembled according to the process documented at:

     http://wiki.apache.org/lucy/ReleaseGuide

It was cut using "git archive" from the tag at:

 
https://git-wip-us.apache.org/repos/asf?p=lucy-clownfish.git;a=tag;h=refs/tags/apache-clownfish-0.5.0-rc3

For changes between the release candidates, see:

 
https://git-wip-us.apache.org/repos/asf?p=lucy-clownfish.git;a=log;h=refs/heads/0.5

Please vote on releasing this candidate as Apache Clownfish version
0.5.0.  The vote will be held open for at least the next 72
hours.

All interested parties are welcome to inspect the release candidate
and express approval or disapproval.  Votes from members of the Lucy
PMC are binding; the vote passes if there are at least three binding
+1 votes and more +1 votes than -1 votes.

For suggestions as to how to evaluate Apache Clownfish release candidates,
and for information on ASF voting procedures, see:

     http://wiki.apache.org/lucy/ReleaseVerification
     http://wiki.apache.org/lucy/ReleasePrep
     http://www.apache.org/foundation/voting.html

I tested under Ubuntu 15.10, x86 (32-bit):

- Go bindings with stock Go 1.5.1
- Perl bindings with stock Perl 5.20.2
- C bindings with stock GCC 5.2.1

[ ] +1 Release RC 3 as Apache Clownfish 0.5.0.
[ ] +0
[ ] -1 Do not release RC 3 as Apache Clownfish 0.5.0 because...

Here's my +1.

Thanks!

Re: [lucy-dev] [VOTE] Apache Clownfish 0.5.0 RC 3

Posted by Peter Karman <pe...@peknet.com>.
Nick Wellnhofer wrote on 3/25/16, 4:19 AM:

>
> [ ] +1 Release RC 3 as Apache Clownfish 0.5.0.

+1

Tested signatures and Perl bindings on OS X 10.9.5 with Perl 5.20.0, using this 
script:
https://github.com/pkarman/my-toolbox/blob/master/test-lucy-rc.pl


-- 
Peter Karman  .  http://peknet.com/  .  peter@peknet.com

[lucy-dev] [VOTE][RESULT] Apache Clownfish 0.5.0 RC 3

Posted by Nick Wellnhofer <we...@aevum.de>.
On 25/03/2016 10:19, Nick Wellnhofer wrote:
> [ ] +1 Release RC 3 as Apache Clownfish 0.5.0.
> [ ] +0
> [ ] -1 Do not release RC 3 as Apache Clownfish 0.5.0 because...

The vote passes with +1 votes from the following PMC members:

- Nick Wellnhofer
- Marvin Humphrey
- Peter Karman

Nick


Re: [lucy-dev] [VOTE] Apache Clownfish 0.5.0 RC 3

Posted by Marvin Humphrey <ma...@rectangular.com>.
On Fri, Mar 25, 2016 at 2:19 AM, Nick Wellnhofer <we...@aevum.de> wrote:

> [ ] +1 Release RC 3 as Apache Clownfish 0.5.0.
> [ ] +0
> [ ] -1 Do not release RC 3 as Apache Clownfish 0.5.0 because...

+1

Tested under Amazon Linux using test_all.sh from Lucy.

Checked sums and sigs.

The tarball matches the RC git tag.

I inspected the diff between RC2 and RC3 and it looked good.

Most compiler warnings present from the earlier RCs are now gone and
only an insignificant handful remain.

The test_valgrind build target passed for both CFC and the Clownfish
runtime.  Lucy's test_valgrind target showed that the overrun from
Str_To_F64 is no longer a problem.

Looks good to me!

Marvin Humphrey