mirror of https://github.com/apache/cassandra
Update version and NEWS for 1.1.2 release
This commit is contained in:
parent
fffccd64a3
commit
44e0b9655a
|
|
@ -27,6 +27,7 @@ conf/schema-sample.txt
|
|||
drivers/txpy/txcql/cassandra/*
|
||||
drivers/py/cql/cassandra/*
|
||||
doc/cql/CQL*
|
||||
doc/cql3/CQL*
|
||||
build.properties.default
|
||||
test/data/legacy-sstables/**
|
||||
examples/pig/**
|
||||
|
|
|
|||
9
NEWS.txt
9
NEWS.txt
|
|
@ -9,6 +9,15 @@ upgrade, just in case you need to roll back to the previous version.
|
|||
by version X, but the inverse is not necessarily the case.)
|
||||
|
||||
|
||||
1.1.2
|
||||
=====
|
||||
|
||||
Upgrading
|
||||
---------
|
||||
- Nothing specific to this release, but please see 1.1 if you are upgrading
|
||||
from a previous version.
|
||||
|
||||
|
||||
1.1.1
|
||||
=====
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="1.1.1"/>
|
||||
<property name="base.version" value="1.1.2"/>
|
||||
<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"/>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
cassandra (1.1.2) unstable; urgency=low
|
||||
|
||||
* New release
|
||||
|
||||
-- Sylvain Lebresne <slebresne@apache.org> Fri, 29 Jun 2012 16:56:29 +0200
|
||||
|
||||
cassandra (1.1.1) unstable; urgency=low
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue