+1 I checked out the 0.27.0-rc1 tag on a Fedora 29 box - default cmake ../qpid-proton && cmake --build . && ctest -VV - no failures - ran all c examples - ran all cpp examples w/exception of service_bus
I checked out the 0.27.0-rc1 tag on a 10.11.6 OSX box with Xcode 7.3.1 - cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 -DBUILD_RUBY=NO -DBUILD_GO=NO -DRUNTIME_CHECK=OFF ../qpid-proton && cmake --build . && ctest -VV - no failures - ran all c examples - ran a selection of cpp examples On Wed, Feb 6, 2019 at 10:32 AM Robbie Gemmell <[email protected]> wrote: > Hi folks, > > I have put together a spin for a Qpid Proton 0.27.0 release, please > give it a test out and vote accordingly. > > The files can be grabbed from: > https://dist.apache.org/repos/dist/dev/qpid/proton/0.27.0-rc1/ > > The JIRAs assigned are: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12344242 > > It is tagged as 0.27.0-rc1. > > Regards, > Robbie > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
