Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E88DE9525 for ; Wed, 22 Feb 2012 14:12:23 +0000 (UTC) Received: (qmail 12397 invoked by uid 500); 22 Feb 2012 14:12:23 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 12371 invoked by uid 500); 22 Feb 2012 14:12:23 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 12361 invoked by uid 99); 22 Feb 2012 14:12:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 14:12:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 14:12:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C05EB812301; Wed, 22 Feb 2012 14:11:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: slebresne@apache.org To: commits@cassandra.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Fix version, licences and changelog for 1.0.8 release Message-Id: <20120222141158.C05EB812301@tyr.zones.apache.org> Date: Wed, 22 Feb 2012 14:11:58 +0000 (UTC) Updated Branches: refs/heads/cassandra-1.0 8413d831d -> fe6980eb7 Fix version, licences and changelog for 1.0.8 release Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fe6980eb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/fe6980eb Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/fe6980eb Branch: refs/heads/cassandra-1.0 Commit: fe6980eb7d2df6cb53fd8a83226f91789beaced8 Parents: 8413d83 Author: Sylvain Lebresne Authored: Wed Feb 22 15:10:56 2012 +0100 Committer: Sylvain Lebresne Committed: Wed Feb 22 15:10:56 2012 +0100 ---------------------------------------------------------------------- .rat-excludes | 1 + CHANGES.txt | 12 ++++++++ NEWS.txt | 5 +++ build.xml | 2 +- debian/changelog | 6 ++++ .../apache/cassandra/cql/jdbc/ClientUtilsTest.java | 21 +++++++++++++++ 6 files changed, 46 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/fe6980eb/.rat-excludes ---------------------------------------------------------------------- diff --git a/.rat-excludes b/.rat-excludes index 1ab279b..963bb19 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -14,6 +14,7 @@ build/** lib/licenses/*.txt .settings/** contrib/pig/example-script.pig +contrib/pig/test/** **/cassandra.yaml **/*.db redhat/apache-cassandra.spec http://git-wip-us.apache.org/repos/asf/cassandra/blob/fe6980eb/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 966f940..9cb9414 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -24,6 +24,18 @@ * (cqlsh) ignore missing CfDef opts (CASSANDRA-3933) * (cqlsh) look for cqlshlib relative to realpath (CASSANDRA-3767) * Fix short read protection (CASSANDRA-3934) + * Make sure infered and actual schema match (CASSANDRA-3371) + * Fix NPE during HH delivery (CASSANDRA-3677) + * Don't put boostrapping node in 'hibernate' status (CASSANDRA-3737) + * Fix double quotes in windows bat files (CASSANDRA-3744) + * Fix bad validator lookup (CASSANDRA-3789) + * Fix soft reset in EC2MultiRegionSnitch (CASSANDRA-3835) + * Don't leave zombie connections with THSHA thrift server (CASSANDRA-3867) + * (cqlsh) fix deserialization of data (CASSANDRA-3874) + * Fix removetoken force causing an inconsistent state (CASSANDRA-3876) + * Fix ahndling of some types with Pig (CASSANDRA-3886) + * Don't allow to drop the system keyspace (CASSANDRA-3759) + * Make Pig deletes disabled by default and configurable (CASSANDRA-3628) Merged from 0.8: * (Pig) fix CassandraStorage to use correct comparator in Super ColumnFamily case (CASSANDRA-3251) http://git-wip-us.apache.org/repos/asf/cassandra/blob/fe6980eb/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index e36b9e8..d64c714 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -11,10 +11,15 @@ by version X, but the inverse is not necessarily the case.) 1.0.8 ===== +Upgrading +--------- + - Nothing specific to 1.0.8 + Other ----- - Allow configuring socket timeout for streaming + 1.0.7 ===== http://git-wip-us.apache.org/repos/asf/cassandra/blob/fe6980eb/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 07a8af6..c2e8768 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ - + http://git-wip-us.apache.org/repos/asf/cassandra/blob/fe6980eb/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index 70578c8..4e96e0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (1.0.8) unstable; urgency=low + + * New release + + -- Sylvain Lebresne Wed, 22 Feb 2012 15:09:54 +0100 + cassandra (1.0.7) unstable; urgency=low * New release http://git-wip-us.apache.org/repos/asf/cassandra/blob/fe6980eb/test/unit/org/apache/cassandra/cql/jdbc/ClientUtilsTest.java ---------------------------------------------------------------------- diff --git a/test/unit/org/apache/cassandra/cql/jdbc/ClientUtilsTest.java b/test/unit/org/apache/cassandra/cql/jdbc/ClientUtilsTest.java index 7224029..36fc004 100644 --- a/test/unit/org/apache/cassandra/cql/jdbc/ClientUtilsTest.java +++ b/test/unit/org/apache/cassandra/cql/jdbc/ClientUtilsTest.java @@ -1,4 +1,25 @@ package org.apache.cassandra.cql.jdbc; +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + import java.math.BigDecimal; import java.math.BigInteger;