Hi everyone I am giving the beta a look over now. First up, source artifacts.
qpid-0.30-beta.tar.gz: - Empty directories rooted at extras/qmf/src/py/qmf2-prototype/ - Empty directories rooted at cpp/bindings/qmf/ - I didnt spot anything else including the 'extras/sasl' directory from the full archive. Is that stuff still used? Seems to have autotools build files in there too. - There looks to be a number of files that can and should be licensed that currently aren't. I'll take a pass at the Java related ones when I'm done looking over the beta.RAT output from the soon to be killed 'full release' archive is now available at: http://people.apache.org/~robbie/qpid/0.30/0.30beta_rat_output.txt For the individual component source artifacts, I noted these points: qpid-cpp-0.30-beta.tar.gz - The LICENCE file contains the Boost licence. If we dont ship Boost-licenced files, it shouldnt. If we do, it should probably indicate where they are. - The NOTICE file contents are mostly junk and should be cleaned out. qpid-java-0.30-beta.tar.gz: - It might be better to adjust the version numbers before cutting the source archives, so that it will match up to the binaries published to the staging repo with the adjusted version, and any 'mvn install' usage of the beta/RC sources is segregated. This would mean the examples only work against locally installed clients, since they wont be able to resolve against the remote snapshots, but I guess thats really the correct result since it stops them being accidentally used against any mismatched snapshots created later. qpid-python-0.30-beta.tar.gz: - There is a 'build' dir included. - The NOTICE file contents are mostly junk and should be cleaned out. - The RELEASE_NOTES files is about Qpid 0.8. We should probably just delete it. qpid-qmf-0.30-beta.tar.gz: - There is a 'build' dir included. - The NOTICE file contents are mostly junk and should be cleaned out. qpid-tests-0.30-beta.tar.gz: - There is a 'build' dir included. - The NOTICE file contents are mostly junk and should be cleaned out. qpid-tools-0.30-beta.tar.gz: - There is a 'build' dir included. - The NOTICE file contents are mostly junk and should be cleaned out. - The LICENCE+NOTICE file contents dont apply to the java bits, which have their own, but that isnt clear. -- This will be resolved by splitting those into their own archive and moving the java +ruby tools source. - As with the earlier Java comments, we should perhaps manipulate the version prior to cutting the source archive next time. qpid-wcf-0.30-beta.zip: - The NOTICE file contents are mostly junk and need cleaned out. Robbie On 12 August 2014 19:19, Justin Ross <[email protected]> wrote: > Hi, everyone. We've now branched for release, and beta is available. > > Release branch: https://svn.apache.org/repos/asf/qpid/branches/0.30/ > Beta revision: 1617305 > Beta artifacts: https://dist.apache.org/repos/dist/dev/qpid/0.30-beta/ > Beta log output: http://people.apache.org/~jross/qpid-0.30-beta.log > qpid/java maven repo: > https://repository.apache.org/content/repositories/orgapacheqpid-1008/ > qpid/tools/src/java maven repo: > https://repository.apache.org/content/repositories/orgapacheqpid-1009/ > > Beware! This is pre-release software, for testing only. Any use outside of > testing is contrary to our expectation and very much ill advised. > > I tested on Fedora 19 x86-64. All tests passed for me. Please try the > beta in your test environment, in scenarios important to you, and report > what you find, posititve or negative. A big thanks to those who have > tested the alpha! > > I've added the missing binary packages that Robbie mentioned after I > published the alpha. I've also added the a qpid-tests artifact for the > content under qpid/tests. > > Note that the final release artifacts may change somewhat; we're still > settling some process details that may affect them. > > Since we've branched, any further changes for 0.30 follow the "review and > approve" rules. See the release page for more information. Trunk is now > open for development toward 0.32. > > Thanks, > Justin > > --- > 0.30 release page: > https://cwiki.apache.org/confluence/display/qpid/0.30+Release >
