+1 * Checked the signature and checksums * Checked NOTICE.txt and LICENSE.txt * Built on Ubuntu 15.04 (vivid) with both gcc and clang, using the gold linker. Ran the unit tests (in fast mode) and they all passed. * Ran RAT on the artifact using the script and exclusions file that are posted on http://gerrit.cloudera.org/2180/ and it passed.
Mike On Wed, Feb 17, 2016 at 5:12 AM, Jean-Daniel Cryans <[email protected]> wrote: > Hi, > > Here's the third release candidate for Apache Kudu (incubating) 0.7.0. > > The is a source-only release. The artifacts were staged here: > https://dist.apache.org/repos/dist/dev/incubator/kudu/0.7.0-RC3/ > > It was built from this tag: > > https://git1-us-west.apache.org/repos/asf?p=incubator-kudu.git;a=commit;h=f9971b3990bb9b687ad7e64a73cc3aedbcc694e7 > > The list of all issues fixed is found following this link > < > https://issues.cloudera.org/issues/?jql=project%20%3D%20Kudu%20AND%20status%20in%20%20(Resolved)%20AND%20fixVersion%20%3D%200.7.0%20ORDER%20BY%20key%20ASC > > > . > > The following commits made it in since the last RC: > f9971b3 KUDU-1328: crash when remote bootstrap session races with tablet > deletion > 70b6ff1 Fix CSD and C++11 doc > ba5b585 Add ASL2.0 license headers to files missing it > > The release notes are found here (linking to github for prettier printing): > > https://github.com/cloudera/kudu/blob/0.7.0-RC3/docs/release_notes.adoc#release-notes-specific-to-0-7-0 > > KEYS file: > http://www.apache.org/dist/incubator/kudu/KEYS > > I'd suggest going through the README, building Kudu, and running the unit > tests. > > Please try the release and vote; vote will be open for at least 72 hours. > > Thanks, > > J-D >
