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/04/02 19:27:19 UTC

[44/44] git commit: Update version and changelog for 0.8.10

Update version and changelog for 0.8.10


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

Branch: refs/heads/cassandra-1.0
Commit: 038b8f212eb37c98ff4f230b722bc9a76daf1658
Parents: ad80cf4
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Wed Feb 8 16:39:43 2012 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Wed Feb 8 16:39:43 2012 +0100

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/038b8f21/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index dc17889..b21dd3d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,7 @@
  * (Pig) fix CassandraStorage to use correct comparator in Super ColumnFamily
    case (CASSANDRA-3251)
  * Fix relevant tomstone ignored with super columns (CASSANDRA-3875)
+ * Support TimeUUID in CassandraStorage (CASSANDRA-3327)
 
 0.8.9
  * avoid logging (harmless) exception when GC takes < 1ms (CASSANDRA-3656)

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

http://git-wip-us.apache.org/repos/asf/cassandra/blob/038b8f21/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index ee0dac3..c8f9ef3 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.9"/>
+    <property name="base.version" value="0.8.10"/>
     <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/038b8f21/debian/changelog
----------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index c49db1a..35c26d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (0.8.10) unstable; urgency=low
+
+  * New release
+
+ -- Sylvain Lebresne <sl...@apache.org>  Wed, 08 Feb 2012 16:15:41 +0100
+
 cassandra (0.8.9) unstable; urgency=low
 
   * New release