You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2011/06/16 09:35:19 UTC

svn commit: r1136304 - in /cassandra/branches/cassandra-0.8: CHANGES.txt NEWS.txt

Author: slebresne
Date: Thu Jun 16 07:35:19 2011
New Revision: 1136304

URL: http://svn.apache.org/viewvc?rev=1136304&view=rev
Log:
Update CHANGES.txt and NEWS.txt for 0.8.1 release

Modified:
    cassandra/branches/cassandra-0.8/CHANGES.txt
    cassandra/branches/cassandra-0.8/NEWS.txt

Modified: cassandra/branches/cassandra-0.8/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8/CHANGES.txt?rev=1136304&r1=1136303&r2=1136304&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8/CHANGES.txt (original)
+++ cassandra/branches/cassandra-0.8/CHANGES.txt Thu Jun 16 07:35:19 2011
@@ -5,7 +5,6 @@
    - timestamp support for INSERT, UPDATE, and BATCH (CASSANDRA-2555)
    - TTL support (CASSANDRA-2476)
    - counter support (CASSANDRA-2473)
-   - improve JDBC spec compliance (CASSANDRA-2720)
    - ALTER COLUMNFAMILY (CASSANDRA-1709)
    - DROP INDEX (CASSANDRA-2617)
    - add SCHEMA/TABLE as aliases for KS/CF (CASSANDRA-2743)
@@ -45,6 +44,7 @@
    by nio sockets (CASSANDRA-2654)
  * restrict repair streaming to specific columnfamilies (CASSANDRA-2280)
  * fix nodetool ring use with Ec2Snitch (CASSANDRA-2733)
+ * fix inconsistency window during bootstrap (CASSANDRA-833)
  * fix removing columns and subcolumns that are supressed by a row or
    supercolumn tombstone during replica resolution (CASSANDRA-2590)
  * support sstable2json against snapshot sstables (CASSANDRA-2386)
@@ -58,6 +58,11 @@
  * use threadsafe collections for StreamInSession (CASSANDRA-2766)
  * avoid infinite loop when creating merkle tree (CASSANDRA-2758)
  * avoids unmarking compacting sstable prematurely in cleanup (CASSANDRA-2769)
+ * fix NPE when the commit log is bypassed (CASSANDRA-2718)
+ * don't throw an exception in SS.isRPCServerRunning (CASSANDRA-2721)
+ * make stress.jar executable (CASSANDRA-2744)
+ * add daemon mode to java stress (CASSANDRA-2267)
+ * expose the DC and rack of a node through JMX and nodetool ring (CASSANDRA-2531)
 
 
 0.8.0-final

Modified: cassandra/branches/cassandra-0.8/NEWS.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8/NEWS.txt?rev=1136304&r1=1136303&r2=1136304&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8/NEWS.txt (original)
+++ cassandra/branches/cassandra-0.8/NEWS.txt Thu Jun 16 07:35:19 2011
@@ -1,3 +1,28 @@
+0.8.1
+=====
+
+Upgrading
+---------
+    - 0.8.1 is backwards compatible with 0.8, upgrade can be achieved by a
+      simple rolling restart.
+    - If upgrading for earlier version (0.7), please refer to the 0.8 section
+      for instructions.
+
+Features
+--------
+    - Numerous additions/improvements to CQL (support for counters, TTL, batch
+      inserts/deletes, index dropping, ...).
+    - Add two new AbstractTypes (comparator) to support compound keys
+      (CompositeType and DynamicCompositeType), as well as a ReverseType to
+      reverse the order of any existing comparator.
+    - New option to bypass the commit log on some keyspaces (for advanced
+      users).
+
+Tools
+-----
+    - Add new data bulk loading utility (sstableloader).
+
+
 0.8
 ===