From 88bdda742c8c213f76b1fd8a6296dd7240261b05 Mon Sep 17 00:00:00 2001 From: Sylvain Lebresne Date: Thu, 24 Jan 2013 18:43:10 +0100 Subject: [PATCH] Update version for 1.2.1 release --- build.xml | 2 +- debian/changelog | 6 ++++++ .../cassandra/io/util/PoolingSegmentedFile.java | 17 +++++++++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 255b407a89..772e8aa281 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ - + diff --git a/debian/changelog b/debian/changelog index d993e82474..0310c90a84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (1.2.1) unstable; urgency=low + + * New release + + -- Sylvain Lebresne Thu, 24 Jan 2013 18:41:21 +0100 + cassandra (1.2.0) unstable; urgency=low * New release diff --git a/src/java/org/apache/cassandra/io/util/PoolingSegmentedFile.java b/src/java/org/apache/cassandra/io/util/PoolingSegmentedFile.java index 2e0acfc8d2..4173d5af47 100644 --- a/src/java/org/apache/cassandra/io/util/PoolingSegmentedFile.java +++ b/src/java/org/apache/cassandra/io/util/PoolingSegmentedFile.java @@ -1,3 +1,20 @@ +/* + * 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. + */ package org.apache.cassandra.io.util; import java.util.Queue;