VOTE: Release Proton 0.8 RC2 as 0.8 final

2014-10-14 Thread Rafael Schloming
Hi Everyone,

I've put up 0.8 RC2 at the usual places. The source code can be found here:

http://people.apache.org/~rhs/qpid-proton-0.8rc2/

Java binaries here:

https://repository.apache.org/content/repositories/orgapacheqpid-1016

Notable changes since RC1 are:
  - fix to cmake detection of perl libraries
  - last minute rename of some new events to avoid future API breakage
  - pulled in event dispatch code and proton-j examples from the demo as
discussed previously on the list
  - PROTON-711

Since none of these changes are particularly destabilizing, I'll be an
optimist and call for a formal vote on RC2, so please check it out and
register your vote:

[  ] Yes, release RC2 as Proton 0.8 final
[  ] No, because of the following issues...

--Rafael


Re: VOTE: Release Proton 0.8 RC2 as 0.8 final

2014-10-14 Thread Clebert Suconic
+1 (mine it's a non binding vote.. but I wanted to register it since we have 
been testing it for a while)


On Oct 14, 2014, at 4:44 PM, Rafael Schloming r...@alum.mit.edu wrote:

 Hi Everyone,
 
 I've put up 0.8 RC2 at the usual places. The source code can be found here:
 
http://people.apache.org/~rhs/qpid-proton-0.8rc2/
 
 Java binaries here:
 
https://repository.apache.org/content/repositories/orgapacheqpid-1016
 
 Notable changes since RC1 are:
  - fix to cmake detection of perl libraries
  - last minute rename of some new events to avoid future API breakage
  - pulled in event dispatch code and proton-j examples from the demo as
 discussed previously on the list
  - PROTON-711
 
 Since none of these changes are particularly destabilizing, I'll be an
 optimist and call for a formal vote on RC2, so please check it out and
 register your vote:
 
 [  ] Yes, release RC2 as Proton 0.8 final
 [  ] No, because of the following issues...
 
 --Rafael



Re: VOTE: Release Proton 0.8 RC2 as 0.8 final

2014-10-14 Thread Robbie Gemmell
-1 from me unfortunately.

A change I made earlier broke compilation under Java 6 thanks to a single
simple method call I used during testing. Replacing that with 2 simple
method calls fixed compilation under Java 6. Ugh.
http://svn.apache.org/r1631911

Sorry :S

Robbie

On 14 October 2014 21:44, Rafael Schloming r...@alum.mit.edu wrote:

 Hi Everyone,

 I've put up 0.8 RC2 at the usual places. The source code can be found here:

 http://people.apache.org/~rhs/qpid-proton-0.8rc2/

 Java binaries here:

 https://repository.apache.org/content/repositories/orgapacheqpid-1016

 Notable changes since RC1 are:
   - fix to cmake detection of perl libraries
   - last minute rename of some new events to avoid future API breakage
   - pulled in event dispatch code and proton-j examples from the demo as
 discussed previously on the list
   - PROTON-711

 Since none of these changes are particularly destabilizing, I'll be an
 optimist and call for a formal vote on RC2, so please check it out and
 register your vote:

 [  ] Yes, release RC2 as Proton 0.8 final
 [  ] No, because of the following issues...

 --Rafael