mirror of https://github.com/apache/cassandra
Update version and news for 1.0.2 release
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1197436 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6faf341044
commit
00d1cb700e
13
NEWS.txt
13
NEWS.txt
|
|
@ -1,3 +1,16 @@
|
|||
1.0.2
|
||||
=====
|
||||
|
||||
Upgrading
|
||||
---------
|
||||
- Nothing specific to 1.0.2 but please see the 1.0 upgrading section if
|
||||
upgrading from a version prior to 1.0.0
|
||||
|
||||
Features
|
||||
--------
|
||||
- Cassandra CLI queries now have timing information
|
||||
|
||||
|
||||
1.0.1
|
||||
=====
|
||||
|
||||
|
|
|
|||
|
|
@ -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.1"/>
|
||||
<property name="base.version" value="1.0.2"/>
|
||||
<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}"/>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
cassandra (1.0.2) unstable; urgency=low
|
||||
|
||||
* New release
|
||||
|
||||
-- Sylvain Lebresne <slebresne@apache.org> Fri, 04 Nov 2011 10:00:12 +0100
|
||||
|
||||
cassandra (1.0.1) unstable; urgency=low
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue