Update versions and licence in preparation for 1.1.0 release

This commit is contained in:
Sylvain Lebresne 2012-04-20 17:56:18 +02:00 committed by Jonathan Ellis
parent 476ef487cb
commit 7e8ee1539c
5 changed files with 12 additions and 2 deletions

View File

@ -17,7 +17,7 @@
* Add way to force the cassandra-cli to refresh it's schema (CASSANDRA-4052)
1.1-dev
1.1.0-final
* fix NPE in cql3 ALTER TABLE (CASSANDRA-4163)
* (cqlsh) fix recognizing uppercase SELECT keyword (CASSANDRA-4161)
* average a reduced liveRatio estimate with the previous one (CASSANDRA-4065)

View File

@ -36,3 +36,7 @@ Written by Taro L. Saito.
Streaming compression support provided by ning-compress
(https://github.com/ning/compress)
Copyright 2009-2010 Ning, Inc.
Alternative map implementation provided by SnapTree
(https://github.com/nbronson/snaptree)
Written by Nathan G. Bronson et al.

View File

@ -25,7 +25,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="1.1.0-rc1"/>
<property name="base.version" value="1.1.0"/>
<property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
<property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
<property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cassandra (1.1.0) unstable; urgency=low
* New release
-- Sylvain Lebresne <slebresne@apache.org> Fri, 20 Apr 2012 17:51:39 +0200
cassandra (1.1.0~rc1) unstable; urgency=low
* New Release Candidate