[jira] [Created] (PROTON-191) Proton-API reconciliation reporting tool

2013-01-10 Thread Keith Wall (JIRA)
Keith Wall created PROTON-191:
-

 Summary: Proton-API reconciliation reporting tool
 Key: PROTON-191
 URL: https://issues.apache.org/jira/browse/PROTON-191
 Project: Qpid Proton
  Issue Type: Improvement
  Components: proton-c, proton-j
Reporter: Keith Wall
Assignee: Keith Wall


Add standalone tool that reconciles the public functions of the Proton-C API 
against the public API of the Proton-J API.Used so we can easily spot gaps 
in one implementation or the other. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [VOTE] 0.3 RC3

2013-01-10 Thread Cliff Jansen
+1 for qpid-proton-c-0.3.tar.gz., builds and proton-test passes on rhel6.

For fun, I also tried clang.  It builds and runs too, but I had to
turn off -Werror to get past a handful of warnings about enums.  I
will get a JIRA on that for the 0.4 release.

Cliff

On Tue, Jan 8, 2013 at 6:53 PM, Rafael Schloming r...@alum.mit.edu wrote:
 Source is here: http://people.apache.org/~rhs/qpid-proton-0.3rc3/
 Java binaries are here:
 https://repository.apache.org/content/repositories/orgapacheqpid-118/

 Fixes since RC2 include:

   - messenger now reports aborted connections
   - tarball for ruby gem generation
   - ssl fix (PROTON-171)

 --Rafael