You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2012/02/24 12:32:17 UTC

[4/4] git commit: Fix version, licences and changelog for 1.0.8 release

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.1
Commit: fe6980eb7d2df6cb53fd8a83226f91789beaced8
Parents: 8413d83
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Wed Feb 22 15:10:56 2012 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
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 @@
     <property name="debuglevel" value="source,lines,vars"/>
 
     <!-- default version and SCM information (we need the default SCM info as people may checkout with git-svn) -->
-    <property name="base.version" value="1.0.7"/>
+    <property name="base.version" value="1.0.8"/>
     <property name="scm.default.path" value="cassandra/branches/cassandra-1.0.0"/>
     <property name="scm.default.connection" value="scm:svn:http://svn.apache.org/repos/asf/${scm.default.path}"/>
     <property name="scm.default.developerConnection" value="scm:svn:https://svn.apache.org/repos/asf/${scm.default.path}"/>

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 <sl...@apache.org>  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;