Repository: accumulo Updated Branches: refs/heads/1.7 cfa7a8e37 -> 8e99ed222 refs/heads/branch-1.7.0 [created] 8e99ed222 refs/heads/master 0454d9f71 -> b30bc3ea2
ACCUMULO-3743 More additions to CHANGES Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ba4a38b0 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ba4a38b0 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ba4a38b0 Branch: refs/heads/1.7 Commit: ba4a38b0ed416d59b6c89cb5cc687c770f003dfe Parents: cfa7a8e Author: Josh Elser <[email protected]> Authored: Mon May 11 22:01:12 2015 -0400 Committer: Josh Elser <[email protected]> Committed: Mon May 11 22:38:40 2015 -0400 ---------------------------------------------------------------------- CHANGES | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/ba4a38b0/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 8befcec..7750d66 100644 --- a/CHANGES +++ b/CHANGES @@ -467,10 +467,13 @@ Release Notes - Accumulo - Version 1.7.0 * [ACCUMULO-3778] - Minor javadoc bugs * [ACCUMULO-3779] - Shell fails to connect to ZooKeeper when client.conf doesn't exist * [ACCUMULO-3784] - getauths command line option squashes visibilities that differ only in case + * [ACCUMULO-3786] - build_native_library.sh could use more error checking * [ACCUMULO-3788] - ContinuousBatchWalker fails trying to set ranges on closed batchscanner * [ACCUMULO-3789] - Code compiled against 1.6 lexicoders can't run in 1.7 * [ACCUMULO-3790] - MultiInstanceReplicationIT.dataWasReplicatedToThePeerWithoutDrain occasionally fails * [ACCUMULO-3791] - Agitator start/stop scripts collide variable names + * [ACCUMULO-3792] - org.apache.accumulo.test.randomwalk.Node#getMapReduceJars needs to include htrace + * [ACCUMULO-3800] - Extra DEPENDENCIES file after new apache.pom ** Improvement * [ACCUMULO-898] - look into replacing cloudtrace
