You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2012/01/05 21:00:29 UTC

[21/50] [abbrv] git commit: prepare for release 0.8.9

prepare for release 0.8.9

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8@1212938 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1f92277c
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1f92277c
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1f92277c

Branch: refs/heads/trunk
Commit: 1f92277c4bf9f5f71303ecc5592e27603bc9dec1
Parents: 70d37c9
Author: Sylvain Lebresne <sl...@apache.org>
Authored: Sun Dec 11 00:02:14 2011 +0000
Committer: Sylvain Lebresne <sl...@apache.org>
Committed: Sun Dec 11 00:02:14 2011 +0000

----------------------------------------------------------------------
 CHANGES.txt      |    2 +-
 NEWS.txt         |    8 ++++++++
 build.xml        |    2 +-
 debian/changelog |    6 ++++++
 4 files changed, 16 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/1f92277c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 2bae579..ad24ad6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,7 +5,7 @@
    satisfy requested CL + RR (CASSANDRA-3598)
  * use cannonical host for local node in nodetool info (CASSANDRA-3556)
  * remove nonlocal DC write optimization since it only worked with
-   CL.ONE or CL.LOCAL_QUORUM (CASSANDRA-3577)
+   CL.ONE or CL.LOCAL_QUORUM (CASSANDRA-3577, 3585)
  * detect misuses of CounterColumnType (CASSANDRA-3422)
  * turn off string interning in json2sstable, take 2 (CASSANDRA-2189)
  * gossiper will never add itself to saved endpoints (CASSANDRA-3485)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/1f92277c/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index a19e9f5..539c25f 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,11 @@
+0.8.9
+=====
+
+Upgrading
+---------
+    - Nothing specific to 0.8.9
+
+
 0.8.8
 =====
 

http://git-wip-us.apache.org/repos/asf/cassandra/blob/1f92277c/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 981374e..ee0dac3 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="0.8.8"/>
+    <property name="base.version" value="0.8.9"/>
     <property name="scm.default.path" value="cassandra/branches/cassandra-0.8"/>
     <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/1f92277c/debian/changelog
----------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index a9927fe..c49db1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (0.8.9) unstable; urgency=low
+
+  * New release
+
+ -- Sylvain Lebresne <sl...@apache.org>  Sat, 10 Dec 2011 17:47:13 -0600
+
 cassandra (0.8.8) unstable; urgency=low
 
   * New release