Update version and changelog for 0.8.10
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)
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
 =====
 
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}"/>
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 <slebresne@apache.org>  Wed, 08 Feb 2012 16:15:41 +0100
+
 cassandra (0.8.9) unstable; urgency=low
 
   * New release