You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by Rafael Schloming <rh...@alum.mit.edu> on 2012/11/02 20:40:26 UTC

0.2 RC1

Hi Everyone,

I've posted 0.2 RC1 here:

http://people.apache.org/~rhs/qpid-proton-0.2rc1/

Please check it out, I've appended the change log from 0.1, it's not a huge
delta. The short summary is:

 - a few packaging tweaks
 - a smattering of small bug fixes
 - messenger support for acknowledgements

--Rafael

------------------------------------------------------------------------
r1405119 | rhs | 2012-11-02 15:26:53 -0400 (Fri, 02 Nov 2012) | 1 line

PROTON-114: fixed handling of delvery count on drained event
------------------------------------------------------------------------
r1405093 | rhs | 2012-11-02 14:37:26 -0400 (Fri, 02 Nov 2012) | 1 line

bumped release number
------------------------------------------------------------------------
r1405092 | rhs | 2012-11-02 14:31:09 -0400 (Fri, 02 Nov 2012) | 1 line

fixed type of settled
------------------------------------------------------------------------
r1405076 | rhs | 2012-11-02 13:59:22 -0400 (Fri, 02 Nov 2012) | 1 line

don't send out invalid initial disp
------------------------------------------------------------------------
r1405033 | rhs | 2012-11-02 12:23:27 -0400 (Fri, 02 Nov 2012) | 1 line

added comment
------------------------------------------------------------------------
r1405017 | rhs | 2012-11-02 11:53:01 -0400 (Fri, 02 Nov 2012) | 1 line

added subscription tracking
------------------------------------------------------------------------
r1404995 | rhs | 2012-11-02 11:08:46 -0400 (Fri, 02 Nov 2012) | 1 line

added support for accept/reject
------------------------------------------------------------------------
r1404992 | rhs | 2012-11-02 11:05:07 -0400 (Fri, 02 Nov 2012) | 1 line

moved resize macros to util.h; fixed bug in unsettled list; added simple
batching of dispositions
------------------------------------------------------------------------
r1404990 | rhs | 2012-11-02 11:02:23 -0400 (Fri, 02 Nov 2012) | 1 line

free the frame buffer with the dispatcher
------------------------------------------------------------------------
r1404284 | mcpierce | 2012-10-31 14:25:36 -0400 (Wed, 31 Oct 2012) | 1 line

Added some boiler plate text to the TODO file.
------------------------------------------------------------------------
r1404283 | mcpierce | 2012-10-31 14:25:34 -0400 (Wed, 31 Oct 2012) | 5 lines

Provides the ability to disable rpath in libraries

By default rpath is enabled so that development environments are
unaffected. For production builds, rpath can be disabled by defining the
PROTON_DISABLE_RPATH macro via CMake.
------------------------------------------------------------------------
r1404282 | mcpierce | 2012-10-31 14:25:33 -0400 (Wed, 31 Oct 2012) | 3 lines

Sets the soversion for the qpid-proton library.

The version is set in the proton-c/soversion.cmake file.
------------------------------------------------------------------------
r1404281 | mcpierce | 2012-10-31 14:25:32 -0400 (Wed, 31 Oct 2012) | 1 line

Added the version to the share directory name.
------------------------------------------------------------------------
r1404115 | tross | 2012-10-31 08:43:42 -0400 (Wed, 31 Oct 2012) | 2 lines

PROTON-112 - Applied patch from Hiram Chirino